Hi Jules,
JUCE_Version : 1.45 (Since I have a Carbon view).
I’m placing juce component inside another application window (Not juce window) using the following code :
initialiseJuce_GUI();
_pJuceComponent->addToDesktop (0, winHandle);
Now if I don’t perform any mouse operations on the component inside the window, I’m able to close the main application window. But if I click on the juce component and then if I try to close the main application window, it’s not closing. In fact, the application window does not take any mouse events.
What could be the issue?
Thanks & Regards,
Dheeraj.