Uhm... from your image it seems that it is indeed different...
Well, this is what I wanted to know, thank you.
EMG
Uhm... from your image it seems that it is indeed different...
Well, this is what I wanted to know, thank you.
EMG
> Windows 98 GPF
Fixed ![]()
Style 2007 is already optional ![]()
MENU oMenu 2007
...
ENDMENU
Thanks Mr Antonio
I am eagerly waiting for this. Hope you will provide me the new library.
Already sent ![]()
Mr Antonio
I am getting unresolved external MENUDRAW2007.
Help me please.
Please check that you are using the right libraries.
Here it is working ok with both Harbour/xHarbour
Regrets
My mistake
Everything is working ok here too.
Thanks
ok ![]()
Antonio, can you send to me too? thanks
Please send me an email to request the files, thanks
Antonio, theres an behavior with menus 2007 and windows nt 4 workstation, i sent to you private email an image. thanks
Norberto,
I see, there is an extra gray bar. Are you using all service packs (sistem upgrades) availables for NT ?
Antonio, yes. windows nt4 work sp6a. (last).
i found an issue in msgbar header (ch) , missing clause 2007, already corrected below: (when using define, not set).
[ OF <oWnd> ] ;
[ <prm: PROMPT, TITLE> <cMsg> ] ;
[ <center: CENTER, CENTERED> ] ;
[ <clock: CLOCK, TIME> ] ;
[ <date: DATE> ] ;
[ <kbd: KEYBOARD> ] ;
[ FONT <oFont> ] ;
[ <color: COLOR, COLORS> <nClrFore> [,<nClrBack> ] ] ;
[ <inset: NO INSET, NOINSET> ] ;
[ <l2007: 2007, _2007> ] ;
=> ;
[<oMsg>:=] <oWnd>:oMsgBar := TMsgBar():New( <oWnd>, <cMsg>, <.center.>,;
<.clock.>, <.date.>, <.kbd.>,;
<nClrFore>, <nClrBack>, <oFont>,;
[!<.inset.>], [<.l2007.>] )
thanks