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 for a line)
http://hh.on-rev.com/html5/hhProgressHTML5_1-8.0.0-dp-15X.html
= Along a bezier curve of order 2-9
http://hh.on-rev.com/html5/hhProgressHTML5_2-8.0.0-dp-15X.html
= Along math relations (for ex. spirals or  the 'adobe-logo')
http://hh.on-rev.com/html5/hhProgressHTML5_3-8.0.0-dp-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-tp4706135p4706157.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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...
https://github.com/livecode/livecode/blob/develop/extensions/widgets/progressbar/progressbar.lcb

On Tue, Jun 28, 2016 at 7:53 PM Dar Scott  wrote:

> 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.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 mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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.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 mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
> 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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. 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 scrollbars.
>> The rect determines which.
>> (not sure what happens with squares)
>> 
>> -- 
>> Mark Wieder
>> ahsoftw...@gmail.com
>> 
>> 
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 scrollbars.
> The rect determines which.
> (not sure what happens with squares)
> 
> -- 
> Mark Wieder
> ahsoftw...@gmail.com
> 
> 
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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, 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 :
>>> 
>>> 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 manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 :
>> 
>> 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 manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 technique to do this?
> 
> - Jose 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode