|
From: Basso, L. F. <lf...@vi...> - 2011-09-19 14:35:02
|
2011-09-18 11:55 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source/htree.prg * CLASS HTreeNode + METHOD GetLevel( h ) return level of node * CLASS HTree + METHOD SearchString( cText, iNivel, oNode, inodo ) search text in tree and return node + METHOD Selecteds( oItem, aSels ) return selecteds in checkmark * PROCEDURE MarkCheckTree ! fixed recursive state Luis Fernando Basso lf...@vi... |
|
From: vatzct <va...@po...> - 2011-09-20 05:40:47
|
19.09.2011 17:34, Basso, Luis Fernando ???????(??): > 2011-09-18 11:55 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> > * source/htree.prg > * CLASS HTreeNode > + METHOD GetLevel( h ) > return level of node > * CLASS HTree > + METHOD SearchString( cText, iNivel, oNode, inodo ) > search text in tree and return node > + METHOD Selecteds( oItem, aSels ) > return selecteds in checkmark > * PROCEDURE MarkCheckTree > ! fixed recursive state > Luis Fernando Basso > lf...@vi... > Thanks, now all build ok, but with some warning ../../../../source/theme.c: In function 'HB_FUN_HWG_SETWINDOWTHEME': ../../../../source/theme.c:2012:4: warning: missing initializer ../../../../source/theme.c:2012:4: warning: (near initialization for 'ovi.dwMajorVersion') ../../../../source/theme.c:2015:7: warning: suggest explicit braces to avoid ambiguous 'else' ../../../../source/theme.c: In function 'HB_FUN_HWG_GETWINDOWTHEME': ../../../../source/theme.c:2026:4: warning: missing initializer ../../../../source/theme.c:2026:4: warning: (near initialization for 'ovi.dwMajorVersion') ../../../../source/window.c: In function 'HB_FUN_ANSITOUNICODE': ../../../../source/window.c:1431:4: warning: passing argument 2 of 'hb_retstrlen' from incompatible pointer type c:/dev/harbour/include/hbapistr.h:114:23: note: expected 'const char *' but argument is of type 'LPCWSTR' Regards, Alexey Myronenko |
|
From: Basso, L. F. <lf...@vi...> - 2011-09-21 03:35:38
|
2011-09-21 00:35 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source/htree.prg + TVHT_ONITEMBUTTON * CLASS HTree * METHOD Notify * PROCEDURE MarkCheckTree ! fixed NM_CLICK in STYLE TVS_CHECKBOXES Luis Fernando Basso lf...@vi... |
|
From: vatzct <va...@po...> - 2011-09-21 06:09:42
|
21.09.2011 6:35, Basso, Luis Fernando ???????(??): > 2011-09-21 00:35 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> > * source/htree.prg > + TVHT_ONITEMBUTTON > * CLASS HTree > * METHOD Notify > * PROCEDURE MarkCheckTree > ! fixed NM_CLICK in STYLE TVS_CHECKBOXES > Luis Fernando Basso > lf...@vi... Hi! hbmk2: Compiling Harbour sources... hbmk2: Harbour compiler command (embedded): ... source\hcontrol.prg(2060) Warning W0032 Variable 'NBS' is assigned but not used in function 'HGROUP_INIT(2042)' No code generated. hbmk2: Error: Running Harbour compiler (embedded). 1 ... Regards, Alexey Myronenko |
|
From: Basso, L. F. <lf...@vi...> - 2011-09-21 11:08:57
|
fixed Regards Luis Fernando Basso lf...@vi... From: vatzct Sent: Wednesday, September 21, 2011 3:09 AM To: hwg...@li... Subject: Re: [Hwgui-developers] changelog 2011-09-21 00:35 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> 21.09.2011 6:35, Basso, Luis Fernando написав(ла): 2011-09-21 00:35 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source/htree.prg + TVHT_ONITEMBUTTON * CLASS HTree * METHOD Notify * PROCEDURE MarkCheckTree ! fixed NM_CLICK in STYLE TVS_CHECKBOXES Luis Fernando Basso lf...@vi... Hi! hbmk2: Compiling Harbour sources... hbmk2: Harbour compiler command (embedded): ... source\hcontrol.prg(2060) Warning W0032 Variable 'NBS' is assigned but not used in function 'HGROUP_INIT(2042)' 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 |
|
From: vatzct <va...@po...> - 2011-09-21 11:18:52
|
21.09.2011 14:08, Basso, Luis Fernando написав(ла): > fixed > Regards > Luis Fernando Basso > lf...@vi... > the next hbmk2: Compiling Harbour sources... hbmk2: Harbour compiler command (embedded): ... source\hcontrol.prg(2060) Warning W0003 Variable 'I' declared but not used in function 'HGROUP_INIT(2022)' No code generated. hbmk2: Error: Running Harbour compiler (embedded). 1 ... Regards, Alexey Myronenko |
|
From: vatzct <va...@po...> - 2011-09-21 11:27:22
|
21.09.2011 6:35, Basso, Luis Fernando ???????(??): > 2011-09-21 00:35 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> > * source/htree.prg > + TVHT_ONITEMBUTTON > * CLASS HTree > * METHOD Notify > * PROCEDURE MarkCheckTree > ! fixed NM_CLICK in STYLE TVS_CHECKBOXES > Luis Fernando Basso > lf...@vi... > and ... hbmk2: Compiling Harbour sources... hbmk2: Harbour compiler command (embedded): ... source\hradio.prg(261) Warning W0004 Codeblock parameter 'O' declared but not used in function 'HRADIOBUTTON_NEW' source\hradio.prg(261) Warning W0004 Codeblock parameter 'ID' declared but not used in function 'HRADIOBUTTON_NEW' source\hradio.prg(407) Warning W0032 Variable 'OPARENT' is assigned but not used in function 'HRADIOBUTTON_ONEVENT(328)' source\hradio.prg(476) Warning W0032 Variable 'NVALUE' is assigned but not used in function 'HRADIOBUTTON_VALID(440)' No code generated. hbmk2: Error: Running Harbour compiler (embedded). 1 ... Regards, Alexey Myronenko |
|
From: Basso, L. F. <lf...@vi...> - 2011-09-21 11:39:02
|
fixed From: vatzct Sent: Wednesday, September 21, 2011 8:27 AM To: hwg...@li... Subject: Re: [Hwgui-developers] changelog 2011-09-21 00:35 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> 21.09.2011 6:35, Basso, Luis Fernando написав(ла): 2011-09-21 00:35 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source/htree.prg + TVHT_ONITEMBUTTON * CLASS HTree * METHOD Notify * PROCEDURE MarkCheckTree ! fixed NM_CLICK in STYLE TVS_CHECKBOXES Luis Fernando Basso lf...@vi... and ... hbmk2: Compiling Harbour sources... hbmk2: Harbour compiler command (embedded): ... source\hradio.prg(261) Warning W0004 Codeblock parameter 'O' declared but not used in function 'HRADIOBUTTON_NEW' source\hradio.prg(261) Warning W0004 Codeblock parameter 'ID' declared but not used in function 'HRADIOBUTTON_NEW' source\hradio.prg(407) Warning W0032 Variable 'OPARENT' is assigned but not used in function 'HRADIOBUTTON_ONEVENT(328)' source\hradio.prg(476) Warning W0032 Variable 'NVALUE' is assigned but not used in function 'HRADIOBUTTON_VALID(440)' 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 |
|
From: vatzct <va...@po...> - 2011-09-21 12:12:28
|
21.09.2011 14:38, Basso, Luis Fernando написав(ла): > fixed > *From:* vatzct <mailto:va...@po...> > *Sent:* Wednesday, September 21, 2011 8:27 AM > *To:* hwg...@li... > <mailto:hwg...@li...> > *Subject:* Re: [Hwgui-developers] changelog 2011-09-21 00:35 UTC-0300 > Luis Fernando Basso <lfbasso at via-rs.net> > 21.09.2011 6:35, Basso, Luis Fernando написав(ла): >> 2011-09-21 00:35 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> >> * source/htree.prg >> + TVHT_ONITEMBUTTON >> * CLASS HTree >> * METHOD Notify >> * PROCEDURE MarkCheckTree >> ! fixed NM_CLICK in STYLE TVS_CHECKBOXES >> Luis Fernando Basso >> lf...@vi... >> > and ... > > hbmk2: Compiling Harbour sources... > hbmk2: Harbour compiler command (embedded): > ... > source\hradio.prg(261) Warning W0004 Codeblock parameter 'O' declared > but not used in function 'HRADIOBUTTON_NEW' > source\hradio.prg(261) Warning W0004 Codeblock parameter 'ID' > declared but not used in function 'HRADIOBUTTON_NEW' > source\hradio.prg(407) Warning W0032 Variable 'OPARENT' is assigned > but not used in function 'HRADIOBUTTON_ONEVENT(328)' > source\hradio.prg(476) Warning W0032 Variable 'NVALUE' is assigned > but not used in function 'HRADIOBUTTON_VALID(440)' > > 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 hbmk2: Compiling Harbour sources... hbmk2: Harbour compiler command (embedded): ... source\htree.prg(32) Warning W0002 Redefinition or duplicate definition of #define TVHT_ONITEMBUTTON source\htree.prg(651) Warning W0033 Variable 'NHITEM' is never assigned in function 'HTREE_NOTIFY(541)' No code generated. hbmk2: Error: Running Harbour compiler (embedded). 1 ... Regards, Alexey Myronenko |
|
From: Basso, L. F. <lf...@vi...> - 2011-09-21 12:25:32
|
fixed From: vatzct Sent: Wednesday, September 21, 2011 9:12 AM To: hwg...@li... Subject: Re: [Hwgui-developers] changelog 2011-09-21 00:35 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> 21.09.2011 14:38, Basso, Luis Fernando написав(ла): fixed From: vatzct Sent: Wednesday, September 21, 2011 8:27 AM To: hwg...@li... Subject: Re: [Hwgui-developers] changelog 2011-09-21 00:35 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> 21.09.2011 6:35, Basso, Luis Fernando написав(ла): 2011-09-21 00:35 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source/htree.prg + TVHT_ONITEMBUTTON * CLASS HTree * METHOD Notify * PROCEDURE MarkCheckTree ! fixed NM_CLICK in STYLE TVS_CHECKBOXES Luis Fernando Basso mailto:lf...@vi... and ... hbmk2: Compiling Harbour sources... hbmk2: Harbour compiler command (embedded): ... source\hradio.prg(261) Warning W0004 Codeblock parameter 'O' declared but not used in function 'HRADIOBUTTON_NEW' source\hradio.prg(261) Warning W0004 Codeblock parameter 'ID' declared but not used in function 'HRADIOBUTTON_NEW' source\hradio.prg(407) Warning W0032 Variable 'OPARENT' is assigned but not used in function 'HRADIOBUTTON_ONEVENT(328)' source\hradio.prg(476) Warning W0032 Variable 'NVALUE' is assigned but not used in function 'HRADIOBUTTON_VALID(440)' 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 hbmk2: Compiling Harbour sources... hbmk2: Harbour compiler command (embedded): ... source\htree.prg(32) Warning W0002 Redefinition or duplicate definition of #define TVHT_ONITEMBUTTON source\htree.prg(651) Warning W0033 Variable 'NHITEM' is never assigned in function 'HTREE_NOTIFY(541)' No code generated. hbmk2: Error: Running Harbour compiler (embedded). 1 ... Regards, Alexey Myronenko -------------------------------------------------------------------------------- |
|
From: vatzct <va...@po...> - 2011-09-21 12:37:04
|
21.09.2011 15:25, Basso, Luis Fernando написав(ла): > fixed Thanks, now OK. Regards, Alexey Myronenko |