Say I got these two gui scripts with their own Tk Mainloop where I from the first one wanna start the second one when one presses a button for instance. Now, this doesnt work just "running" the script with the do function nor the require function. Anyone here got some nice solutions for this, besides adding the code from script #2 into script #1 and just use one Mainloop? I prefer the module stype version more where one can devide different guis like this. Like seperate programs...
Btw, when I close the started GUI #2, I wanna be able of returning to GUI #1, where I left off.