Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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 =...
    4. 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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139