HI, PopUpManager.addPopUp(panel, this, true); PopUpManager.centerPopUp(panel); this code will create popup and centers the popup
On Nov 12, 4:07 pm, Santosh <[email protected]> wrote: > Hi try the following code > > PopUpManager.addPopUp(dPanel, getRForm, false); > On Nov 12, 3:18 pm, Namrata Nikam <[email protected]> wrote: > > > Hi all, > > > I am using PureMVC framework. My code is running but I am not > > getting popup (title) window. Following is my code in the mediator. > > > var getRWindow:TitleWindow = PopUpManager.createPopUp(dPanel, getRForm, > > false) as TitleWindow; > > > getRWindow.alpha = 20; > > > getRWindow.visible = true; > > > PopUpManager.centerPopUp(getRWindow); > > > break; > > Please let me know any details required. > > > regards, > > Namrata -- 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.

