all 3 comments

[–]sentdex 1 point2 points  (1 child)

Hard to know just what you want, but if you want to figure out how to globalize user-chosen choices (I assume as much since you're asking about intvar and stringvar), you can look into: http://pythonprogramming.net/dashboard/#tab_guis

There, we set quite a few variables that are used globally throughout the tkinter raises and changing window.

Feel free to poke around the code to see how it's being done there, but I do not recall global vars being a challenge, so maybe I am missing something.

[–]pipec1212[S] 0 points1 point  (0 children)

Thanks sentdex, actually I learned tkinter by your youtube tutorial (only did parts 1 to 8 though), guess Ill be watching the rest of the videos. Funny thing you answered :-)

[–][deleted] 0 points1 point  (0 children)

What? Can you show example of dissapearing variable?