Yes, it is one function, guess that wasn't the smartest thing. I first tried it without the callLater, and it didn't work either. Should the UPDATE_COMPLETE event be used?
John --- In [email protected], Sherif Abdou <[EMAIL PROTECTED]> wrote: > > is this in one function? > CursorManager. setBusyCursor( ); > callLater(expandTre e); > CursorManager. removeBusyCursor (); > > if it is then your setting it and removing it so is never going to show > > > ----- Original Message ---- > From: j_lentzz <[EMAIL PROTECTED]> > To: [email protected] > Sent: Wednesday, February 13, 2008 12:01:26 PM > Subject: [flexcoders] Busy Cursor not appearing > > I have a large tree that I want to execute an expand all or close all > method on. It takes enough time that I want to show the busy cursor. > However, it never appears. I've tried using the callLater method: > CursorManager. setBusyCursor( ); > callLater(expandTre e); > CursorManager. removeBusyCursor (); > > However, even though the tree takes a long time to expand, the cursor > never appears. I've also tried to chain a few callLaters together, > but without any success. > > Is there an event of somekind that I could use to know when the cursor > is actually displayed? > > Thanks, > > John > > > > > > ____________________________________________________________________________________ > Looking for last minute shopping deals? > Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping >

