yeah its working....

ro.getarray();

ro.addEventListener(ResultEvent.RESULT,thisresult);

private function thisresult(event:ResultEvent):void
            {
                arraycol = event.result as ArrayCollection;

            }
Prajnith


On Tue, Nov 10, 2009 at 5:02 PM, suresh nagar <[email protected]>wrote:

>
> what if you try casting it to array
>
> var arr:array = array(event.result);
>
>
>
> On Nov 10, 2:47 pm, prajnith K <[email protected]> wrote:
> > hi friends..
> > i have one function in java...
> > returns an array..
> >
> > how to use the passed array in flex..
> >
> > im using like this..
> >
> > var arr:array = ro.getarray().lastresult
> >
> > is this correct???
> > Prajnith
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to