[flex_india:30608] Overloading in ActionScript

2010-07-03 Thread Sidhu Vijay Sidhu
Can we do overloading in ActionScript 3.0? if yes can anbdy send me the example or the way how to do it -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email to flex_in...@googlegroups.com. To unsubscribe from

[flex_india:30608] How to refresh an ArrayCollection when it's added.

2010-07-03 Thread KannanBabu
Hi All, I am new to flex and currently doing a small project for uploading / managing documents with folders (User can create the folders and add documents). In my application i have several component to make the project as simpler as possible. At the time of loading the application i called a

Re: [flex_india:30610] How to refresh an ArrayCollection when it's added.

2010-07-03 Thread sheetal nilwant
say:- myArrayCollection.refresh(); On Sat, Jul 3, 2010 at 3:34 AM, KannanBabu trkannanb...@gmail.com wrote: Hi All, I am new to flex and currently doing a small project for uploading / managing documents with folders (User can create the folders and add documents). In my application i

Re: [flex_india:30611] Overloading in ActionScript

2010-07-03 Thread kannan leo
I think we cant do any overloading in AS3.0, correct me if I am wrong On Sat, Jul 3, 2010 at 8:38 PM, Sidhu Vijay Sidhu singh.v...@gmail.comwrote: Can we do overloading in ActionScript 3.0? if yes can anbdy send me the example or the way how to do it -- You received this message because

Re: [flex_india:30612] How to refresh an ArrayCollection when it's added.

2010-07-03 Thread kannan leo
and where to say that? I mean which event can our friend use this method to achieve this. On Sat, Jul 3, 2010 at 11:16 PM, sheetal nilwant sheetalnilw...@gmail.comwrote: say:- myArrayCollection.refresh(); On Sat, Jul 3, 2010 at 3:34 AM, KannanBabu trkannanb...@gmail.com wrote: Hi All, I

Re: [flex_india:30613] How to refresh an ArrayCollection when it's added.

2010-07-03 Thread sheetal nilwant
after the arrayCollection is populated. On Sat, Jul 3, 2010 at 8:50 PM, kannan leo kannan.c...@gmail.com wrote: and where to say that? I mean which event can our friend use this method to achieve this. On Sat, Jul 3, 2010 at 11:16 PM, sheetal nilwant sheetalnilw...@gmail.com wrote: say:-