Hi,
Is it possible to specify TGet as one of the PopUp Menu items (i.e. make the menu item the owner of Get)?
Hi,
Is it possible to specify TGet as one of the PopUp Menu items (i.e. make the menu item the owner of Get)?
Natter wrote:Hi,
Is it possible to specify TGet as one of the PopUp Menu items (i.e. make the menu item the owner of Get)?
I've never tried it, but I think it will be difficult because of the event itself: when you click elsewhere and the menu loses focus, it disappears. But I'll try it and let you know if it's possible.
Thanks for the answer! I need a drop-down list with the ability to enter my own value. In this case, a Combobox is quite suitable. However, it involves linking to a dialog, and I need to show this list on top of the map.
I made a NOWAIT window and put a Combobox on it. It's not very pretty (unlike the menu), but it works.
I think to enable GET in the menu, need to edit the method :Activate (change the oMenu:oWnd parameters in it and insert Get)