You need to write ur obj in a ByteArray set its position to 0 and read the object from the byte array. It will not have any data loss and at the same time your object will not point to the source object's address. THATS ALL CLONED..
Thanks, Veeru On Mon, Nov 16, 2009 at 1:09 PM, Ravindra Kumar Challagandla < [email protected]> wrote: > Hi, > > How can I clone/copy a display object with out loosing data ? for > example if I have entered some text in text input, after cloning/ > copying i should have the same text in the copied/cloned text input ? > how can i achieve this functionality ? > > Thanks, > Ravindra. > > -- > > 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=. > > > -- 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=.

