driessen wrote:Cristobal,
Is that a problem like mine 2 weeks ago?
Thanks.
No, It is another matter entirely different, I believe
Regards
driessen wrote:Cristobal,
Is that a problem like mine 2 weeks ago?
Thanks.
Enrico Maria Giordano wrote:Cristobal,
Something's still wrong: the width of the menu is not correctly calculated (too wide) in some cases.
EMG
Enrico Maria Giordano wrote:Cristobal,
seems to work fine, thank you!. What's now? Will you update FWH build or...?
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oFnt, oWnd, oMen
MENU oMen
MENUITEM "Test"
MENU
MENUITEM "A very long test menu item"
ENDMENU
ENDMENU
DEFINE FONT oFnt NAME "Courier New" SIZE 0, -7
DEFINE WINDOW oWnd;
MENU oMen
oWnd:SetFont( oFnt )
ACTIVATE WINDOW oWnd;
ON CLICK TESTMENU( oWnd )
RELEASE FONT oFnt
RETURN NIL
STATIC FUNCTION TESTMENU( oWnd )
LOCAL oMen
MENU oMen POPUP
MENUITEM "A very long test menu item"
ENDMENU
ACTIVATE MENU oMen AT 0, 0 OF oWnd
RETURN oMen
#xcommand MENU [ <oObjMenu> ] ;
[ <of: OF, WINDOW, DIALOG, CONTROL> <oCtrl> ] ;
[ <popup: POPUP> ] ;
[ <l2007: 2007, _2007> ] ;
[ <l2010: 2010, _2010> ] ;
[ COLORMENU <nClrMenu> ,<nClrMenutxt> ] ;
[ COLORSELECT <nClrHiLi> ,<nClrHiLf> ,<nClrHitx> ] ;
[ <left: COLORBMP, COLORLEFT> <nClrToBa> ,<nClrBkBa> ] ;
[ <right: COLORPNEL, COLORRIGHT> <nClrToBr> ,<nClrBkBr> ] ;
[ COLORSEPARATOR <nClrHiBr> ] ;
[ <lMenuBar: MENUBAR> ] ;
[ FONT <oFont> ] ;
[ <lColors: COLORS> ] ;
[ <lVert: LINESVERT> ] ;
[ <l2013: 2013, _2013> ] ;
[ <l2015: 2015, _2015> ] ;
[ <lNoBorder: NOBORDER> ] ;
[ RIGHTSPACE <nRightSp> ] ;
[ FACTOR <nFactor> ] ;
=> ;
[ <oObjMenu> := ] MenuBegin( <.popup.>,, <oCtrl>, <.l2007.>, <.l2010.>,,; //<.lUnicode.>
<nClrMenu>, <nClrMenutxt>, ;
<nClrToBa>, <nClrBkBa>, <nClrHiLi> ,<nClrHiLf>, ;
<nClrHitx>, <nClrHiBr>, <.lMenuBar.>, <oFont>, ;
<.lColors.>, <.lVert.>, <.l2013.>, <.l2015.>, ;
[!<.lNoBorder.>], <nClrToBr> ,<nClrBkBr>, <nRightSp>,;
<nFactor> )
Enrico Maria Giordano wrote:Cristobal,
Thank you. But please, we basically need a correct default behaviour.
EMG
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 60 guests