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.



Reply via email to