Hi Mark, This may be one case where you would want to use creationPolicy="all", for the ViewStack. It will add more time to startup, but the user experience may be better; once the application is loaded.
-TH --- In [email protected], "Mark" <[EMAIL PROTECTED]> wrote: > > I'm building an app with 4 stacks in my viewStack with a wipe in and > out effect. The Stacks are just different views of the data, a > generic datagrid view, a bar chart view, and a couple others. The > default datagrid view is fine but the others, such as the bar chart, > needs to do some calculations before displaying that chart. Because > these calculations are being done the first time you click the button > it's slow in opening that view. Is there a way to display the "busy > cursor", or maybe a way to do the calculations in the background > before they change the view? > > I'm connecting to a web service then splitting out the data into a few > different arrayCollections. Each view is a custom component that is > bound to it's specified arrayCollection. > Any thoughts? > > Thanks, > Mark >

