FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Menues and the function GetnHeightItem() - solved
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Menues and the function GetnHeightItem() - solved
Posted: Wed Aug 16, 2017 09:45 PM

Hello,

I noticed that the height of the items in a menu is bigger in FWH 17.07 than it was in FWH 17.06.

If I understand well, by using the function GetnHeightItem(), you can change the height of the item.

Can someone provide me with an example?

Thanks.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: Menues and the function GetnHeightItem()
Posted: Wed Aug 16, 2017 09:59 PM
Cristobal just explained me to put

Code (fw): Select all Collapse
GetnHeightItem( nValue )


at the start of the main() function.

EMG
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Menues and the function GetnHeightItem()
Posted: Wed Aug 16, 2017 10:45 PM

Please see

http://wiki.fivetechsoft.com/doku.php?i ... s_of_menus

But function for change width not included in this build
Sorry, I explain
The function has been included but not its implementation

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: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Menues and the function GetnHeightItem() - solved
Posted: Thu Aug 17, 2017 09:34 PM

Guys,

Thanks a lot for your help. The problem is solved.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Continue the discussion