MDI Window Background Color
I am trying (using Oracle Forms 10g) to change the background color of my forms mdi window at runtime, to no avail. Can anyone provide some insight? Seems like a simple enough thing, but nothing I do seems to make any difference.
The obvious answer is to use set_window_property, and I have tried that without success: set_window_property(FORMS_MDI_WINDOW, BACKGROUND_COLOR, 'r191g223b191').
If this is not possible using Forms 10g, is it possible using Forms 11g? Or, is there a way to set this property somewhere in the form rather than at runtime?
The obvious answer is to use set_window_property, and I have tried that without success: set_window_property(FORMS_MDI_WINDOW, BACKGROUND_COLOR, 'r191g223b191').
If this is not possible using Forms 10g, is it possible using Forms 11g? Or, is there a way to set this property somewhere in the form rather than at runtime?
0