Re: wxEuphoria: Drop Down Menu from Bitmap Button

new topic     » goto parent     » topic index » view thread      » older message » newer message
Spock said...

Could you not just use a popup menu as a (very) quick alternative? Maybe not so slick but highly functional. User clicks button and your code calls something like:

popup( MYLITTLEMENU, x, y )

popup is from Win32Lib, but what I've demonstrated with show_popup_menu in wxEuphoria is the same.

euphoric said...

You helped me refine a search, and I've found a wxPopupWindow control. That might be the key. Thanks!

wxPopupWindow is for building your own transient dropdown-like controls. Basically, it's a frameless window that is dismissed automatically when it loses focus.

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu