In the latest FWH the height of menuitems is too much. ![]()
Please compare with the Windows desktop menu and adjust it.
EMG
In the latest FWH the height of menuitems is too much. ![]()
Please compare with the Windows desktop menu and adjust it.
EMG

Look at you private email.
EMG
Cristobal, did you receive my EXE?
EMG
Yes, wait
Ok, thank you.
EMG
Still waiting... ![]()
EMG
I do not understand
My answer was not by mail about your EXE?
Are you referring to GetnHeightItem( 2 )? Ok, but you should change static nHeightItem := 2 //1.66. Or am I missing something?
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
DEFINE DIALOG oDlg
ACTIVATE DIALOG oDlg;
ON RIGHT CLICK MAINMENU( nRow, nCol, oDlg );
CENTER
RETURN NIL
STATIC FUNCTION MAINMENU( nRow, nCol, oDlg )
LOCAL oMen
MENU oMen POPUP
MENUITEM "Nuovo" + CHR( 9 ) + "CTRL+N"
MENUITEM "Apri..." + CHR( 9 ) + "CTRL+F12"
MENUITEM "Salva" + CHR( 9 ) + "CTRL+S"
MENUITEM "Salva con nome..."
SEPARATOR
MENUITEM "Imposta pagina..."
MENUITEM "Stampa..." + CHR( 9 ) + "CTRL+P"
SEPARATOR
MENUITEM "Esci"
ENDMENU
ACTIVATE MENU oMen AT nRow, nCol OF oDlg
RETURN NILAny news?
EMG


Sorry for bothering you but... any news? ![]()
I think this is an important issue, isn't it? Somebody else interested? Or am I the only one?
EMG
Enrico,
We are making a final decision on this issue
Thanks