Flex Repeater: Delay repeater until rest of view has loaded
Posted
by ChrisInCambo
on Stack Overflow
See other posts from Stack Overflow
or by ChrisInCambo
Published on 2010-05-30T12:12:26Z
Indexed on
2010/05/30
12:22 UTC
Read the original article
Hit count: 490
Hi,
I have a flex repeater for an accordion inside a TitleWindow that is quite slow, I've already set recycleChildren to true, which has helped, but it's still slow on the first load and causes the animation to stutter when I open the TitleWindow.
The repeater is just one part of what's visible in the TitleWindow, what I would like to do is have the repeater load after the rest of the content in the TitleWindow so the animation of the TitleWindow being opened doesn't stutter (the main problem).
Can anyone suggest what the best way to achieve that might be?
Thanks,
Chris
© Stack Overflow or respective owner