Hi veeru, Thanks for your response. I checked the flex documentation, byte array can be used for only data objects. where as i want to copy/ clone display object. And in some blog i read that one instance of display object can have only one parent. Please some one provide me solution.
Thanks, Ravindra On Nov 19, 8:57 pm, veeru rahul <[email protected]> wrote: > 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%2bunsubscr...@googlegrou > > ps.com> > > . > > 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=.

