i undertand, but, the handler event (Focus Out) is into the mxml component, so, 
the method for example is:

public function focusOutHandle(e:Event): void{
      ....
      var data:Object = "invoke remote Object sync";
      ....
      
      ....
      /*working with data variable */
      data.set.....;
      data.get.....;
      trace(data);
}

are you understand me?

so, i need any solution to sync invocation.

Thanks



--- In [email protected], Fotis Chatzinikos <fotis.chatzini...@...> 
wrote:
>
> yes,
> 
> on focus out call the rpc method and turn the component into a "waiting
> data" state,
> for example disable it and show a loading indicator.
> 
> When you get the response from the server,
> turn the component back to its normal state...
> 
> On Thu, May 28, 2009 at 6:49 PM, mhbmarcos <mhbmar...@...> wrote:
> 
> >
> >
> > Hi!!!
> > i need invoke a RemoteObject in sync way?
> > when focus out in textField, execute a method that requiere the value
> > returned by RemoteObject, but, this execution must be sync.
> > any solution for this?
> >
> > Thanks
> >
> >  
> >
> 
> 
> 
> -- 
> Fotis Chatzinikos, Ph.D.
> Founder,
> Phinnovation
> fotis.chatzini...@...,
>


Reply via email to