Beachball cursor Help

AndyP smudge.andy at googlemail.com
Tue Nov 9 07:06:14 EST 2010


Hi Joe,

Instead of playing with cursors just show an animated gif during your
loading loop.

on mouseUp  
   
set the visible of image id 1019 to true // set to your image id (initially
hidden)

// demo loading start
   
repeat with tVarNum = 0 to 50000
put tVarNum into fld "FldCount"
wait 0 seconds with messages // important as gif will stall without this:
put this in your loading loop
end repeat

// demo loading end
   
put "" into fld "FldCount"
 
set the visible of image id 1019 to false
end mouseUp

Sample with jazzy spinning gif attached.
http://runtime-revolution.278305.n4.nabble.com/file/n3033586/beachball.gif 


http://runtime-revolution.278305.n4.nabble.com/file/n3033586/Custom_Cursor.rev
Custom_Cursor.rev 

-----
Andy Piddock


My software never has bugs. It just develops random features.
-- 
View this message in context: http://runtime-revolution.278305.n4.nabble.com/Beachball-cursor-Help-tp3032150p3033586.html
Sent from the Revolution - User mailing list archive at Nabble.com.



More information about the use-livecode mailing list