Nov-27-2019, 04:43 AM
(This post was last modified: Nov-27-2019, 04:43 AM by tonycstech.)
I have 3 loops that i am confused about.
Is this loop specifically for tkinter module and it will run independent from the rest of the code ?
is this main loop that runs independent of any modules that are currently running ?
What kind of loop is that then ?
How to exit or terminate tkinter.mainloop() or mainloop(), with a break ? Where in the code would i place it ?
Thanks !
1 |
tkinter.mainloop() |
1 |
mainloop() |
1 2 |
while 1 : code here |
How to exit or terminate tkinter.mainloop() or mainloop(), with a break ? Where in the code would i place it ?
Thanks !