Hi Eduardo,

Eduardo Souza wrote:

[snip]

> What can I do?

The asynchronous calls are something you'll have to get used to, but 
don't worry there is plenty of information about how it all works.
I suggest reading the developer guide to begin with.

Basically.

<mx:RemoteObject id="RO_User"
endpoint="http://tiago:8080/ScrumBlazeDS/messagebroker/amf";
destination="UserService"
showBusyCursor="true"

fault="Alert.show(event.toString())">

result="resultHandler"   <-------------- here.

</mx:RemoteObject>
</mx:Canvas>


function resultHandler(o:Object){
   //handle the result.
}

HTH.

regards,
  - shaun

Reply via email to