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 -~----------~----~----~----~------~----~------~--~---

