Ben, You can use CursorManager to control the busy cursor. Set before the call and remove onResult and onFault. I have these controlled by a boolean, in case I wan't to make a call without notiying the user.
import mx.managers.CursorManager; CursorManager.setBusyCursor(); CursorManager.removeBusyCursor(); - Tim Hoff --- In [email protected], "ben.clinkinbeard" <[EMAIL PROTECTED]> wrote: > > Why are these separate classes? More importantly, why does the mxml > version have capabilities that its super class does not? I like the > showBusyCursor functionality, but prefer to code in AS when possible. > Am I correct in assuming that these two things are mutually exclusive? > > Thanks, > Ben > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

