1. getRForm should be a Class and not variable. and other thing is 2. var getRWindow:TitleWindow = PopUpManager.createPopUp(dPanel, getRForm, false) as getRForm;
Hope that helps On Nov 12, 10:18 am, 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.

