Hi all,
Is there any way to have windows hierarchies in JUCE as in usual Win32 environment? For example in Win32 I can create a child window that will have some parent, and after creation, this child will always be on top of its parent, but not on top of other app’s windows. In JUCE I see no way to do it in the same way yet. Is this possible?