[ANN] Animated gif for OSX progress

Howard Bornstein howard.bornstein at gmail.com
Sun Aug 21 09:00:09 EDT 2005


On 8/21/05, Joel Guillod <joel.guillod at net2000.ch> wrote:
> Thanks for the nice 16x16 24-frame animated gif !
> 
> I wonder to know if there is a way in Revolution that animated gif
> are going to be automatically animated during the execution of a
> script. 

When I tested it, the animation ran automatically whenever the gif was
showing. So to use the "busy" indicator, I just set a transparent
button to the icon of the gif to show it and set the icon to 0 to stop
it.

-- toggle the wait indicator
 if the icon of btn "wait" is 0 then
    set the icon of btn "wait" to 1004 -- the id of the gif
  else
    set the icon of btn "wait" to 0
  end if

-- 
Regards,

Howard Bornstein
-----------------------
www.designeq.com



More information about the use-livecode mailing list