Here is my popup listener code var testPop:AddPopup = AddPopup(PopUpManager.createPopUp(this,AddPopup,true));
PopUpManager.centerPopUp(testPop); Thanks On Oct 13, 9:21 pm, "GAGAN anand" <[EMAIL PROTECTED]> wrote: > Hi > > Could u please send the listener functionality? > > what does this showPopUp listener do? > > 2008/10/13 Arun <[EMAIL PROTECTED]> > > > > > Hello, > > > I have a button and I am calling a method that will invoke a popup. > > The issue I am facing here is I need to click the button twice to > > invoke the popup, even though I am calling the method in the click > > event of the button. > > > My button click function got this statement to invoke the popup > > > btnEdit.addEventListener(MouseEvent.CLICK,outerDocument.showPopUp); > > > How can I resolve this issue? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

