Python Forum
[Tkinter] progressbar
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] progressbar
#1
Hi, I have a name confusion.
In another language I used progressbars like this:
eg. maxValue = 100, step = 1 etc, but the steps are added by a loop, so the sum of the "steps" = fill of the progressbar.

In ttk i found a progressbar, but that seems to be time bound, filling the progressbar as a funtion of time. (with start and stop).

That's not what I need, I want a "manual controlled" one Smile
What do you call that in Python/tkinter/ttk ?

The alternative of course is using a "long" label, and fill that with '******' (or whatever) as action progresses.
(That would give me extra freedom in controlling the bg color, when things get close to the finish) Smile
But maybe the "progressbar" i'm looking for has similar methods.
thx,
Paul
It is more important to do the right thing, than to do the thing right.(P.Drucker)
Better is the enemy of good. (Montesquieu) = French version for 'kiss'.
Reply


Messages In This Thread
progressbar - by DPaul - Aug-30-2021, 07:37 AM
RE: progressbar - by Yoriz - Aug-30-2021, 08:20 AM
RE: progressbar - by DPaul - Aug-30-2021, 08:42 AM
RE: progressbar - by Yoriz - Aug-30-2021, 08:50 AM
RE: progressbar - by DPaul - Aug-30-2021, 09:36 AM
RE: progressbar - by deanhystad - Aug-30-2021, 05:10 PM
RE: progressbar - by DPaul - Aug-31-2021, 06:45 AM
RE: progressbar - by deanhystad - Sep-01-2021, 03:30 AM
RE: progressbar - by DPaul - Sep-01-2021, 06:28 AM
RE: progressbar - by deanhystad - Sep-01-2021, 12:50 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Progressbar with start and stop jelo34 3 5,044 Nov-30-2020, 03:36 AM
Last Post: deanhystad
  [Tkinter] Progressbar value update issue Roshan 7 3,407 Apr-22-2020, 04:02 PM
Last Post: deanhystad
  [Tkinter] Can't get progressbar to update frednet 0 1,691 Feb-24-2020, 10:53 PM
Last Post: frednet
  Adding Progressbar to button aniyanetworks 9 10,161 Feb-07-2019, 11:12 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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