ok, thanks

--- In [email protected], "valdhor" <valdhorli...@...> wrote:
>
> You cannot do this.
> 
> RemoteObject calls are asyncronous.
> 
> You have to set up a result handler for the remoteObject call and then you 
> can manipulate the returned data.
> 
> 
> 
> 
> --- In [email protected], "mhbmarcos" <mhbmarcos@> wrote:
> >
> > i don“t invoke the resultFunction, i need 
> > invoke a serviceFunction without result Function, 
> > like other local function.
> > because, i need the result in the same method:
> > 
> > example, 
> > 
> > public function focusOutHandle( e:Event): void{
> >          ....
> >       var data:Object = "invoke remote Object sync";
> >          ....
> >          ....
> >        /*working with data variable */
> >       data.set.... .;
> >       data.get.... .;
> >       trace(data);
> > }
> > 
> > the variable data, recive the result of invoke remote object in sync way, i 
> > need manipulete the result into de focusOutHandler.
> > The invoke to remote object is like a local function, is it posible?
> > 
> > thanks
> >
>


Reply via email to