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: <al...@be...> - 2019-12-12 12:38:08
|
> IF i:name == name .AND. ( i:nWidth = nWidth .OR. i:nHeight = nHeight ) I've made the following: IF i:name == cname .AND. ( nWidth == Nil .OR. i:nWidth == nWidth ) ; .AND. ( nHeight == Nil .OR. i:nHeight == nHeight ) Regards, Alexander. |
From: Itamar M. L. J. L. <ita...@gm...> - 2019-12-11 22:47:26
|
Hi! For get into .ICO file size 16/32/64... AddFIle method of class hicon. //Line with error: FOR EACH i IN ::aIcons IF i:name == name i:nCounter ++ RETURN i ENDIF NEXT //Fix: FOR EACH i IN ::aIcons IF i:name == name .AND. ( i:nWidth = nWidth .OR. i:nHeight = nHeight ) i:nCounter ++ RETURN i ENDIF NEXT By Alexandre Simões. Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2019-11-01 10:55:00
|
<div>Yes, that's possible. But, just for interest, why this may be needed? Is this used somewhere?</div><div> </div><div>Regards, Alexander.</div><div> </div><div>04.10.2019, 22:50, "Itamar M. Lins Jr. Lins" <ita...@gm...>:</div><blockquote><div><div>Hi!</div><div>Data input of right to left with numeric get.</div><div>Is possible add this is feature in HWGUI ?</div><div><pre>Left___________Right (Standard) ___.___,__ ___.___,__ 1__.___,__ ___.__1,__ 12_.___,__ ___._12,__ 123.___,__ ___.123,__ 123.4__,__ __1.234,__ __1.234,__ __1.234,5_ __1.234,5_ __1.234,56 __1.234,56 __1.234,56 </pre><pre>Best regards, Itamar M. Lins Jr. </pre></div></div>,,<p>_______________________________________________<br />Hwgui-developers mailing list<br /><a href="mailto:Hwg...@li...">Hwg...@li...</a><br /><a href="https://lists.sourceforge.net/lists/listinfo/hwgui-developers">https://lists.sourceforge.net/lists/listinfo/hwgui-developers</a></p></blockquote> |
From: Itamar M. L. J. L. <ita...@gm...> - 2019-10-04 19:49:59
|
Hi! Data input of right to left with numeric get. Is possible add this is feature in HWGUI ? Left___________Right (Standard) ___.___,__ ___.___,__ 1__.___,__ ___.__1,__ 12_.___,__ ___._12,__ 123.___,__ ___.123,__ 123.4__,__ __1.234,__ __1.234,__ __1.234,5_ __1.234,5_ __1.234,56 __1.234,56 __1.234,56 Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2019-09-18 09:52:33
|
<div>Thanks, fixed.</div><div> </div><div>Regards, Alexander.</div> |
From: Itamar M. L. J. L. <ita...@gm...> - 2019-09-17 23:19:30
|
Hi! #include 'hwgui.ch' Function Main Local oDlg, cA:= space(5), cB:=Space(5) INIT Dialog oDlg AT 0,0 SIZE 350,220 CLIPPER NOEXIT NOEXITESC @ 010,010 say "XYZ:" SIZE 65,15 @ 010,030 get oA VAR cA SIZE 100,30 valid {|| hwg_msginfo('ok'),.t.} @ 010,090 say "ABC:" SIZE 65,15 @ 010,110 get oB VAR cB SIZE 100,30 @ 010,160 SAY "Key ESC disable valid and gets !" size 270,20 ACTIVATE Dialog oDlg center Return Nil Bug found by Fernando Queiroz. Best Regards Itamar M. Lins Jr. |
From: <al...@be...> - 2019-07-22 08:26:21
|
> I've made a web service, which provides an information about hwgui functions and added a plugin to hbedit, which uses this service. Harbour functions info added - there are 1523 functions in the list (contrib is not included). Only part of them has descriptions, but you can look at appropriate Changelog entries and sources to get an idea how the function works. Now, with the help of hbedit and a web service, all these info is available in one place. Regards, Alexander. |
From: <al...@be...> - 2019-07-19 08:19:00
|
Hi, probably, you know about hbedit, my text editor, http://www.kresin.ru/en/hbedit.html (much more verbose is a Russian language page, http://www.kresin.ru/hbedit.html ). I've made a web service, which provides an information about hwgui functions and added a plugin to hbedit, which uses this service. Now, pressing Alt-I over an hwgui function in your prg, you can get a description, appropriate Changelog fragments, source and few samples (you may choose what you need). Pressing Alt-D, you will get a list of all hwgui functions, and selecting one of them, - the same info. To yse this plugin you need to have curl utility, curl executable must be somewhere in a PATH. Regards, Alexander. |
From: <al...@be...> - 2019-07-09 14:10:24
|
<div>> <span lang="en">How to increase the square of the ChecBox ?</span></div><div><span lang="en">> I am </span><span lang="en">increase the font, but the square is in fixed size :-(</span></div><div><span lang="en">> With windows OS.</span></div><div> </div><div> It isn;t possible currently. To do this we need to implement an ownerdrawn checkbox control and paint it manually.</div><div> </div><div>Regards, Alexander.</div> |
From: Itamar M. L. J. L. <ita...@gm...> - 2019-06-23 18:00:12
|
Hi! How to increase the square of the ChecBox ? I am increase the font, but the square is in fixed size :-( With windows OS. Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2019-04-26 11:00:14
|
Build 4 has been released. It is bugs fix release, the most important is for a browse in gtk version. Regards, Alexander. |
From: Maurizio la C. <m.l...@gm...> - 2019-02-27 13:10:57
|
Hi Alexander, Il 27/02/2019 12:03, al...@be... ha scritto: > Maurizio, > > a. to store in separated folders (e.g. lib\win\x86, lib\win\x86_64, > lib\linux\x86,... and so on) the built libraries > Hm... I simply don't understand, what is a benefit of having linux > binaries on a Windows system or 64-bit binaries on 32-bit system and > vice versa. I was speaking about the development environment. I'm maintaining separated distro of my HWGui based applications targetting Windows32, Windows64, Linux64. Having the built libs in separated folders allows the build of the current distro, after a change to the application code, to be achieved without the need to remember what kind of libs are currently in the lib folder. Just the same way we have separated Harbour libs for each platform/architecture pair, setting the output with: -o./lib/${hb_plat}/${hb_cpu}/${hb_name} > > b. to adopt a Git repository in addition to Subversion one > Git repository on Sourceforge? Is there a way of automatic > synhronization of such two repositories for to not update manually > each of them? Not sure. Let me deeper investigate if it's needed to commit for both. > > c. to purge all the compile warnings > Do we have any? Yes, a lot. I'm building with MinGW 8.3 (from MSYS2) and most of the reported warning are concerning: . cast to pointer from integer of different size (avoidable with the switch [-Wint-to-pointer-cast]) . cast between incompatible function types (avoidable with the switch [-Wcast-function-type]) . cast from pointer to integer of different size (avoidable with the switch [-Wpointer-to-int-cast]) I've the complete list of involved code, but it's too big to be attached and useless, as it would be enough to change some type declaration to purge the log. As alternative we could set the switches above when a recent version MinGW compiler is used, but it would be better to amend the code. Best regards. -- Maurizio > Regards, Alexander. > > > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
From: <al...@be...> - 2019-02-27 11:03:29
|
<div xmlns="http://www.w3.org/1999/xhtml">Maurizio,</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">> a. to store in separated folders (e.g. lib\win\x86, lib\win\x86_64, lib\linux\x86,... and so on) the built libraries</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml"> Hm... I simply don't understand, what is a <span><span>benefit of having linux binaries </span></span>on a Windows system or 64-bit binaries on 32-bit system and vice versa.</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">> b. to adopt a Git repository in addition to Subversion one</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml"> Git repository on Sourceforge? Is there a way of automatic synhronization of such two repositories for to not update manually each of them?</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">> c. to purge all the compile warnings</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml"> Do we have any?</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">Regards, Alexander.</div> |
From: Maurizio la C. <m.l...@gm...> - 2019-02-26 16:58:32
|
Hi Alex, thanks so much. I'm very interested in what do you think about this changes in Hwgui project: a. to store in separated folders (e.g. lib\win\x86, lib\win\x86_64, lib\linux\x86,... and so on) the built libraries b. to adopt a Git repository in addition to Subversion one c. to purge all the compile warnings Best regards and newly many thanks. -- Maurizio Il 26/02/2019 11:35, al...@be... ha scritto: > As subject says. > > [*] Added fourth parameter to hwg_SelectFileEx() - logical bMulti, which allows multiply files selection > [*] hwg_Version(4) now returns 0 for winapi version and 1 for gtk. > [*] Few Debugger and Designer enhancements. > [!] Fixes, corrections. > > Regards, Alexander. > > > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers > |
From: <al...@be...> - 2019-02-26 10:35:39
|
As subject says. [*] Added fourth parameter to hwg_SelectFileEx() - logical bMulti, which allows multiply files selection [*] hwg_Version(4) now returns 0 for winapi version and 1 for gtk. [*] Few Debugger and Designer enhancements. [!] Fixes, corrections. Regards, Alexander. |
From: Itamar M. L. J. L. <ita...@gm...> - 2019-02-05 23:00:13
|
Hi! >rebuild HwGUI and the program and report here does this help? Yes, works fine! I add this in line 93 hwindow.prg IF ( Empty( wParam ) .AND. ( oItem := Atail( HDialog():aModalDialogs ) ) != Nil .AND. hwg_Isptreq( oItem:handle, lParam ) ) Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2019-01-31 13:34:16
|
> OnEnterIDLE call 2 lines syntaxe error: Line 288 hwindow.prg This isn't an error, the onenteridle() is called for a two messages, WM_ENTERIDLE and WM_ACTIVATEAPP. Regards, Alexander. |
From: <al...@be...> - 2019-01-31 13:31:49
|
> I get this error, Hwgui-2.22 > Error BASE/1070 Erro nos parâmetros: == > Called from ->ONENTERIDLE(93) That's quite strange, because this line is executed every time when a dialog is activated and never caused problems. Could you replace the code fragment oItem:handle == lParam in hwindow.prg, line 93, with the following one: hwg_Isptreq( oItem:handle, lParam ) rebuild HwGUI and the program and report here does this help? Regards, Alexander. |
From: Itamar M. L. J. L. <ita...@gm...> - 2019-01-31 13:17:58
|
Hi! CLASS HMainWindow INHERIT HWindow CLASS VAR aMessages INIT { ; { WM_COMMAND, WM_ERASEBKGND, WM_MOVE, WM_SIZE, WM_SYSCOMMAND, ; WM_NOTIFYICON, WM_ACTIVATE, WM_ENTERIDLE, WM_ACTIVATEAPP, Hi! OnEnterIDLE call 2 lines syntaxe error: Line 288 hwindow.prg WM_CLOSE, WM_DESTROY, WM_ENDSESSION }, ; { ; {|o,w,l|onCommand( o, w, l ) }, ; {|o,w|onEraseBk( o, w ) }, ; {|o|onMove( o ) }, ; {|o,w,l|hwg_onWndSize( o, w, l ) }, ; {|o,w|onSysCommand( o, w ) }, ; {|o,w,l|onNotifyIcon( o, w, l ) }, ; {|o,w,l|onActivate( o, w, l ) }, ; {|o,w,l|onEnterIdle( o, w, l ) }, ; {|o,w,l|onEnterIdle( o, w, l ) }, ; {|o|onCloseQuery( o ) }, ; {|o|hwg_onDestroy( o ) }, ; {|o,w|onEndSession( o, w ) } ; } ; } Best regards, Itamar M. Lins Jr. 2019-01-31 11:01 GMT-02:00, Itamar M. Lins Jr. Lins <ita...@gm...>: > Hi! > I get this error, Hwgui-2.22 > Error BASE/1070 Erro nos parâmetros: == > Called from ->ONENTERIDLE(93) > Called from ->(b)HMAINWINDOW(288) > Called from ->HMAINWINDOW:ONEVENT(394) > Called from ->HWG_DLGBOXINDIRECT(0) > Called from ->HDIALOG:ACTIVATE(156) > > Best regards, > Itamar M. Lins Jr. > |
From: Itamar M. L. J. L. <ita...@gm...> - 2019-01-31 13:01:35
|
Hi! I get this error, Hwgui-2.22 Error BASE/1070 Erro nos parâmetros: == Called from ->ONENTERIDLE(93) Called from ->(b)HMAINWINDOW(288) Called from ->HMAINWINDOW:ONEVENT(394) Called from ->HWG_DLGBOXINDIRECT(0) Called from ->HDIALOG:ACTIVATE(156) Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2019-01-24 14:29:04
|
<div xmlns="http://www.w3.org/1999/xhtml">Thanks for the tip, I'll add it to the Designer.</div><div xmlns="http://www.w3.org/1999/xhtml">The problem is that winapi doesn't allow to change Groupbox text color if a manifest file is linked.</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">23.01.2019, 23:48, "FERNANDO QUEIROZ" <m5...@ho...>:</div><blockquote xmlns="http://www.w3.org/1999/xhtml" type="cite"><div><div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt;">Hi</div><div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt;"> </div><div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt;">I may a have one change in HWGUI DESIGNER in GROUPBOX add:</div><div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt;"> </div><div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt;">Font</div><div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt;">TextColor</div><div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt;">BackColor</div><div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt;"> </div><div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt;">Thanks</div><div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt;">Fernando Queiroz</div></div></blockquote> |
From: FERNANDO Q. <M5...@ho...> - 2019-01-23 20:48:07
|
Hi I may a have one change in HWGUI DESIGNER in GROUPBOX add: Font TextColor BackColor Thanks Fernando Queiroz |
From: <al...@be...> - 2019-01-21 09:09:55
|
GTK dialog, which is used in hwg_SelectFileEx(), has this option, but it isn't implemented in current HwGUI code. I'll see what can be done. Regards, Alexander. 20.01.2019, 18:23, "Alain Aupeix" <ala...@wa...>: > Is-it possible and how to have a multi-selection ? > > Thanks > A+ > -- |
From: <al...@be...> - 2019-01-16 08:13:34
|
New sample application, based on Guiserver - https://github.com/alkresin/mailagent Not only a sample, though - I use it constantly now. The program checks a mail from a number of mailboxes at specified intervals. It signals when new messages arrives, show a specified number of last messages, allows to delete some of them. Such kind of utilities were quite common years ago, but now most of them doesn't work because of mail servers demands more secure connections. The mailagent was tested with yandex.ru, mail.ru, yahoo.com and gmail.com. For yahoo and gmail it is necessary to change account options to allow using of external "unsecure" programs. It uses imap, so you need to set appropriate address in a mailbox options, imap.gmail.com:993, for example. All program logic and the interface are implemented in Designer forms, main.xml and boxcfg.xml. The go module opens the main form and provides few functions, which implements communication with mail servers, using the imap protocol. Regards, Alexander. |
From: <al...@be...> - 2019-01-09 10:30:47
|
> I, not found browse FILTER flag on guilib.ch. See below, after the REDEFINE BROWSE, ADD COLUMN and INSERT COLUMN commands, there is @ <x>,<y> BROWSE [ <oBrw> ] FILTER command. Since the 2016 dbf filtering code is moved to a HBrwflt class, which inherits from HBrowse. Regards, Alexander. |