I need to make my dialogs float on top of my main wx.Frame so I am
using the wx.FRAME_FLOAT_ON_PARENT style. Unfortunately, it doesn't
seem to work on Mac since the dialog is hidden when I click on the
frame. wx.STAY_ON_TOP seems to work, but it's not really what I want
since any wx.MessageDialog or wx.FileDialog will be hidden underneath.
I'm using wxPython 2.8.12.0 on Mac OS X 10.7 (Lion).
Please create a ticket about this at trac.wxwidgets.org if there is not already one there.
···
On 11/11/11 4:03 AM, Luke McCarthy wrote:
I need to make my dialogs float on top of my main wx.Frame so I am
using the wx.FRAME_FLOAT_ON_PARENT style. Unfortunately, it doesn't
seem to work on Mac since the dialog is hidden when I click on the
frame. wx.STAY_ON_TOP seems to work, but it's not really what I want
since any wx.MessageDialog or wx.FileDialog will be hidden underneath.
I'm using wxPython 2.8.12.0 on Mac OS X 10.7 (Lion).