Hi, there.
 
I want to maximize my app to full screen and windows 98 taskbar keep showing at the bottom. at first start, my app open w_frame (mdi frame with microhelp) with windowstate maximized! which is inherite from w_master. my default area 640x480. I added script on my frame for statusbar.
 
of_SetStatusBar(True)
inv_statusbar.of_Register( "reg_id", "text", " test ")
 
It's look OK. statusbar on position. But when I add script in open event like:
open (w_test), w_test overlap w_frame and statusbar not show on mdi frame but on top of w_test.
 
Note: w_test inherite from w_child (Note: I'm not using opensheet)
 
Any suggestion ...

Reply via email to