Real Mac Progress Bars

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
andrewferguson
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 184
Joined: Wed Apr 10, 2013 5:09 pm

Real Mac Progress Bars

Post by andrewferguson » Thu Sep 05, 2013 1:09 pm

Hi,
OK, here is my request.
On LiveCode for Mac, the progress bars do not "ripple", (there are not waves moving to the left). Instead, the progress bars have still ripples. (They do not move.)
Anyway, let me know your thoughts on this.
Andrew

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Real Mac Progress Bars

Post by Klaus » Thu Sep 05, 2013 1:25 pm

Hi Andrew,

one of the kickstarter stretch goals is porting Livecode to Cocoa!
I am sure THEN we will have "real" Mac OS X UI elements :D

But don't ask me when this will happen... 8)


Best

Klaus

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4163
Joined: Sun Jan 07, 2007 9:12 pm

Re: Real Mac Progress Bars

Post by bn » Thu Sep 05, 2013 2:37 pm

Hi Andrew,

Rolf Kocherhans posted 2 progress bar stacks on revOnline, one for up to snow leopard, one for lion.
http://livecodeshare.runrev.com/
search for Kocherhans

here is my take on this, entirely made of graphics with the use of gradients:
OSXProgressGradient IIII.rev.zip
(2.87 KiB) Downloaded 181 times
for native progress bars: as Klaus said

Kind regards
Bernd

andrewferguson
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 184
Joined: Wed Apr 10, 2013 5:09 pm

Re: Real Mac Progress Bars

Post by andrewferguson » Fri Sep 06, 2013 8:22 am

Hi,
Thanks Bernd! Thats is a really realistic progress bar! How long did that take?
Andrew

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4163
Joined: Sun Jan 07, 2007 9:12 pm

Re: Real Mac Progress Bars

Post by bn » Fri Sep 06, 2013 9:32 am

Hi Andrew,
How long did that take?
It was more an exercise in pushing the gradients of a graphic to do some less obvious things. I "fell in love" with gradients when they came out. Since it was part of a exploring it did take a long time...
(I put some gradient related stuff up on revOnline or user samples or livecodeshare)

I probably would not use the progress bar I posted as a progress bar since it stops if you do computationally intensive calculation and that is what you use progress bars for. You would have to give room for refreshes in your long computation.
Rolf uses gif images and they keep on turning.

So although one can fake a native progress bar nothing beats the real thing.

Kind regards
Bernd

Post Reply