Re: Vertical progress bar

2016-06-28 Thread [-hh]
p-15X.html Hit "D" to show a progress demo (running 0-100%). The check right of "D" lets you change the "base curve" (even while the progress is running). -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Vertical-progress-bar-tp47061

Re: Vertical progress bar

2016-06-28 Thread Ali Lloyd
> I wonder how a 45 degree progress bar could be made? A progress bar widget with arbitrary rotation would be relatively easy, perhaps a good first widget project, should anyone be looking for such a thing. There's even some code for a progress bar widget lying around in the LiveCode GitHub repo.

Re: Vertical progress bar

2016-06-28 Thread Dar Scott
I make weird ones out of polygons. In this case, use one for the outline and one filled polygon for the progress. Group them and have a group property do the math. > On Jun 28, 2016, at 12:46 PM, Richmond wrote: > > I wonder how a 45 degree progress bar could be made? > > R. > > On 28.06

Re: Vertical progress bar

2016-06-28 Thread rjd318
Wow! Is right =) I was already planning crazy stuff in my head as to how to do this (it wasn't going well) so thank you so much for the info! > On Jun 28, 2016, at 12:39 PM, Tore Nilsen wrote: > > If the rect is square the scrollbar/progressbar will be vertical. > > Tore >> 28. jun. 2016 kl.

Re: Vertical progress bar

2016-06-28 Thread Richmond
I wonder how a 45 degree progress bar could be made? R. On 28.06.2016 21:44, Mark Wieder wrote: Tore Nilsen writes: If the rect is square the scrollbar/progressbar will be vertical. Thanks. Laziness/procrastination FTW. ___ use-livecode mailin

Re: Vertical progress bar

2016-06-28 Thread Mark Wieder
Tore Nilsen writes: > If the rect is square the scrollbar/progressbar will be vertical. Thanks. Laziness/procrastination FTW. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url t

Re: Vertical progress bar

2016-06-28 Thread Tore Nilsen
If the rect is square the scrollbar/progressbar will be vertical. Tore > 28. jun. 2016 kl. 19.34 skrev Mark Wieder : > > Dar Scott writes: > >> >> Wow! That is cool! How did you even discover this? > > Progressbars are a subclass of scrollbars. > You can have horizontal and vertical scrol

Re: Vertical progress bar

2016-06-28 Thread Mark Wieder
Dar Scott writes: > > Wow! That is cool! How did you even discover this? Progressbars are a subclass of scrollbars. You can have horizontal and vertical scrollbars. The rect determines which. (not sure what happens with squares) -- Mark Wieder ahsoftw...@gmail.com __

Re: Vertical progress bar

2016-06-28 Thread Tore Nilsen
t; On Jun 28, 2016, at 10:55 AM, Tore Nilsen wrote: >> >> It is even easier, just make the height of the bounding rectangle higher >> than the width and you will have a vertical progress bar. >> >> Tore >>> 28. jun. 2016 kl. 18.50 skrev rjd318 : >>&g

Re: Vertical progress bar

2016-06-28 Thread Dar Scott
Wow! That is cool! How did you even discover this? > On Jun 28, 2016, at 10:55 AM, Tore Nilsen wrote: > > It is even easier, just make the height of the bounding rectangle higher than > the width and you will have a vertical progress bar. > > Tore >> 28. jun. 201

Re: Vertical progress bar

2016-06-28 Thread Tore Nilsen
It is even easier, just make the height of the bounding rectangle higher than the width and you will have a vertical progress bar. Tore > 28. jun. 2016 kl. 18.50 skrev rjd318 : > > Hi all - I guess it's not as easy as rotating the existing progress bar > control? Anyone know

Vertical progress bar

2016-06-28 Thread rjd318
Hi all - I guess it's not as easy as rotating the existing progress bar control? Anyone know of a pre-existing technique to do this? - Jose ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and