Progress Bar - Solved

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Progress Bar - Solved

Post by DR White »

How do I show progress in a "Progress Bar" object (fill the progress bar)?

What handler and variable?

Thanks,

David
Last edited by DR White on Sat Oct 19, 2013 2:24 pm, edited 1 time in total.
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Progress Bar

Post by Klaus »

It would help if you tell us WHAT progress you want to display! 8)

In the meantime check these scroll-/progress-bar properties in the dictionary: startvalue/endvalue/thumbposition
Where "thumbpos" (abbr. for thumbposition) is what you will probably want to set during a "repeat" loop.
DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Re: Progress Bar

Post by DR White »

Klaus,

Your help was right on target and appreciated. :)

I should have figured it out myself.

Thanks,

David
Post Reply