Hi,
Is there a way on OS X to make a modeless dialog to stay on top of the app *only* but not on top of all windows?
Currently the modeless dialog is created on top of the app but once I click on the app's frame, the dialog becomes hidden behind the app. In my case I'm dragging the mouse on the app window and displaying some values in the dialog box and on a laptop there isn't enough room to move the dialog off to the side of the app.
Another solution is to use the style option of wx.STAY_ON_TOP but then the dialog stays on top of all windows, not just the app.
BTW, on Windows and Linux this is not a problem because the default is to stay on top of the app only.
Bob