Page 3 of 4

Re: TMenuItem height

PostPosted: Tue Aug 15, 2017 8:55 am
by Enrico Maria Giordano
In the latest FWH the height of menuitems is too much. :-(

Please compare with the Windows desktop menu and adjust it.

EMG

Re: TMenuItem height

PostPosted: Tue Aug 15, 2017 12:15 pm
by cnavarro
Enrico, más alto o más pequeño?

Enrico, higher, or smaller?

Image

Re: TMenuItem height

PostPosted: Tue Aug 15, 2017 12:31 pm
by Enrico Maria Giordano
Look at you private email.

EMG

Re: TMenuItem height

PostPosted: Wed Aug 16, 2017 3:03 pm
by Enrico Maria Giordano
Cristobal, did you receive my EXE?

EMG

Re: TMenuItem height

PostPosted: Wed Aug 16, 2017 3:41 pm
by cnavarro
Yes, wait

Re: TMenuItem height

PostPosted: Wed Aug 16, 2017 5:16 pm
by Enrico Maria Giordano
Ok, thank you.

EMG

Re: TMenuItem height

PostPosted: Sun Aug 27, 2017 8:09 am
by Enrico Maria Giordano
Still waiting... :-)

EMG

Re: TMenuItem height

PostPosted: Sun Aug 27, 2017 11:21 pm
by cnavarro
I do not understand
My answer was not by mail about your EXE?

Re: TMenuItem height

PostPosted: Mon Aug 28, 2017 9:15 am
by Enrico Maria Giordano
Are you referring to GetnHeightItem( 2 )? Ok, but you should change static nHeightItem := 2 //1.66. Or am I missing something?

EMG

Re: TMenuItem height

PostPosted: Tue Aug 29, 2017 8:39 am
by Enrico Maria Giordano
The problem is that the menu in this sample is higher and larger than it should be (compared with Notepad), even using latest FWH official build. Can you look at it, please?

Code: Select all  Expand view
#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 NIL


EMG

Re: TMenuItem height

PostPosted: Fri Sep 01, 2017 12:39 pm
by Enrico Maria Giordano
Any news?

EMG

Re: TMenuItem height

PostPosted: Sat Sep 02, 2017 12:11 am
by cnavarro
Please put any image for compare

Image

Re: TMenuItem height

PostPosted: Sat Sep 02, 2017 7:01 am
by Enrico Maria Giordano
That's not what I get using latest official FWH release. This is what I get:

Image

EMG

Re: TMenuItem height

PostPosted: Wed Sep 06, 2017 12:48 pm
by Enrico Maria Giordano
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

Re: TMenuItem height

PostPosted: Sat Sep 09, 2017 8:41 am
by cnavarro
Enrico,
We are making a final decision on this issue
Thanks