Hi all, I've spent hours and hours thinking how to use the showBusyCursor property and I've resolved with simple way, just modifying the import of RemoteObject from import mx.rpc.remoting.RemoteObject to import mx.rpc.remoting.mxml.RemoteObject
My question is how can I know when I must use one or other? Which is the correct one? Thank's !

