Re: Independent Progress Bar

2011-12-15 Thread Mark Wieder
Bob Sneidar writes: > > Maybe someone at Runrev will ask me to write up an article about it! Why wait? Write up the article and send it to Heather for the newsletter. -- Mark Wieder ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Independent Progress Bar

2011-12-15 Thread Bob Sneidar
On Dec 14, 2011, at 11:14 PM, FlexibleLearning wrote: > If you want a modal progress bar that works independently (as in > non-blocking) then open the modal invisible first and increment your own bar > as required. > > Both will 'stall' if LC is performing a blocking and time-consuming > operatio

RE: Independent Progress Bar

2011-12-14 Thread FlexibleLearning
e past, but I cannot remember what the conclusion was. Does anyone have/know about an independent progress bar/wheel that can be used with Livecode, that will function independently even when Livecode is running a script? I know I could kludge it myself if I had control over the scripts I am running

Re: Independent Progress Bar

2011-12-14 Thread Bob Sneidar
So anyway, this is fairly simple to implement, I have it working, but I still have to use an Applescript command to tell it to launch. All other interactions can be done using send to program and trapping the apple event using on appleEvent. By setting the systemWindow of the stack to true befor

Re: Independent Progress Bar

2011-12-14 Thread Bob Sneidar
3.5 Megabytes. Very small. I will send you the stack and the standalone direct. The prompt is in Belgium type. I hope you have that. If not it will revert to default I guess. Bob On Dec 14, 2011, at 3:57 PM, stephen barncard wrote: > one way to achieve multi-tasking. Actually brilliant. Wh

Re: Independent Progress Bar

2011-12-14 Thread Mike Bonner
If its apple only, can you use "send to program" to control your twirly stack? No mac here anymore so can't try it. On Wed, Dec 14, 2011 at 4:57 PM, stephen barncard < stephenrevoluti...@barncard.com> wrote: > one way to achieve multi-tasking. Actually brilliant. What is the size of > that litt

Re: Independent Progress Bar

2011-12-14 Thread stephen barncard
one way to achieve multi-tasking. Actually brilliant. What is the size of that little sucker? On 14 December 2011 15:49, Bob Sneidar wrote: > Well some may have missed it, but I was saying that I created a > standalone, and all it does is display a window that has no title bar, with > a messag

Re: Independent Progress Bar

2011-12-14 Thread Bob Sneidar
Well some may have missed it, but I was saying that I created a standalone, and all it does is display a window that has no title bar, with a message and a spinning gif. I use it when I am opening an app that uses SQL to give the user something to look at while the connection is made and everyth

Re: Independent Progress Bar

2011-12-14 Thread stephen barncard
I would use them if they worked. These would be awesome little indicator packages, if we don't overuse it like blinking in old web sites. Browsers seem to do this with little cpu load. Remember Imageready? On 14 December 2011 13:05, Bob Sneidar wrote: > Voted for it. Not too many people seem t

Re: Independent Progress Bar

2011-12-14 Thread Bob Sneidar
Voted for it. Not too many people seem to be using this system though. Bob On Dec 14, 2011, at 12:48 PM, Richard Gaskin wrote: > FWIW: > > Asynchronous GIF playback > > > -- > Richard Gaskin > Fourth World > LiveCode training and consulting: ht

Re: Independent Progress Bar

2011-12-14 Thread Richard Gaskin
FWIW: Asynchronous GIF playback -- Richard Gaskin Fourth World LiveCode training and consulting: http://www.fourthworld.com Webzine for LiveCode developers: http://www.LiveCodeJournal.com LiveCode Journal blog: http://LiveCodejournal.com/blog

Re: Independent Progress Bar

2011-12-14 Thread stephen barncard
And hide/show it > >>> I think it is great... > >>> > >>> Le 14 déc. 2011 à 20:01, René Micout a écrit : > >>> > >>>> Hello Bob, > >>>> You can use a gif, see here : > >>>> > >>>> http://www.ajaxload.

Re: Independent Progress Bar

2011-12-14 Thread Bob Sneidar
>>>> Le 14 déc. 2011 à 19:15, Bob Sneidar a écrit : >>>> >>>>> Hi all. I know this has been discussed in length in the past, but I >> cannot remember what the conclusion was. Does anyone have/know about an >> independent progress bar/wheel that can

Re: Independent Progress Bar

2011-12-14 Thread Bob Sneidar
rit : >> >>> Hello Bob, >>> You can use a gif, see here : >>> >>> http://www.ajaxload.info/ >>> >>> René >>> >>> Le 14 déc. 2011 à 19:15, Bob Sneidar a écrit : >>> >>>> Hi all. I know this has been disc

Re: Independent Progress Bar

2011-12-14 Thread René Micout
>>>> >>>> Le 14 déc. 2011 à 19:15, Bob Sneidar a écrit : >>>> >>>>> Hi all. I know this has been discussed in length in the past, but I >> cannot remember what the conclusion was. Does anyone have/know about an >> independent progre

Re: Independent Progress Bar

2011-12-14 Thread stephen barncard
; >> > >> http://www.ajaxload.info/ > >> > >> René > >> > >> Le 14 déc. 2011 à 19:15, Bob Sneidar a écrit : > >> > >>> Hi all. I know this has been discussed in length in the past, but I > cannot remember what the conclusion was

Re: Independent Progress Bar

2011-12-14 Thread René Micout
the past, but I cannot >>> remember what the conclusion was. Does anyone have/know about an >>> independent progress bar/wheel that can be used with Livecode, that will >>> function independently even when Livecode is running a script? I know I >>> could kludge it m

Re: Independent Progress Bar

2011-12-14 Thread René Micout
Le 14 déc. 2011 à 19:15, Bob Sneidar a écrit : > >> Hi all. I know this has been discussed in length in the past, but I cannot >> remember what the conclusion was. Does anyone have/know about an independent >> progress bar/wheel that can be used with Livecode, that will fun

Re: Independent Progress Bar

2011-12-14 Thread René Micout
Hello Bob, You can use a gif, see here : http://www.ajaxload.info/ René Le 14 déc. 2011 à 19:15, Bob Sneidar a écrit : > Hi all. I know this has been discussed in length in the past, but I cannot > remember what the conclusion was. Does anyone have/know about an independent > pro

Independent Progress Bar

2011-12-14 Thread Bob Sneidar
Hi all. I know this has been discussed in length in the past, but I cannot remember what the conclusion was. Does anyone have/know about an independent progress bar/wheel that can be used with Livecode, that will function independently even when Livecode is running a script? I know I could