Python Forum
[Tkinter] Anyone know what happened to my button?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Anyone know what happened to my button?
#6
(May-29-2021, 02:18 PM)Yoriz Wrote: There is a while True loop that could be blocking the GUI event loop depdnign on how long it takes.
If it is blocking see [Tkinter] How to deal with code that blocks the mainloop, freezing the gui


If I believe that it is. Because it exists, the main code of the GUI is a loop. And I want that after removing the button, it remains in its internal loop receiving messages. So I feel that you are correct. I must pause the GUI Loop so that my program can work better, because it gets stuck.


In fact it already shows the value of the voltage, but when I call the other variable for example the time or the date, it no longer copies it in its space.

I also look for the data to be updated in each loop, it only stays stuck in the first data haha it is frustrating.
Reply


Messages In This Thread
RE: Anyone know what happened to my button? - by IgnacioMora23 - May-29-2021, 04:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PySimpleGui] How to alter mouse click button of a standard submit button? skyerosebud 3 5,021 Jul-21-2019, 06:02 PM
Last Post: FullOfHelp

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020