Hi everyone,
I started using JUCE a couple weeks ago and I think it’s great. However, I’ve encountered a problem with the MultiDocumentPanel. When I have several FloatingWindows in the Panel, and one of them is an OpenGL window, the OpenGL stays on top even when I click on another window. But, to be more specific, only the OpenGLComponent stays on top – the title bar of the OpenGL Window goes behind the active window as it should. Am I doing something wrong? Or was MultiDocumentPanel not designed to be used with OpenGL?
Thanks!
P.S. I am using Windows XP.