Dec-16-2016, 10:50 PM
Next hurdle. .
Apparently you cannot start a While True loop in the same thread that the Tkinter event loop is operating in (crashes!).
Anyone suggestion how to solve this.. my solution involves a Global value (switch 0 OR 1) which I'm told not to do either.
(Tackling one problem at a time).

Apparently you cannot start a While True loop in the same thread that the Tkinter event loop is operating in (crashes!).
Anyone suggestion how to solve this.. my solution involves a Global value (switch 0 OR 1) which I'm told not to do either.
(Tackling one problem at a time).