FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TGet on TMenu
Posts: 1396
Joined: Mon May 14, 2007 09:49 AM

TGet on TMenu

Posted: Thu Feb 05, 2026 11:04 AM

Hi,

Is it possible to specify TGet as one of the PopUp Menu items (i.e. make the menu item the owner of Get)?

Posts: 6760
Joined: Wed Feb 15, 2012 08:25 PM

Re: TGet on TMenu

Posted: Thu Feb 05, 2026 11:15 PM
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.

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 1396
Joined: Mon May 14, 2007 09:49 AM

Re: TGet on TMenu

Posted: Fri Feb 06, 2026 10:08 AM

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.

Posts: 1396
Joined: Mon May 14, 2007 09:49 AM

Re: TGet on TMenu

Posted: Fri Feb 06, 2026 10:46 AM

I made a NOWAIT window and put a Combobox on it. It's not very pretty (unlike the menu), but it works.

Posts: 1396
Joined: Mon May 14, 2007 09:49 AM

Re: TGet on TMenu

Posted: Sat Feb 07, 2026 08:32 AM

I think to enable GET in the menu, need to edit the method :Activate (change the oMenu:oWnd parameters in it and insert Get)

Continue the discussion