codenameone - An Animated Image Not Painted Anymore Since Codename One Version 3.3 -
my app has animated image set icon of label instance. since version 3.3 image not painted more. animated() methos ist still called , returns true.
is caused "performance improvements"? can it?
ok, think found correct measure: animated image class overrides com.codename1.ui.image.getimage() , returns result of getimage() of image instance created using com.codename1.ui.image.createimage(int, int, int) used in method overrode com.codename1.ui.image.drawimage(graphics, object, int, int). apparently drawimage() isn't called anymore, getimage() instead.
Comments
Post a Comment