You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(64) |
Apr
(70) |
May
(54) |
Jun
(57) |
Jul
(34) |
Aug
(19) |
Sep
(28) |
Oct
(48) |
Nov
(42) |
Dec
(43) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(50) |
Feb
(19) |
Mar
(10) |
Apr
(5) |
May
(1) |
Jun
(14) |
Jul
(23) |
Aug
(6) |
Sep
(118) |
Oct
(110) |
Nov
(36) |
Dec
(6) |
2006 |
Jan
(19) |
Feb
(7) |
Mar
(4) |
Apr
(32) |
May
(6) |
Jun
(14) |
Jul
(42) |
Aug
(38) |
Sep
(88) |
Oct
(21) |
Nov
(40) |
Dec
(37) |
2007 |
Jan
(31) |
Feb
(20) |
Mar
(26) |
Apr
(38) |
May
(4) |
Jun
(3) |
Jul
(3) |
Aug
(8) |
Sep
(2) |
Oct
(3) |
Nov
(25) |
Dec
(9) |
2008 |
Jan
(7) |
Feb
(10) |
Mar
(16) |
Apr
(10) |
May
(25) |
Jun
(16) |
Jul
(27) |
Aug
(8) |
Sep
(20) |
Oct
(54) |
Nov
(11) |
Dec
(14) |
2009 |
Jan
(28) |
Feb
(22) |
Mar
(13) |
Apr
(70) |
May
(25) |
Jun
(23) |
Jul
(12) |
Aug
(18) |
Sep
(7) |
Oct
(4) |
Nov
(8) |
Dec
(36) |
2010 |
Jan
(58) |
Feb
(66) |
Mar
(3) |
Apr
(16) |
May
(9) |
Jun
(10) |
Jul
(6) |
Aug
(8) |
Sep
(17) |
Oct
(15) |
Nov
(12) |
Dec
(27) |
2011 |
Jan
(3) |
Feb
(17) |
Mar
(5) |
Apr
(12) |
May
(1) |
Jun
|
Jul
(1) |
Aug
(5) |
Sep
(56) |
Oct
(24) |
Nov
(8) |
Dec
(32) |
2012 |
Jan
(20) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(9) |
Jul
(29) |
Aug
(3) |
Sep
(17) |
Oct
(60) |
Nov
(17) |
Dec
(52) |
2013 |
Jan
(22) |
Feb
(35) |
Mar
(31) |
Apr
(5) |
May
(16) |
Jun
(108) |
Jul
(57) |
Aug
(2) |
Sep
(11) |
Oct
|
Nov
(3) |
Dec
(13) |
2014 |
Jan
(39) |
Feb
(15) |
Mar
|
Apr
(31) |
May
|
Jun
(9) |
Jul
(16) |
Aug
(1) |
Sep
(8) |
Oct
(51) |
Nov
(5) |
Dec
(119) |
2015 |
Jan
(78) |
Feb
(47) |
Mar
(25) |
Apr
(32) |
May
(34) |
Jun
(42) |
Jul
(62) |
Aug
(10) |
Sep
(11) |
Oct
(5) |
Nov
(13) |
Dec
(24) |
2016 |
Jan
(12) |
Feb
(1) |
Mar
(2) |
Apr
|
May
(1) |
Jun
(12) |
Jul
(5) |
Aug
(32) |
Sep
(36) |
Oct
(34) |
Nov
(3) |
Dec
(1) |
2017 |
Jan
(2) |
Feb
(3) |
Mar
(2) |
Apr
|
May
(3) |
Jun
(5) |
Jul
(6) |
Aug
(5) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2018 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(26) |
Sep
(24) |
Oct
(2) |
Nov
(6) |
Dec
(26) |
2019 |
Jan
(10) |
Feb
(5) |
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(3) |
Aug
|
Sep
(2) |
Oct
(1) |
Nov
(1) |
Dec
(2) |
2020 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(4) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(1) |
From: Itamar M. L. J. L. <ita...@gm...> - 2019-01-02 15:38:39
|
Hi! I, not found browse FILTER flag on guilib.ch. #xcommand @ <x>,<y> BROWSE [ <oBrw> ] ; [ <lArr: ARRAY> ] ; [ <lDb: DATABASE> ] ; [ OF <oWnd> ] ; [ ID <nId> ] ; [ SIZE <width>, <height> ] ; [ ON INIT <bInit> ] ; [ ON SIZE <bSize> ] ; [ ON PAINT <bDraw> ] ; [ ON CLICK <bEnter> ] ; [ ON RIGHTCLICK <bRClick> ]; [ ON GETFOCUS <bGfocus> ] ; [ ON LOSTFOCUS <bLfocus> ] ; [ STYLE <nStyle> ] ; [ <lNoVScr: NO VSCROLL> ] ; [ <lNoBord: NOBORDER> ] ; [ FONT <oFont> ] ; [ <lAppend: APPEND> ] ; [ <lAutoedit: AUTOEDIT> ] ; [ ON UPDATE <bUpdate> ] ; [ ON KEYDOWN <bKeyDown> ] ; [ ON POSCHANGE <bPosChg> ] ; [ <lMulti: MULTISELECT> ] ; => ; [<oBrw> :=] HBrowse():New( Iif(<.lDb.>,BRW_DATABASE,Iif(<.lArr.>,BRW_ARRAY,0)),; <oWnd>,<nId>,<nStyle>,<x>,<y>,<width>,<height>,<oFont>,<bInit>,<bSize>, ; <bDraw>,<bEnter>,<bGfocus>,<bLfocus>,<.lNoVScr.>,<.lNoBord.>, <.lAppend.>,; <.lAutoedit.>, <bUpdate>, <bKeyDown>, <bPosChg>, <.lMulti.>, <bRClick> ); [; hwg_SetCtrlName( <oBrw>,<(oBrw)> )] You change Hwgui code in 2016... >2016-08-30 11:35 UTC+0300 Alexander Kresin <al...@be...> > * source/winapi/hbrowse.prg > + source/winapi/hbrwflt.prg > * All code, related to filtering, moved from HBrowse to a new subclass HBrwFlt > * include/guilib.ch > * New command added @ ... BROWSE ... FILTER for HBrwFlt > So, if you use those WHILE, FIRST, LAST, FOR clauses of BROWSE ... >DATABASE > command, use BROWSE ... FILTER instead. > * makefile* > * makefiles updated for a new source file hbrwflt.prg But,I believe no one has tested this change. Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2018-12-27 12:22:08
|
I've rewrite his code to use my dbf files and to remove all function calls and all excess stuff - and it works correctly. Probably, the problem is somewhere in his code. Regards, Alexander. \ |
From: <al...@be...> - 2018-12-26 10:02:43
|
I've read the source, posted by Gilberto, and the whole thread at the forum, but his code includes call of functions, which are not published, it opens databases, which I haven't. What can I do with this? I need a self-contained sample with data to reproduce the problem. The datafiles may contain a minimum of records - just to see what happens. It is better to remove code, call of functions, which doesn't relate to the problem. Then, Gilberto writes that there aren't samples enough in HwGUI. Yes, this is true. But in could be more helpful, if he and other guys suggested concrete issues, which need to be included in samples, in tutorial, which are not clear enough. Regards, Alexander. 24.12.2018, 17:20, "Itamar M. Lins Jr. Lins" <ita...@gm...>: > Hi! > Report of Gilberto Silverio. > > Hello friends, > In the test I am doing, unfortunately there are many differences > between versions 2.17 to 2.22 and it is impossible to use 2.22 > > In this shared Browse routine, in version 2.22 there is the class > hbrwflt, to filter the files of the second database, but when you make > a change in my case in kardex, it returns data of an item that is not > the same as the one I filtered. > > http://www.pctoledo.com.br/forum/viewtopic.php?f=46&t=19704#p128037 > |
From: <al...@be...> - 2018-12-26 08:34:51
|
> I get same error here. > Here is code. > http://www.pctoledo.com.br/forum/viewtopic.php?f=46&t=19704#p128059 Fixed now. Regards, Alexander. |
From: <al...@be...> - 2018-12-25 13:05:54
|
> Here is code. > http://www.pctoledo.com.br/forum/viewtopic.php?f=46&t=19704#p128059 Yes, I see. The browse width is changed, too. I'll check what happens. Regards, Alexander. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-12-25 12:18:41
|
Hi! >I couldn't reproduce this, all looks normally here. I get same error here. Here is code. http://www.pctoledo.com.br/forum/viewtopic.php?f=46&t=19704#p128059 Choice array browse, press the left arrow 3 times and see that the fifth column is shown twice. Best regards, Itamar M. Lins Jr. 2018-12-24 11:50 GMT-02:00, Itamar M. Lins Jr. Lins <ita...@gm...>: > Hi! > > From user Gilberto Silvério. > > Folder samples, COLRBLOCK.PRG, > > oBrwArr:freeze := 1 // add this to show the error > oBrwArr:lAdjRight := .F. // add this to show the error > > oBrwArr:aColumns[4]:length := 10 // increase to 10 > > This is link here show image of browse BUG. > http://www.pctoledo.com.br/forum/viewtopic.php?f=46&t=19704&p=128039#p128032 > > Best regards, > Itamar M. Lins Jr. > |
From: <al...@be...> - 2018-12-25 10:13:45
|
> Another thing I noticed was that in Designer it only opens if it's > .XML, my screens in .PRG do not open anymore > As far as I remember, the Designer newer opened prg files. > and to save when prompted to save in .PRG does not go with the > features it has for .XML format Yes, it is. I didn't updated export to prg for a long time and don't know now, when will be able to do this. So, I recommend to use xml format only. If there are real reasons to use prg, we may consider them and try to find a suitable decision with xml. Regards, Alexander. |
From: <al...@be...> - 2018-12-25 08:54:05
|
<div xmlns="http://www.w3.org/1999/xhtml">I never tried to use the gtk version under windows (why, if there is winapi version?), but it should be possible.</div><div xmlns="http://www.w3.org/1999/xhtml">The samples are in samples/gtk_samples. Or you mean something other?</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">Regards, Alexander.</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">24.12.2018, 17:19, "POWER Informática" <pow...@gm...>:</div><blockquote xmlns="http://www.w3.org/1999/xhtml" type="cite"><div bgcolor="#FFFFFF"> <div><p>Can I use the GTK feature in WINDOWS 7/64 ? <br /><br /><br /><span><span title="">How about an example like "HELO WORLD!"</span></span></p><p> </p><p>( <a rel="noopener noreferrer" href="http://www.pctoledo.com.br/forum/viewtopic.php?f=46&t=19689">http://www.pctoledo.com.br/forum/viewtopic.php?f=46&t=19689</a> )</p><p> </p><pre>-- --------------------------------------------- Carlos Alberto N. Susviela </pre></div></div>,,<p>_______________________________________________<br />Hwgui-developers mailing list<br /><a rel="noopener noreferrer" href="mailto:Hwg...@li...">Hwg...@li...</a><br /><a rel="noopener noreferrer" href="https://lists.sourceforge.net/lists/listinfo/hwgui-developers">https://lists.sourceforge.net/lists/listinfo/hwgui-developers</a></p></blockquote> |
From: <al...@be...> - 2018-12-25 08:46:56
|
Hm... I couldn't reproduce this, all looks normally here. Maybe, he had changed something else? Regards, Alexander. 24.12.2018, 16:50, "Itamar M. Lins Jr. Lins" <ita...@gm...>: > Hi! > > From user Gilberto Silvério. > > Folder samples, COLRBLOCK.PRG, > > oBrwArr:freeze := 1 // add this to show the error > oBrwArr:lAdjRight := .F. // add this to show the error > > oBrwArr:aColumns[4]:length := 10 // increase to 10 > > This is link here show image of browse BUG. > http://www.pctoledo.com.br/forum/viewtopic.php?f=46&t=19704&p=128039#p128032 > > Best regards, > Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-12-24 14:20:01
|
Hi! Report of Gilberto Silverio. Hello friends, In the test I am doing, unfortunately there are many differences between versions 2.17 to 2.22 and it is impossible to use 2.22 In this shared Browse routine, in version 2.22 there is the class hbrwflt, to filter the files of the second database, but when you make a change in my case in kardex, it returns data of an item that is not the same as the one I filtered. http://www.pctoledo.com.br/forum/viewtopic.php?f=46&t=19704#p128037 Best regards, Itamar M. Lins Jr. |
From: <pow...@gm...> - 2018-12-24 14:19:26
|
Can I use the GTK feature in WINDOWS 7/64 ? How about an example like "HELO WORLD!" ( http://www.pctoledo.com.br/forum/viewtopic.php?f=46&t=19689 ) -- --------------------------------------------- Carlos Alberto N. Susviela |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-12-24 14:03:55
|
Hi! >From user Fernando Queiroz. Another thing I noticed was that in Designer it only opens if it's .XML, my screens in .PRG do not open anymore and to save when prompted to save in .PRG does not go with the features it has for .XML format http://www.pctoledo.com.br/forum/viewtopic.php?f=46&t=19704&p=128039#p128034 Best regards, Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-12-24 13:50:38
|
Hi! >From user Gilberto Silvério. Folder samples, COLRBLOCK.PRG, oBrwArr:freeze := 1 // add this to show the error oBrwArr:lAdjRight := .F. // add this to show the error oBrwArr:aColumns[4]:length := 10 // increase to 10 This is link here show image of browse BUG. http://www.pctoledo.com.br/forum/viewtopic.php?f=46&t=19704&p=128039#p128032 Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2018-12-23 11:36:16
|
Hello, HwGUI 2.22 build2 has been released. [*] Designer: splitter, top panel, status panel, static link controls added. Grid implemented. [*] GTK3 support mostly implemented. [!] Fixes, corrections. |
From: <al...@be...> - 2018-12-17 11:24:42
|
Fixed. This name (Hwgui source...) is in designer.iml file. Regards, Alexander. |
From: <al...@be...> - 2018-12-17 11:05:24
|
> Designer not open the own .PRG than it same save. Yes, I know. The appropriate module isn't written at all and didin't supposed to be written). Maybe, in future... Regards, Alexander. |
From: <al...@be...> - 2018-12-17 11:02:54
|
Fixed - I disablled this menu item for the case when no one form is opened. Regards, Alexander. |
From: <al...@be...> - 2018-12-17 11:01:01
|
I think, I've fixed it. Regards, Alexander. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-12-16 21:35:35
|
Hi! Please take time to access this forum from Hwgui. Mr. José Quintas, created some .HBP file for Hwgui that facilitates the maintenance and creation of the Hwgui library, in any environment. You can post using the English language if you wish. http://www.pctoledo.com.br/forum/viewtopic.php?f=46&t=19682&start=15 ../../../../contrib/misc/arr2str.c: In function 'ArrayMemoSize': ../../../../contrib/misc/arr2str.c:118:15: warning: this statement may fall through [-Wimplicit-fallthrough=] if( HB_DBL_LIM_INT32( dVal ) ) ^ ../../../../contrib/misc/arr2str.c:124:10: note: here case HB_IT_DOUBLE: ^~~~ ../../../../contrib/misc/arr2str.c: In function 'WriteArray': ../../../../contrib/misc/arr2str.c:192:15: warning: this statement may fall through [-Wimplicit-fallthrough=] if( HB_DBL_LIM_INT32( dVal ) ) ^ ../../../../contrib/misc/arr2str.c:201:10: note: here case HB_IT_DOUBLE: ^~~~ Best regards, Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-12-14 18:52:05
|
Hi! Designer not open the own .PRG than it same save. Best regards, Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-12-14 18:39:24
|
Hi! The option save form source, show Hwgui source&n... And another small problem Designer save .PRG on unix format into Windows OS. Best regards, Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-12-14 18:30:35
|
Hi! Only a click in view -> "object inspector" Error BASE/1004 No exported method: OPARENT Called from ->OPARENT(0) Called from ->INSPSETBROWSE(348) Called from ->INSPSETCOMBO(296) Called from ->INSPOPEN(75) Called from ->(b)MAIN(148) Called from ->ONCOMMAND(622) Called from ->(b)HMAINWINDOW(288) Called from ->HMAINWINDOW:ONEVENT(394) Called from ->HWG_ACTIVATEMAINWINDOW(0) Called from ->HMAINWINDOW:ACTIVATE(383) Called from ->MAIN(257) HWGUI 2.22 Build 1 Date:12/14/18 Time:15:26:59 Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2018-12-14 14:58:39
|
Fixed. Regards, Alexander. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-12-14 14:03:07
|
Hi! ciwin@lrbase:~/hwgui-code/hwgui$ hbmk2 hwgui.hbp hbmk2: Compiling Harbour sources... source/gtk/hgraph.prg(196) Warning W0001 Ambiguous reference 'L1' source/gtk/hgraph.prg(199) Warning W0001 Ambiguous reference 'L1' source/gtk/hgraph.prg(200) Warning W0001 Ambiguous reference 'L1' source/gtk/hgraph.prg(201) Warning W0001 Ambiguous reference 'L1' source/gtk/hgraph.prg(202) Warning W0001 Ambiguous reference 'L1' source/gtk/hgraph.prg(213) Warning W0001 Ambiguous reference 'L1' source/gtk/hgraph.prg(215) Warning W0001 Ambiguous reference 'L1' No code generated. Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2018-12-13 06:59:14
|
Hello, HwGUI 2.22 build 1 has been released. [+] HGraph: :aColors, :aPens added to draw graphs with different colors. [+] hwg_SaveBitmap( cFileName, hBitmap ) function added. [+] New class added, HPanelHea, and appropiate command ADD HEADER PANEL as a customizable alternative for a window title bar. [+] HPanel: new variable added :lDragWin. If .t., dragging the panel you move the window. [+] New cross-platform window styles added: WND_NOTITLE, WND_NOSYSMENU, WND_NOSIZEBOX. [+] HSTYLE clause added to the @ ... SPLITTER command. [+] :lResizable logical variable added to HColumn. [+] :oStyleFoot, :oStyleCell added to HBrowse and HColumn. [*] :FindControl() can now look for an :objname, passed as a first parameter. [*] HBrowse: if you set the negative column length, it is interpreted as a width in pixels. [*] Designer: added support for Anchor, HStyle, AStyles. [!] Fixes, corrections, Gtk?Winapi versions compatibility improvements. Regards, Alexander. |