On Friday 04 November 2016 14:30:28 code dz wrote: > hi again > i noticed that if i resize or maximize the main window , all my > floating tool windows goes behind the main window . event i added > ow_ultratop flag . and the way i restore them is by selecte some > mainmenu items randomly .
The window manager does this. > is it possible to make them never go behind ? > Set application.forcezorder to true, MSEgui will fight harder to enforce its will. ;-) Or try different form.optionswindow flags. Some window manager respect ow_message. Most window manager respect ow_popup, but the window will have no decoration. Try to set the transientfor property by calling twidget.show() with transientfor parameter, most windowmanger will respect it. Martin ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

