Currently the issue doesn't exist anymore with buttons... only lists or
anymations...
When I have sent the app to the background and reactivate it again and
scroll a list everything is blinking but not the list which is scrolling -
the same with animations... (Animation in fine, everything else is blinking)
and once the activeView is changed everything is working fine again...
*But the problem is really the frame rate!!!* - witout changing the
framerate everything is working correctly ... but it is bad practice... or
not?
private function onApplicationActivate(event:Event):void
{
// app.stage.frameRate = 30;
sendNotification(AppConstants.APP_ACTIVATED);
}
private function onApplicationDeactivate(event:Event):void
{
// app.stage.frameRate = 1;
sendNotification(AppConstants.APP_DEACTIVATED);
}
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/Flex-mobile-Screen-is-flickering-on-animations-after-app-was-in-background-tp10246p10898.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.