Thanks for replying Santosh. I resolved the issue. While adding the child back to the original parent component, I was not creating the instance of the parent component properly.
On Nov 10, 12:40 am, Santosh <[email protected]> wrote: > Hi, > > maintain the same data provider for your main application and for > popup one.paste the sample code so that we can look in to the issue > you are getting > > On Nov 10, 7:56 am, Malek S <[email protected]> wrote: > > >http://www.packtpub.com/article/editing-datagrids-with-popup-windows-... > > > try this > > > On Wed, Nov 10, 2010 at 8:21 AM, Malek S <[email protected]> wrote: > > > Hi > > > pls paste the code for further clearification > > > > On Tue, Nov 9, 2010 at 11:09 PM, Bhargav <[email protected]> wrote: > > > >> Hi, > > >> I have a Vbox which I am adding to a popup panel using addchild. Now > > >> that Vbox is a part of a whole mxml component. > > >> I want to display that whole Vbox in popup which I am doing usign > > >> "addchild" to the popup panel component and then edit the DG. > > > >> Now when I close the popup the updated DG should be again in the > > >> previous parent component with the updated data. This again I am > > >> trying to do using "addchild" but in vain. > > > >> What am I doing wrong? or is there a better way to do so? > > > >> In summary a child has to change parent, update it self and again go > > >> to previous parent with its updated value and also place it self as it > > >> was previously. > > > >> -- > > >> 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]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

