From: Arno P. <ar...@pu...> - 2012-08-02 20:58:38
|
AFAIK iOS does not support animated GIFs. This page describes how to do this under iOS: http://www.icodeblog.com/2009/07/24/iphone-programming-tutorial-animating-a-game-sprite/ Note that you need the new C backend if you want to do this with XMLVM (look for --xmlvm-new-ios-api in this form to see how to use the new C backend). Arno On 8/1/12 11:26 PM, Mastrolorito, Mick wrote: > Anybody tried using an existing animation as such: > > UIImageView img = *new*UIImageView(*new*CGRect(5, 150, 300, 140)); > > img.setImage(UIImage./imageNamed/("bob.gif")); > > I’m new to XMLVM and would like to learn how to deploy simple animations. > > bob.gif runs as an animated gif in the browser. > > It works fine if bob.gif is a still image rather than animation. > > Any other UI api available to run the animation? > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |