FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Can I change DATA ::oMnuHeight ?
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM

Can I change DATA ::oMnuHeight ?

Posted: Wed Aug 05, 2015 10:00 PM

Dear Antonio,

How can I set the menu height? Because I set oMenu:oMnuHeight, it doesn't effect.

It still cannot set now.

viewtopic.php?f=3t=31117

Thanks.

&

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM

Re: Can I change DATA ::oMnuHeight ?

Posted: Wed Aug 05, 2015 10:19 PM
Currently the menu height is calculated by the Height of the selected font for the menu.
The property (oMnuHeight) has been added to establish in the near future the top of the menuitems regardless of the height of the font
Currently oMnuHeight nonfunctional
regards

Code (fw): Select all Collapse
#xcommand MENU [ <oObjMenu> ] ;
             [ <of: OF, WINDOW, DIALOG, CONTROL> <oCtrl> ] ;
             [ <popup: POPUP> ] ;
             [ <l2007: 2007, _2007> ] ;
             [ <l2010: 2010, _2010> ] ;
             [ COLORMENU  <nClrMenu> ,<nClrMenutxt> ] ;
             [ COLORSELECT  <nClrHiLi> ,<nClrHiLf> ,<nClrHitx> ] ;
             [ COLORBMP  <nClrToBa> ,<nClrBkBa> ] ;
             [ COLORSEPARATOR  <nClrHiBr> ] ;
             [ <lMenuBar: MENUBAR> ] ;

             [ FONT <oFont> ] ;

             [ <lColors: COLORS> ] ;
             [ <lVert: LINESVERT> ] ;
             [ <l2013: 2013, _2013> ] ;
             [ <l2015: 2015, _2015> ] ;
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: 1598
Joined: Fri Oct 07, 2005 05:56 PM

Re: Can I change DATA ::oMnuHeight ?

Posted: Thu Aug 06, 2015 04:07 AM

Dear Canavarro,

Thanks FYI.

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)

Continue the discussion