Multiple Windows
Posted: Wed Jan 16, 2013 7:19 pm
Hi,
Documentation suggests its possible to open multiple windows, but how exactly do I pull this off?
I have tried creating two separate XML files which work correctly individual, but if I use the below...
Compile and run the application...
The first window opens briefly (I see it flicker and close) leaving the second window only visible.
Documentation suggests its possible to open multiple windows, but how exactly do I pull this off?
I have tried creating two separate XML files which work correctly individual, but if I use the below...
Code: Select all
mui.CreateGUI(FileToString("gui.xml"))
mui.CreateGUI(FileToString("preview.xml"))
The first window opens briefly (I see it flicker and close) leaving the second window only visible.