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?

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
> > >
> >
>

Reply via email to