by norberto » Tue Oct 23, 2007 7:17 pm
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).
#xcommand DEFINE <msg: MESSAGE, MESSAGE BAR, MSGBAR> [<oMsg>] ;
[ 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