http://qs1969.pair.com?node_id=918647


in reply to Re: How to change a Tk object's property from a thread
in thread How to change a Tk object's property from a thread

Thanks jimmi! What I want to do is have a udp socket receive packets from another udp socket in a separate thread (otherwise the GUI freezes), and when the socket receives the message "STOP", then it would disable the Disconnect button. Your code works well but it freezes the GUI when the thread is running. Thanks for your answer though!
  • Comment on Re^2: How to change a Tk object's property from a thread