FreddieBlassie
Programmer
I have a frontend I created that I use to run various scripts. I am trying to open up a second widget through one of the scripts to field user data. The problem is, when I try to do that the second window doesnt appear (although it appears when the widget code is run independently). I tried to destroy the frontend window since it isn't really needed after the input is taken from it, and then create the second widget, but when I do that the whole console disappears and the process is completely terminated. Does anyone know how I can accomplish what I'm after or have any suggestions?