Python Forum
Which GUI can have indefinite loop ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Which GUI can have indefinite loop ?
#1
I just tried Tkinter, and any code after mainloop() is ignored. So I searched some more ways and found out that I can use THREAD.

My question is, can I use Tkinter mainloop() and use thread for my while 1 loop that runs indefinitely ? I need to be able to use the GUI, but at the same time I need to gather some data from my own loop. Is it doable ? I'm very new to this I just started 3 days ago, so I cannot try it myself yet, I have to find out how to do it first.

Or if there is a better GUI that can work with what I need, which one is it coz I read there are many other GUI.
Reply


Messages In This Thread
Which GUI can have indefinite loop ? - by jst - Nov-15-2023, 06:53 PM
RE: Which GUI can have indefinite loop ? - by jst - Nov-15-2023, 07:10 PM
RE: Which GUI can have indefinite loop ? - by jst - Nov-15-2023, 07:42 PM
RE: Which GUI can have indefinite loop ? - by jst - Nov-15-2023, 09:20 PM
RE: Which GUI can have indefinite loop ? - by jst - Nov-15-2023, 09:23 PM
RE: Which GUI can have indefinite loop ? - by jst - Nov-15-2023, 09:37 PM
RE: Which GUI can have indefinite loop ? - by jst - Nov-16-2023, 05:28 AM
RE: Which GUI can have indefinite loop ? - by jst - Nov-16-2023, 07:32 AM
RE: Which GUI can have indefinite loop ? - by jst - Nov-16-2023, 08:41 AM
RE: Which GUI can have indefinite loop ? - by jst - Nov-16-2023, 09:35 AM
RE: Which GUI can have indefinite loop ? - by jst - Nov-16-2023, 08:01 PM
RE: Which GUI can have indefinite loop ? - by jst - Nov-16-2023, 10:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Init an indefinite number of class MathisDELAGE 9 2,454 Feb-18-2022, 07:49 PM
Last Post: deanhystad
  Indefinite loop ( I think ) marsh20 2 2,002 Aug-20-2020, 12:33 PM
Last Post: deanhystad
  indefinite loop Johnygo 3 2,204 Jul-03-2019, 12:53 PM
Last Post: Johnygo

Forum Jump:

User Panel Messages

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