We have an image browser application, working fine on Windows.
Now ported to Mac/Carbon, and there are some problems !
The browser windows are floating AUI panes. If we call a modal dialog (wxDialog), it disappears behind the floating panes.
If we set the dialog to "wxSTAY_ON_TOP", it appears in front of the floating pane, but a wxCalendarCtrl used in this dialog will be created behind the floating pane - which is not really fine.
Thanks in advance for any good idea
Josef