Re: Vertical progress bar

2016-06-28 Thread [-hh]
There is also progress display available along slightly more complicated objects than rotated lines, for example as HTML5 standalones (also as Raspi-stacks #65-#68): = Along a free polygon http://hh.on-rev.com/html5/progressPoly2-8.0.0-dp-15X.html = Along a regular polygon (choose 2 at top right f

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
I cannot remember when, but I guess it was pure and simple logic. All controls have a bounding rect, and if this bounding rect is higher than its width then… :-) Tore > 28. jun. 2016 kl. 19.26 skrev Dar Scott : > > Wow! That is cool! How did you even discover this? > >> On Jun 28, 2016,

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. 2016 kl. 18.50 skrev rjd318 :

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 of a pre-existing t