var abc:UIComponent = PopUpManager.createPopUp(PopUpComp); abc.parentView = this;
where PopUpComp is the custom component used to display as PopUp and parentView is the property inside it of type UIComponent, which is set to the view in which you want to make the change. On Thu, Feb 18, 2010 at 9:21 AM, dme <[email protected]> wrote: > Can parentDocument be accessed from a popup(TitleWindow file)? Let me > know any examples or links? > > I am having an application.mxml which has tab navigator as the base > component. In application i am loading the data from server and based > on the data loaded i am trying to update some of the values in display > in a tab(for eg. summing up a column and displaying it). If that > column is updated in a popup i need refresh the tab display. how to > achieve this? > > Thanks > dme > > -- > 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, Vaibhav Seth. -- 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.

