Hi nitya ,
Thanks for telling the work around for the overloading a function
It helped me in my work .

Regards
shavinee


On Mar 31, 10:27 am, nithya flex <[email protected]> wrote:
> Hi,
>
> For your problem there are many solution exist. But if you want overload
> method go for variable number of argument. Here is the example
>
> *public* *function* overLoad(...args):*void*{
>
>                         *switch*(args.lenght){
>
>                               *case* 0 : cons1()
>
>                                           *break*;
>
>                               *case* 1 : cons2(p1,p2);
>
>                                           *break*;
>
>                               *case* 2: cons3(p1,p2,p3);
>
>                                           *break*;
>
>                         }
>
>                   }
>
> On Wed, Mar 31, 2010 at 10:22 AM, krishna chaitanya kambhampati <
>
>
>
> [email protected]> wrote:
> > sorry u *cant *overload constructor in Flex
>
> > On Tue, Mar 30, 2010 at 6:13 PM, lakshminarayan k 
> > <[email protected]>wrote:
>
> >> yah thats thanks and any example u can help it sofar
> >> On Tue, Mar 30, 2010 at 6:02 PM, krishna chaitanya kambhampati <
> >> [email protected]> wrote:
>
> >>> Hi Narayan,
>
> >>> You *cannt* overload constructor in Flex
>
> >>>   On Mon, Mar 29, 2010 at 6:06 PM, lakshminarayan k <[email protected]
> >>> > wrote:
>
> >>>>   hi all
> >>>> ====
> >>>> i have small issue on advanced datagrid !i have more than 100 nos
> >>>> complex data in xml ..how to add that data using item rendere in advanced
> >>>> datagrid..its should dynamically updated..?
> >>>> if i acess that data using itemrender data will display all at time or
> >>>> one by one ??whether it override??
>
> >>>> *how to acheive overloading in flex*
>
> >>>> am waiting
>
> >>>> thanks & regards
> >>>> l...@ks
>
> >>>> --
> >>>> 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]<flex_india%2bunsubscr...@googlegrou
> >>>>  ps.com>
> >>>> .
> >>>> For more options, visit this group at
> >>>>http://groups.google.com/group/flex_india?hl=en.
>
> >>> --
> >>> Thanks & Regards,
> >>> K. Krishna Chaitanya
> >>> ARIJASOFT - HYD
> >>>www.arijasoft.com
>
> >>> --
> >>> 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]<flex_india%2bunsubscr...@googlegrou
> >>>  ps.com>
> >>> .
> >>> For more options, visit this group at
> >>>http://groups.google.com/group/flex_india?hl=en.
>
> >>  --
> >> 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]<flex_india%2bunsubscr...@googlegrou
> >>  ps.com>
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/flex_india?hl=en.
>
> > --
> > Thanks & Regards,
> > K. Krishna Chaitanya
> > ARIJASOFT - HYD
> >www.arijasoft.com
>
> > --
> > 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]<flex_india%2bunsubscr...@googlegrou 
> > ps.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/flex_india?hl=en.

-- 
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