Before attempting to use JUCE, I have a small question, is it possible to place a JUCE Component inside a window which
has been created by another application, E.g. Omnis, or SuperCard (HyperCard) and patch in the event loop as this
is handled by the host application ??? From what I have seen so far the NativeDesktopWindow creates a new window,
but it should make use of the existing window presented by the host-application, and because that application has it’s
own GUI elements in the window, it should “share” the event loop with the host-app.
Is this possible at all ??