Hello Lakshmi

There is one way to override, by using default-parameters in your function.
For example-

{
 .....
  ...
   public function demo (var1:unit = 0, var2:int = 100) {
      // ...now here if user calls function-with args-param, than you can
work with user specified-values else default values will work
   }
...
.....
}


This is not truly what the overloading-concept is, but yet it may full-fills
our requirements in other way-round.
-- 
Regards
Abhinav Mehta
Developer | Blu
Bangalore | INDIA


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%[email protected]>
>>>> .
>>>> 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%[email protected]>
>>> .
>>> 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%[email protected]>
>> .
>> 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%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>



-- 
Regards
Abhinav Mehta
Developer | Blu
Bangalore | INDIA

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