[flexcoders] Re: HTTPService Busy Cursor

2009-01-13 Thread shafram
Thanks. But this example assumes that I have full control over when I want to show and hide the cursors. The HTTPService, however will show and hide the busy cursor for me automatically (hence the property showBusyCursor). I guess I would have to set that property to false and then manually show

[flexcoders] Re: HTTPService Busy Cursor

2009-01-13 Thread valdhor
Check out http://www.switchonthecode.com/tutorials/flex-custom-cursor-tutorial --- In flexcoders@yahoogroups.com, "shafram" wrote: > > I am using the mx:HTTPService from Flex and it has a showBusyCursor > property that I set to true: > > showBusyCursor="true" >