Display whole Forms MDI window
I have webforms 10.1.2.3 running on XP Sp3 clients using IE7 with Sun plugin 1.6 update 17.
I start a form and maximize the MDI window
set_window_property(forms_mdi_window,width,maximize);
set_window_property(forms_mdi_window,height,maximize);
or
set_window_property(forms_mdi_window,window_state,maximize);
the Window is maximized, but the MS Windows iconbar ( including icons for the opened application, the shortcuts,..) will be displayed in front of the 2nd message/statusline of the forms Window?
If I press the maximize window icon of the Forms MDI window, the whole MDI window comes in front and the whole Forms MDI will be displayed correctly.