mdi_window [message #85573] |
Fri, 09 July 2004 01:26 |
Alexander
Messages: 109 Registered: May 2000
|
Senior Member |
|
|
Hi
my form have no blocks and one window with properties:
window_style = Dialog
x_position = 1000 , y_position = 1000
Menu module property for Form Module = my_menu
I want when user run my form he see only menu (my_menu) and not any window (except mdi_window) and mdi_window have no scroll bars and have a focus after startup.
Its work, but after startup my form mdi_window lose focus,because window_style = Dialog.If I set window_style = Document, mdi_window don't lose focus but scroll bars appeares (on mdi_window).
How can I solve this problem ?
|
|
|