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.