Hi,
I develop 2D panels in C++ for FS9.
There's a trouble with panels priority (or "z-order" ?).
I toggle several 2D panels, when needed, using:
Usually it's OK, but in some cases the newly opened panel comes behind the another one. Something like in the attached screenshot.
How can I solve this and set the correct layer priority?
I develop 2D panels in C++ for FS9.
There's a trouble with panels priority (or "z-order" ?).
I toggle several 2D panels, when needed, using:
Code:
panel_window_toggle(ID_SOME_PANEL_ID);
Usually it's OK, but in some cases the newly opened panel comes behind the another one. Something like in the attached screenshot.
How can I solve this and set the correct layer priority?
Attachments
Last edited:
