On Aug 2, 1:28 pm, Eric Jensen <
m...@j-dev.de> wrote:
[...]
>
> Have you tried wxFRAME_FLOAT_ON_PARENT instead of wxSTAY_ON_TOP for
> your non-modal dialogs?
>
Thanks, Eric. That style is for wxFrame, not wxDialog. Anyway, I tried
it and didn't work.
Explaining it with less words, the Z-order I wish is this:
1- modal dialogs -> always on top of all app windows and dialogs, no
matter what.
2- non-modal dialogs -> always on top of the app frame, but always
below modal dialogs.
3- app frame -> always below all the app dialogs.
ardi