Page 1 of 1

Pop-Up Menu

Posted: Mon Jan 05, 2015 1:46 pm
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.

Re: Pop-Up Menu

Posted: Mon Jan 05, 2015 5:14 pm
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

Re: Pop-Up Menu

Posted: Mon Jan 05, 2015 7:57 pm
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?