Re: Flex mobile - Screen is flickering on animations after app was in background

2015-08-18 Thread Angelo Lazzari
Hi, i am experiencing the same problem on lg g3 android 5.0. The view is flickering just scrolling a combo box in his options... How we can solve the problem? Is there a way to use the combo box without scrolling an use the one (old on ???) where when the combo box has the focus opens a option

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-08-06 Thread chris_d_k
Hi, my test result is that when returning back to active the enterFrame on the ViewNavigatorApplication is called 24 to 25 times/seconds instead of the setted 30 times. -- View this message in context:

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-08-06 Thread Alex Harui
OK, but do you get the same results on devices that don’t flicker? Maybe some animation code is setting the frame rate. I don’t know if I would notice an animation being 5 or 6 frames slower. -Alex On 8/6/15, 5:22 AM, chris_d_k c...@christiankiefer.de wrote: Hi, my test result is that when

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-08-05 Thread chris_d_k
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

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-08-05 Thread Alex Harui
Well, the idea behind changing frame rate when going into the background is that you don’t need smooth animations you can’t see, and lower frame rate saves battery. Now if there is a bug on one device where, when you switch frame rates and then set it back but it doesn’t actually restore to the

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-08-04 Thread chris_d_k
Hi Alex, I looped through every child of the navigators activeView and invalidated it and called validateNow() on them - without any effect... I also found out the Goal Manager-App in the flex showcase has the same problem... at least... is it a bug with flex or adobe air? -- View this

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-08-04 Thread Alex Harui
On 8/4/15, 1:13 AM, chris_d_k c...@christiankiefer.de wrote: Hi Alex, I looped through every child of the navigators activeView and invalidated it and called validateNow() on them - without any effect... I also found out the Goal Manager-App in the flex showcase has the same problem... at

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-07-23 Thread Alex Harui
ValidateNow() will update everything that need validation. Trying to invalidate everything is painful. Maybe you can find the thing that isn’t invalidated but should be? -Alex On 7/23/15, 2:41 AM, chris_d_k c...@christiankiefer.de wrote: Is there a way to force an update of the complete

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-07-23 Thread chris_d_k
Is there a way to force an update of the complete screen and all of its components? Maybe this can fix the problem as leaving the view fixes the problem? -- View this message in context:

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-07-13 Thread chris_d_k
Hi, is there anyone knowing how to solve the problem? Is this problem only on Sony Xperias? I found an easy way to reproduce the problem. - Create a new mobile project witha ViewNavigatorApplication - Create a view with a list and some content (f.e. Strings from 1 to 10) - Start the app and

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-05-06 Thread chris_d_k
Have you tried different AIR versions? Yes. Also, how about different rendering modes? No. As I think auto==cpu is the only making sense with flex -- View this message in context:

Flex mobile - Screen is flickering on animations after app was in background

2015-05-04 Thread chris_d_k
On our mobile app we have the problem that there is a flickering in the background when something is animated after the app was in the background... When we change the view the problem is gone... Is this a flex problem or an air problem? -- View this message in context:

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-05-04 Thread Héctor A
Which type of animation and which version of AIR are you using? I haven't seen any problem in any of my apps using diferent AIR versions and using either the built in tweening classes or TweenLite. On Mon, May 4, 2015 at 11:20 AM, chris_d_k c...@christiankiefer.de wrote: On our mobile app we

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-05-04 Thread chris_d_k
*IT HAPPENS ON My Xperia Z Ultra with Android 5.0.2 but NOT on my Galaxy S2 with Android 4.2.2* On the sony device and Android 5.0.2 it's not only happening with animations... it seems to be happening also in interactions (click on button, ...) so parts of the screen are flickering in black and

Re: Flex mobile - Screen is flickering on animations after app was in background

2015-05-04 Thread Héctor A
Have you tried different AIR versions? Also, how about different rendering modes? On Mon, May 4, 2015 at 1:26 PM, chris_d_k c...@christiankiefer.de wrote: *IT HAPPENS ON My Xperia Z Ultra with Android 5.0.2 but NOT on my Galaxy S2 with Android 4.2.2* On the sony device and Android 5.0.2 it's