Animated gif in iPad

Colin Holgate coiin at verizon.net
Sat Jun 23 09:20:12 EDT 2012


I did find though that changing the compositorType away from the default got the performance back. That can give slightly irregular animation, so using the redraw interval feature helps too. This was a good combination:

on preopenstack
   iphoneSetRedrawInterval 1
   set the compositorType of this stack to "coregraphics"
   set the acceleratedRendering of this stack to true
end preopenstack


More information about the use-livecode mailing list