Scroller update performance

2013-12-18 Thread mark goldin
I have a screen with a number of TileGroups positioned vetically. Each TileGroup has a number of controls too. Yes, this screen is very busy. All these Tilegroups are placed inside of Scroller in order to scroll the screen. I am listening to updateComplete on the Scroller. I see that it takes time

Re: Scroller update performance

2013-12-18 Thread jude
I was looking into this a few days ago. I was comparing the scrolling in Flex container scrolling in a page in the browser. The browsers scrolling was much smoother and faster (for me - Firefox, Mac). I found an example online to increase the page scroll size and it's an improvement but it's not as

Re: Scroller update performance

2013-12-18 Thread mark goldin
Well, what I am experiencing is that it would take some time (seconds) until I even get into scrollerInstance_creationCompleteHandler. On Wed, Dec 18, 2013 at 1:42 PM, jude wrote: > I was looking into this a few days ago. I was comparing the scrolling in > Flex container scrolling in a page in

Re: Scroller update performance

2013-12-18 Thread Alex Harui
Use Scout or the profiler to see what is taking all of that time. On 12/18/13 11:45 AM, "mark goldin" wrote: >Well, what I am experiencing is that it would take some time (seconds) >until I even get into scrollerInstance_creationCompleteHandler. > > >On Wed, Dec 18, 2013 at 1:42 PM, jude wrote: