Questions tagged [halt]

47 questions
-1
votes
1 answer

tkinter halt or stop a function (def) from root window

If a function is called from the root window and the function reaches no solution or the user wants to stop the function, can this be done from the root window and if so how? The following code produces two buttons - Start starts "while" using…
brett
  • 198
  • 3
  • 9
-1
votes
3 answers

Calling sleep on current thread stalls my main GUI

I have one class DataThread inherited from Thread. I am using two DataThread objects ReadThread and WriteThread. I have another thread where Main_GUI is running. Now when I press a button on main_GUI it calls a method x.method1() and then this…
Surjya Narayana Padhi
  • 7,741
  • 25
  • 81
  • 130
1 2 3
4