On Apr 4, 2005 11:40 PM, gevgelija50 <[EMAIL PROTECTED]> wrote:

>      <mx:operation name="GetResults" result="{dispatchEvent
> ('GetResults');}" />
> 
> In my component, I am trying to add a listener as follows:
> 
> this.parent.Webservice1.GetResults.addEventListener("GetResults",
> doSomething)

I'm not sure if this'll work, but try passing the result object as a
part of the GetResuts event.  So in your doSomething() you get the
event object which contains the result object.

Manish


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to