TMenuItem height [Fixed]

Re: TMenuItem height

Postby Enrico Maria Giordano » Tue Aug 15, 2017 8:55 am

In the latest FWH the height of menuitems is too much. :-(

Please compare with the Windows desktop menu and adjust it.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8243
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: TMenuItem height

Postby cnavarro » Tue Aug 15, 2017 12:15 pm

Enrico, más alto o más pequeño?

Enrico, higher, or smaller?

Image
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
User avatar
cnavarro
 
Posts: 6498
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: TMenuItem height

Postby Enrico Maria Giordano » Tue Aug 15, 2017 12:31 pm

Look at you private email.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8243
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: TMenuItem height

Postby Enrico Maria Giordano » Wed Aug 16, 2017 3:03 pm

Cristobal, did you receive my EXE?

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8243
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: TMenuItem height

Postby cnavarro » Wed Aug 16, 2017 3:41 pm

Yes, wait
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
User avatar
cnavarro
 
Posts: 6498
Joined: Wed Feb 15, 2012 8:25 pm
Location: España



Re: TMenuItem height

Postby cnavarro » Sun Aug 27, 2017 11:21 pm

I do not understand
My answer was not by mail about your EXE?
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
User avatar
cnavarro
 
Posts: 6498
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: TMenuItem height

Postby Enrico Maria Giordano » Mon Aug 28, 2017 9:15 am

Are you referring to GetnHeightItem( 2 )? Ok, but you should change static nHeightItem := 2 //1.66. Or am I missing something?

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8243
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: TMenuItem height

Postby Enrico Maria Giordano » Tue Aug 29, 2017 8:39 am

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
User avatar
Enrico Maria Giordano
 
Posts: 8243
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia


Re: TMenuItem height

Postby cnavarro » Sat Sep 02, 2017 12:11 am

Please put any image for compare

Image
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
User avatar
cnavarro
 
Posts: 6498
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: TMenuItem height

Postby Enrico Maria Giordano » Sat Sep 02, 2017 7:01 am

That's not what I get using latest official FWH release. This is what I get:

Image

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8243
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: TMenuItem height

Postby Enrico Maria Giordano » Wed Sep 06, 2017 12:48 pm

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
User avatar
Enrico Maria Giordano
 
Posts: 8243
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: TMenuItem height

Postby cnavarro » Sat Sep 09, 2017 8:41 am

Enrico,
We are making a final decision on this issue
Thanks
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
User avatar
cnavarro
 
Posts: 6498
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

PreviousNext

Return to Bugs report & fixes / Informe de errores y arreglos

Who is online

Users browsing this forum: No registered users and 3 guests