Im trying to create a modular application using SuperPanel. I have the Main application, which calls a funciton that creates a SuperPanel ( a floating Panel ) which loads a Module.
Now in this Module, I load a Tab Navigator that loads up a bunch of buttons, which on click, runs a function that creates a SuperPanel, and loads a module in it. 2 Problems. With what I described, when the first Module loads up everything is fine, but when I have that try and laod a module, it loads the panel within its panel, and I want new "windows" to be loaded on the main app so it is not bound by the creating module. Second issue, is how to I make a loaded module expand to the width and height of a resizable parent object?

