|
From: Basso, L. F. <lf...@vi...> - 2011-09-22 12:55:31
|
FIXED -----Mensagem Original----- From: vatzct Sent: Thursday, September 22, 2011 9:43 AM To: hwg...@li... Subject: Re: [Hwgui-developers] changelog 2011-09-22 09:35 UTC-0300 Luis Fernando Basso 22.09.2011 15:36, Basso, Luis Fernando написав(ла): > 2011-09-22 09:35 UTC-0300 Luis Fernando Basso<lfbasso at via-rs.net> > * include/guilib.ch > * #xcommand BEGIN PAGE<cname> OF<oTab> ; > + [ TOOLTIP<ctoolt> ] ; > assign a tooltip for each page of the TAB > * source/htab.prg > * CLASS HPage > + DATA Tooltip > * METHOD New( cCaption, nPage, lEnabled, tcolor, bcolor, > cTooltip ) > add parameter cToolTip > * CLASS HTab > + METHOD ShowToolTips( lParam ) > + METHOD onChange( ) > * METHOD StartPage > ! add parameter cTooltip > * METHOD Init > * METHOD SetPaintSizePos > ! minor fix > * METHOD SetTab > ! changed, SETCURFOCUS occurs after the page is changed > * METHOD ChangePage > changed, event onChange occurs before the objects of the page to > show > * METHOD RedrawControls() > * METHOD ShowPage > ! minor fix in show objects > * METHOD Refresh > ! fixed > * METHOD Notify > ! fixed SETCURFOCUS when Page is disabled > * METHOD onEvent > * msg = WM_MOUSEMOVE > ! handling show tooltip in pages > * msg = WM_PRINT > * msg = WM_SIZE > * msg == WM_KEYDOWN > ! minor fix > * msg = WM_GETDLGCODE > ! fixed msg ESCAPE > ! fixed init focus in TAB > * METHOD ShowDisablePage > * Function SetTabFocus > !minor fix > * CLASS HPaintTab > * METHOD showTextTabs > fixed show effect disabled > > > Luis Fernando Basso > lf...@vi... > > Hi! hbmk2: Compiling Harbour sources... hbmk2: Harbour compiler command (embedded): ... source\htab.prg(171) Warning W0019 Duplicate declaration of method 'REFRESH' source\htab.prg(200) Error E0030 Syntax error "syntax error at ')'" source\htab.prg(201) Error E0030 Syntax error "syntax error at ')'" source\htab.prg(202) Error E0030 Syntax error "syntax error at ')'" source\htab.prg(203) Error E0030 Syntax error "syntax error at ')'" source\htab.prg(227) Warning W0003 Variable 'BCLICK' declared but not used in function 'HTAB_NEW(186)' source\htab.prg(227) Warning W0003 Variable 'BGETFOCUS' declared but not used in function 'HTAB_NEW(186)' source\htab.prg(227) Warning W0003 Variable 'BLOSTFOCUS' declared but not used in function 'HTAB_NEW(186)' source\htab.prg(227) Warning W0003 Variable 'BRCLICK' declared but not used in function 'HTAB_NEW(186)' source\htab.prg(464) Warning W0032 Variable 'CLIENT_RECT' is assigned but not used in function 'HTAB_CHANGEPAGE(443)' source\htab.prg(745) Error E0030 Syntax error "syntax error at '.'" source\htab.prg(748) Error E0030 Syntax error "syntax error at 'ELSEIF'" source\htab.prg(751) Warning W0028 Unreachable code source\htab.prg(759) Error E0030 Syntax error "syntax error at 'ELSEIF'" source\htab.prg(768) Error E0030 Syntax error "syntax error at 'ELSEIF'" source\htab.prg(769) Warning W0028 Unreachable code source\htab.prg(771) Error E0030 Syntax error "syntax error at 'ELSEIF'" source\htab.prg(791) Error E0030 Syntax error "syntax error at 'ELSEIF'" source\htab.prg(800) Error E0030 Syntax error "syntax error at 'ELSEIF'" source\htab.prg(802) Warning W0001 Ambiguous reference 'OCTRL' source\htab.prg(802) Warning W0001 Ambiguous reference 'OCTRL' source\htab.prg(805) Error E0030 Syntax error "syntax error at 'ENDIF'" source\htab.prg(840) Error E0017 Unclosed control structure 'IF' 13 errors No code generated. hbmk2: Error: Running Harbour compiler (embedded). 1 ... Regards, Alexey Myronenko ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Hwgui-developers mailing list Hwg...@li... https://lists.sourceforge.net/lists/listinfo/hwgui-developers |