STAY_ON_TOP and FileSelector (wxmac2.9)
Vadim Zeitlin
vadim at wxwidgets.org
Wed Mar 5 14:51:47 PST 2008
On Wed, 05 Mar 2008 16:28:13 +0100 Riccardo Cohen <rcohen at articque.com> wrote:
RC> I have a dialog with wxSTAY_ON_TOP flag. If I launch a wxFileSelector()
RC> from this dialog, the file selector goes under the dialog.
RC> Is there any way to have the file selector above ?
Does creating wxFileDialog with wxSTAY_ON_TOP style work? I suppose it
might not but I didn't check....
Other than this, maybe any dialog having a wxSTAY_ON_TOP as parent should
automatically be given wxSTAY_ON_TOP style s after all a dialog should be
above its parent in Z-order and this won't happen otherwise. OTOH I could
easily miss some new problems this would introduce.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list