On Tue, 19 May 2009, pradyu nv wrote:
> Hi saifi,
>
> the priblem i was facing was the method i called from flex wasnt returning
> any input.
> i solved it by changing the way i was calling it.
> initially i was doint this
> <mx:Button click="myservice.method.send()">
> but i changed it to
> <mx:Button click="callmethod()"
> and wrote the following in the script
> private function callmethod():void
> {
> myservice.method.send();
> }
>
Hi Pradyumna:
Were you there for Ravi Varma Palakonda's talk on
'RIA with Flex'?
i remember he mentioning about the calling conventions for the
function in his RSS reader example.
A quick glance at Livedocs would help.
thanks
Saifi.