Re: Hot to get smooth transitions in a flex mobile app

2016-08-29 Thread leokan23
I had similar problems with one of our heavier enterprise apps. I moved all initialization from creationComplete to after the transition has completed and it looks a lot smoother. Maybe this is an option. -- View this message in context:

Re: EventListener null reference error

2016-08-29 Thread Alex Harui
On 8/29/16, 5:54 AM, "CodeGirl" wrote: >The difference was that I was >going to push up the colorchange event on the click for the tab rather >then >the Navigator and then check to see if its the roof tab. Is there a >reason >why you chose the navigator instead of

Re: EventListener null reference error

2016-08-29 Thread CodeGirl
I was thinking about that last night while I was trying to sleep. Not sure if I think while I sleep of if I am in and out of sleep and think about stuff. But I wondered if that was what you meant. I was going to test it today to see if it would work. My thoughts was slightly different but I C

Re: Callout Component for AIR on Desktop

2016-08-29 Thread OK
I've completely replaced conventional popups by callouts and as Om said it works! Cause there're not so much demos available I've just created one: https://github.com/ok-at-github/Apache-Flex-Callout-demo >I have information that I want to show a user that slides in > from the bottom or the side

Re: Hot to get smooth transitions in a flex mobile app

2016-08-29 Thread OK
>When we change the view in most cases we also load data from the server. If you're really sure that loading the data makes your transitions choppy, do you considered to load the data not until all transitions are finished and the UI is in place? Olaf -- View this message in context: