Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
ralph31 #1
popup
When I click the button for the popup, I would like to then click the screen it came from and have the popup stay. Can this be accomplished? If so how?
Thanks
ralph31 Guest
-
Is this a bug with PopUP???
I have a pop up that ask user questions and so on.. everything works fine but, when the popup is removed and created again... stuffs that worked... -
Cannot create JavaScript popup menu with Show Popup Menuusing Add Behaviors
Whenever I load a page with this added behavior and test it with my link, I get an "Error on Page" message. Here is what I am doing: Create a... -
Popup menu on popup window
Hi, I want to create a popup menu when a button on a popup window is clicked. I have this in my popup window: myMenu =... -
PopUp Help
Help please... I've got a picture page on my bands web site. What I want to do is use the PopUpManager to open a window when you click on the... -
Popup Ads -HELP
I'm getting ads every :15min. claiming that due to a built in feature that Microsoft included in Windows XP, 2000, and NT. Does anybody have any... -
jinx82002 #2
Re: popup
ralph31,
If you're using the PopUpManager to open up component, like a TitleWindow or
something, you can listen for the mouseDownOutside and call
PopUpManager.removeWindow() like this
mouseDownOutside="PopUpManager.removePopUp(this)"
Depending on how you built your pop up. But yes it can be done easily.
jinx82002 Guest



Reply With Quote

