Pop-Up Menu

Just starting out? Need help? Post your questions and find answers here.
IdeasVacuum
Posts: 143
Joined: Tue Feb 25, 2014 1:27 pm

Pop-Up Menu

Post by IdeasVacuum »

The pop-up Menu example doesn't pop-up, it is immediately displayed.

How do get it to behave itself? I'd like it to pop-up via a button click on my website.

By the way, the #PB_Window_Invisible flag has no effect?

Edit: The #PB_Window_Invisible flag does not work, but HideWindow() does :)

So, remaining mystery for now is how to un-hide a window via a website button.
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: Pop-Up Menu

Post by Peter »

IdeasVacuum wrote:The pop-up Menu example doesn't pop-up, it is immediately displayed.
not here. It works as expected on Windows 7 with Chrome 39, Firefox 33 and IE 11.

Greetings ... Peter
IdeasVacuum
Posts: 143
Joined: Tue Feb 25, 2014 1:27 pm

Re: Pop-Up Menu

Post by IdeasVacuum »

Hello Peter

...not working on all 3 browsers on Win8.1 (which should not make a difference), but as my edit says, it's not a problem because HideWindow(MyWin, #True) can be used.

What I really need to know is how to HideWindow(MyWin, #False) via a button on my web page?
Post Reply