----- Original Message ----- From: "Alastair Burr" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 2:48 AM Subject: [RBG7-L] - Re: Annimated GIF
> Then why not, in that case: > > Turn the animation on > Do the processing > Turn the animation off > > with the code that, I think Razzak, gave? In your scenario it should work Ok. I thought it was supposed to work for a set amount of time.. that's why I mention Timer Object in its' own thread. Yes, you should be able to start an AniGif ... Do Something .. then stop it as Razzak showed. > Presumably because the animation will probably stop in the middle? > > Regards, > Alastair. > > > ----- Original Message ----- > From: "MikeB" <[EMAIL PROTECTED]> > To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> > Sent: Tuesday, December 07, 2004 12:40 AM > Subject: [RBG7-L] - Re: Annimated GIF > > > > That would stop the execution of the program that presumably the AniGif is > to > > represent an action is ongoing. > > > > At some point I am sure there is going to be a Timer Object that will run > in > > its own thread to take care of these little issues.... > > > > ----- Original Message ----- > > From: "Alastair Burr" <[EMAIL PROTECTED]> > > To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> > > Sent: Monday, December 06, 2004 6:10 PM > > Subject: [RBG7-L] - Re: Annimated GIF > > > > > > > Put in a PAUSE for x before turning it off again? > > > > > > Regards, > > > Alastair. > > > > > > > > > ----- Original Message ----- > > > From: "Victor Timmons" <[EMAIL PROTECTED]> > > > To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> > > > Sent: Monday, December 06, 2004 9:30 PM > > > Subject: [RBG7-L] - Re: Annimated GIF > > > > > > > > > > I had Joel send me the graphic and i set it up to loop only once and > saved > > > > the graphic. In FireFox and Internet Explorer it works just fine, > looping > > > > only once. But i guess rbase doent support that. > > > > > > > > On 6 Dec 2004 at 15:48, Joel Solomon wrote: > > > > > > > > > Razzak, > > > > > > > > > > This is fine for turning the animation on or off, but I want the GIF > to > > > > loop > > > > > only for a certain number of seconds (or until it completes one > loop) > > > > and > > > > > then stop. Is there anyway to accomplish that? > > > > > > > > > > Thanks > > > > > Joel > > > > > ----- Original Message ----- > > > > > From: "A. Razzak Memon" <[EMAIL PROTECTED]> > > > > > To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> > > > > > Sent: Monday, December 06, 2004 11:52 AM > > > > > Subject: [RBG7-L] - Re: Annimated GIF > > > > > > > > > > > > > > > > > > > > > > At 11:20 AM 12/6/2004 -0500, Joel Solomon wrote: > > > > > > > > > > > > >I have an animated GIF that I want to use as a splash > > > > > > >screen. The only problem is that I want the GIF to > > > > > > >run only one time instead of continusously looping. > > > > > > >Is there any command to set the GIF to loop only one > > > > > > >time? > > > > > > > > > > > > Joel, > > > > > > > > > > > > Here's how: > > > > > > > > > > > > GETPROPERTY <AnimatedGIFComponentID> ANIMATE vGIFAct > > > > > > IF vGIFAct = 'TRUE' THEN > > > > > > PROPERTY <AnimatedGIFComponentID> ANIMATE 'FALSE' > > > > > > ELSE > > > > > > PROPERTY <AnimatedGIFComponentID> ANIMATE 'TRUE' > > > > > > ENDIF > > > > > > RETURN > > > > > > > > > > > > That will allow you to turn ON/OFF the animation > > > > > > feature on demand! > > > > > > > > > > > > You may also take a look at that exact feature and > > > > > > properties implemented in Running R:BASE Your Way! > > > > > > (Part 5). > > > > > > > > > > > > Database: RRBYW5 > > > > > > Form: RRBYW5MainMenu > > > > > > > > > > > > Enjoy and make sure to have fun! > > > > > > > > > > > > Very Best R:egards, > > > > > > > > > > > > Razzak. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Victor Timmons > > > > Tiz's Door Sales, Inc > > > > 425-258-2391 > > > > > > > > > > > --- RBG7-L > ================================================ > TO POST A MESSAGE TO ALL MEMBERS: > Send a plain text email to [EMAIL PROTECTED] > > (Don't use any of these words as your Subject: > INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, > REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) > ================================================ > TO SEE MESSAGE POSTING GUIDELINES: > Send a plain text email to [EMAIL PROTECTED] > In the message SUBJECT, put just one word: INTRO > ================================================ > TO UNSUBSCRIBE: > Send a plain text email to [EMAIL PROTECTED] > In the message SUBJECT, put just one word: UNSUBSCRIBE > ================================================ > TO SEARCH ARCHIVES: > Send a plain text email to [EMAIL PROTECTED] > In the message SUBJECT, put just one word: SEARCH-n > (where n is the number of days). In the message body, > place any > text to search for. > ================================================ >
