Page 1 of 1

Menues and the function GetnHeightItem() - solved

PostPosted: Wed Aug 16, 2017 9:45 pm
by driessen
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.

Re: Menues and the function GetnHeightItem()

PostPosted: Wed Aug 16, 2017 9:59 pm
by Enrico Maria Giordano
Cristobal just explained me to put

Code: Select all  Expand view
GetnHeightItem( nValue )


at the start of the main() function.

EMG

Re: Menues and the function GetnHeightItem()

PostPosted: Wed Aug 16, 2017 10:45 pm
by cnavarro
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

Re: Menues and the function GetnHeightItem() - solved

PostPosted: Thu Aug 17, 2017 9:34 pm
by driessen
Guys,

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