Re: lingo-l progress bar

2004-04-24 Thread Kurt Griffin
You can use a timeout object and a counter property to get the same functionality as a repeat loop. I use this approach often, when I'd like something going on that a repeat loop mike choke. Skeleton code for an object below: property pCounter property pListToLoop property pTimerObject

Re: lingo-l progress bar

2004-04-24 Thread Craig Taylor
You can use a timeout object and a counter property to get the same functionality as a repeat loop. I use this approach often, when I'd like something going on that a repeat loop mike choke. Skeleton code for an object below: Thanks Kurt. This is exactly what I need. Cheers, .: Craig

lingo-l progress bar

2004-04-23 Thread Craig Taylor
Good Morning, I have a question with regard to monitoring the progress of a group of MPEG files being copied from CD to harddrive. You will see from the following excerpt of code below that I am pulling the filenames from a pre-built list. At the moment I am simply monitoring the progress as

Re: lingo-l progress bar

2004-04-23 Thread Jeff Gomes
At 0918 -0400 04/23/2004, Craig Taylor wrote: ... I have a question with regard to monitoring the progress of a group of MPEG files being copied from CD to harddrive. ...snip... What I would like to do is monitor the number of bytes being copied as a percentage of the total number of bytes to be

Re: lingo-l progress bar

2004-04-23 Thread Craig Taylor
At 0918 -0400 04/23/2004, Craig Taylor wrote: ... I have a question with regard to monitoring the progress of a group of MPEG files being copied from CD to harddrive. ...snip... What I would like to do is monitor the number of bytes being copied as a percentage of the total number of bytes

Re: lingo-l progress bar with goToNetMovie

2003-06-08 Thread Anand Ravi
PROTECTED] Sent: Friday, June 06, 2003 8:01 PM Subject: lingo-l progress bar with goToNetMovie Hi list! Could someone please share the concept of scripting a progress bar for goToNetMovie? It's different from loading just frames inside a single dcr, isn't it? Jussi Jokinen [To remove

lingo-l progress bar with goToNetMovie

2003-06-06 Thread Jussi Jokinen
Hi list! Could someone please share the concept of scripting a progress bar for goToNetMovie? It's different from loading just frames inside a single dcr, isn't it? Jussi Jokinen [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To

Re: lingo-l progress bar with goToNetMovie

2003-06-06 Thread Kurt Griffin
Could someone please share the concept of scripting a progress bar for goToNetMovie? It's different from loading just frames inside a single dcr, isn't it? Use preloadNetThing to download the new dcr to the cache. You can check the progress of the stream using getStreamStatus() and update a

Re: lingo-l progress bar

2002-06-15 Thread Alex da Franca
At 8:50 Uhr -0700 14.06.2002, Buzz Kettles wrote: look up in the Lingo dictionary for 'tellStreamStatus' sorry, to disagree with you, buzz, but isn't tellstreamstatus an old thing which has been replaced by getstreamstatus, is quirky and shouldn't be used when getstreamstatus can be used ?

Re: lingo-l progress bar

2002-06-15 Thread Buzz Kettles
Neither replaces the other. The 'tellStreamStatus' boolean turns the movie-level 'on streamStatus' event handler on off. The getStreamStatus() function is the manual equivalent where you control the polling by doing the calls yourself. 'on streamStatus' 'getStreamStatus()' both get the same

Re: lingo-l progress bar

2002-06-15 Thread Buzz Kettles
I'm not sure if they work when importing locally ... At 10:52 AM -0300 6/15/02, you wrote: uhmm!!! Sorry if it'll be a little newbie but, this methods can check if i'm importing from other source than web. Because, my files will be all in cd. on 6/15/02 6:02 AM, Alex da Franca at [EMAIL

lingo-l progress bar

2002-06-14 Thread Rodrigo Peres
Hi list, Is it possible to develop a progress bar in lingo? I want that my users have the ability to import files in the project (ok, it's fine) but, there's a way to check the time, or percentage or anything and make a progress bar? Thank's Rodrigo [To remove yourself from this list, or to

Re: lingo-l progress bar

2002-06-14 Thread Buzz Kettles
look up in the Lingo dictionary for 'tellStreamStatus' At 8:06 PM -0300 6/7/02, you wrote: Hi list, Is it possible to develop a progress bar in lingo? I want that my users have the ability to import files in the project (ok, it's fine) but, there's a way to check the time, or percentage or