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: Alexander S.K. <al...@be...> - 2004-10-19 05:47:20
|
2004-10-19 09:50 UTC+0300 Alexander Kresin <al...@be...> * source/window.c * source/control.c * source/dialog.c * source/wbrowse.c * source/richedit.c * source/hwindow.prg * source/hcontrol.prg * source/hdialog.prg * source/hbrowse.prg * source/hedit.prg * source/hipedit.prg * source/hownbtn.prg * source/hpanel.prg * source/hriched.prg * source/hsayimg.prg * source/hsplit.prg * source/htab.prg * source/htree.prg + source/hcwindow.prg * include/guilib.ch * makedll.bc * makefile.bc * makefile.gcc * makefile.pc * makefile.vc * makefile.wc * source/Makefile * Internal messages processing has been changed. Now the callback *WndProc functions calls onEvent() method instead of appropriate Def* function. This allow to subclass window, dialog and control classes and, defining new onEvent() methods for them, to change the default messages processing. The HWindow() class is now a parent class for HMainWindow(), HMDIChildWindow() and HChildWIndow() classes. The only thing, which should be changed in the current applications code is a syntax of HWindow():New() function - in case if it used directly instead of a INIT WINDOW command. Regards, Alexander http://kresin.belgorod.su |
From: Sandro R. R. F. <san...@ya...> - 2004-10-13 17:35:37
|
Quem tem conhecimentos em GTK e gostaria de ajudar a apressar um projeto (GUI) por favor entre em contado comigo. Sandro Freire http://www.lumainformatica.com.br |
From: Sandro R. R. F. <san...@ya...> - 2004-10-07 12:10:46
|
Hi Alexander In method ACTIVATE - Window and Dialog Examples ACTIVATE oWnd CENTERED ACTIVATE oWnd MINIMIZED ACTIVATE oWnd MAXIMIZED Add to propertie in Window NO MINIMIZE NO RETORE NO MAXIMIZE Regards Sandro Freire http://www.lumainformatica.com.br |
From: Sandro R. R. F. <san...@ya...> - 2004-10-07 11:44:49
|
Escuse This message destinated to users hw...@ya... Regards Sandro Freire http://www.lumainformatica.com.br ----- Original Message ----- From: "Sandro R. R. Freire" <san...@ya...> To: <hwg...@li...> Sent: Thursday, October 07, 2004 8:31 AM Subject: [Hwgui-developers] Comunicado aos usuários > Pessoal > O Alexander irá iniciar uma revolução digamos na HwGUI > Em resumo, vai criar algumas classes novas e vincular outras, isso > aproximara mais a HwGUI a concepção OOP, e abrirá o leque para maiores > recursos, tornando-a muito mais estável do que já realmente é. > Tudo é extremamente necessário para aumentar o poder de fogo da GUI. > Portanto, quem tiver sugestões, a hora para postar é agora. > > Sandro Freire > http://www.lumainformatica.com.br > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
From: Sandro R. R. F. <san...@ya...> - 2004-10-07 11:28:39
|
Pessoal O Alexander irá iniciar uma revolução digamos na HwGUI Em resumo, vai criar algumas classes novas e vincular outras, isso aproximara mais a HwGUI a concepção OOP, e abrirá o leque para maiores recursos, tornando-a muito mais estável do que já realmente é. Tudo é extremamente necessário para aumentar o poder de fogo da GUI. Portanto, quem tiver sugestões, a hora para postar é agora. Sandro Freire http://www.lumainformatica.com.br |
From: Sandro R. R. F. <san...@ya...> - 2004-10-07 11:24:20
|
Hi Alexander My sugestion is A) Create Split Windows B) Destacable Panel, style Excel. C) New controls in Windows Tabindex or TabOrder - for replace the order for key TAB of controls Variable lClipper use the tabindex to navigate I go to ask to the users what plus them they feel lack. Regards Sandro Freire http://www.lumainformatica.com.br ----- Original Message ----- From: "Alexander S.Kresin" <al...@be...> To: <hwg...@li...> Sent: Thursday, October 07, 2004 6:59 AM Subject: [Hwgui-developers] HwGUI core modifications > Hi, All! > > I'm working on some modifications in HwGUI core - they shouldn't cause > problems with existing applications, but will add new possibilities. > These changes will bring to HwGUI more OOP style. > > Mainly, this is modification of messages handling. I want to drop all > those DefWndProc(), DefDlgProc, etc., and add method onEvent to the HCustomWindow > class and to all derivative classes, where it is needed - so it will > be easy to create new control, window, dialog classes from > existing with modified messages handling code. > I make also some changes in HWindow class - it will be a parent for > HMainWindow, HMDIChildWindow, HChildWindow and, maybe, some other user > defined window classes. > > If you have suggestions, related to these planned changes, it's a good > time to publish them now. > > Regards, > Alexander > http://kresin.belgorod.su > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
From: Alexander S.K. <al...@be...> - 2004-10-07 09:58:37
|
Hi, All! I'm working on some modifications in HwGUI core - they shouldn't cause problems with existing applications, but will add new possibilities. These changes will bring to HwGUI more OOP style. Mainly, this is modification of messages handling. I want to drop all those DefWndProc(), DefDlgProc, etc., and add method onEvent to the HCustomWindow class and to all derivative classes, where it is needed - so it will be easy to create new control, window, dialog classes from existing with modified messages handling code. I make also some changes in HWindow class - it will be a parent for HMainWindow, HMDIChildWindow, HChildWindow and, maybe, some other user defined window classes. If you have suggestions, related to these planned changes, it's a good time to publish them now. Regards, Alexander http://kresin.belgorod.su |
From: Alexander S.K. <al...@be...> - 2004-10-07 07:07:50
|
2004-10-07 11:05 UTC+0300 Alexander Kresin <al...@be...> * source/window.c ! Small fix in hwg_DecreaseHolders() * source/hownbtn.prg * Some changes in internal handling. * utils/designer/designer.prg * Small fix * utils/designer/hformgen.prg * Ctrl + Up, etc. now moves the widget to 10 pixels ( provided by Ivanil Marcelino ) Regards, Alexander http://kresin.belgorod.su |
From: Sandro R. R. F. <san...@ya...> - 2004-10-06 19:16:49
|
2004-10-06 16-00 UTC-0300 Sandro R. R. Freire <san...@ya...> * source/hedit.prg Use the style password modify the method New * include/guilib.ch Update command @ x, y EDITBOX and @ x, y GET, add PASSWORD * samples/testget2.prg update using demo PASSWORD 2004-10-06 11-30 UTC-0300 Sandro R. R. Freire <san...@ya...> + samples/browse_3.prg Add samples for use Set relation in Browse Regards Sandro Freire http://www.lumainformatica.com.br |
From: Sandro R. R. F. <san...@ya...> - 2004-10-05 20:46:05
|
Hi Alexander Using Designer and executing in real-time XML Valid not execute correct. Reported by Frank Lenon Regards Sandro Freire http://www.lumainformatica.com.br |
From: Alexander S.K. <al...@be...> - 2004-10-05 10:26:27
|
2004-10-05 14:25 UTC+0300 Alexander Kresin <al...@be...> * source/control.c * source/hcontrol.prg ! handling of tooltips has been improved. Regards, Alexander http://kresin.belgorod.su |
From: Alexander S.K. <al...@be...> - 2004-10-04 12:17:15
|
2004-10-04 16:15 UTC+0300 Alexander Kresin <al...@be...> * make_b32.bat * makedll.bat * makefile.pc * makefile.wc * include/guilib.h - Removed redundant XHBCVS environment variable * source/control.c * source/window.c - Removed XHBCVS variable checking, UIHOLDERS is used instead. Now, you should set the UIHOLDERS if you use an old [x]Harbour release. + An internal function hwg_DecreaseHolders( o ) has been added * source/hdialog.prg * source/hpanel.prg * source/hsplit.prg * source/htab.prg * source/htree.prg ! Some fixes to decrease the object's ulHolders when the object is destroyed. Regards, Alexander http://kresin.belgorod.su |
From: Sandro R. R. F. <san...@ya...> - 2004-10-01 12:53:15
|
2004-10-01 09-50 UTC-0300 Sandro R. R. Freire <san...@ya...> * include/guilib.ch !New Command by Contribution ATZCT <at...@ob...> #xcommand @ <x>,<y> PROGRESSBAR <oPBar> ; [ OF <oWnd> ] ; [ ID <nId> ] ; [ SIZE <nWidth>,<nHeight> ] ; [ BARWIDTH <maxpos> ] ; [ QUANTITY <nRange> ] ; => ; <oPBar> := HProgressBar():New( <oWnd>,<nId>,<x>,<y>,<nWidth>, ; <nHeight>,<maxpos>,<nRange> ) * samples/a.prg demo new command PROGRESSBAR Regards Sandro Freire http://www.lumainformatica.com.br |
From: ATZCT <at...@ob...> - 2004-10-01 09:28:03
|
1.what about this command // progressbar control #xcommand @ <x>,<y> PROGRESSBAR <oPBar> ; [ OF <oWnd> ] ; [ ID <nId> ] ; [ SIZE <nWidth>,<nHeight> ] ; [ BARWIDTH <maxpos> ] ; [ QUANTITY <nRange> ] ; => ; <oPBar> := HProgressBar():New( <oWnd>,<nId>,<x>,<y>,<nWidth>, ; <nHeight>,<maxpos>,<nRange> ) 2. In hwgdoc.htm we have 5 Functions 5 Classes must be - 6 classes |
From: Sandro R. R. F. <san...@ya...> - 2004-09-30 13:08:29
|
Thanks Alexander Regards Sandro Freire http://www.lumainformatica.com.br ----- Original Message ----- From: "Alexander S.Kresin" <al...@be...> To: "Sandro R. R. Freire" <san...@ya...> Cc: <hwg...@li...> Sent: Thursday, September 30, 2004 9:53 AM Subject: [Hwgui-developers] Re: Panel (to Alexander) > On 30.09.2004 15:44, Sandro R. R. Freire <san...@ya...> wrote: > > >> I don't understand, what kind of Panel are you mean, but, sure, we > >> can implement it. > SRRF> See the jpg atached > > Yes, now I see. I didn't know before that these toolbars can be moved > - simply never tried this :). > I'll think about it. > > >> Hm ... What is TabOrder ? > > SRRF> Create in HwGUI TabIndex and TabOrder, type > SRRF> oDlg:TabOrder:=1 > SRRF> oCombo:TabOrder:=2 > SRRF> oPanel:TabOrder:=3 > > Now I catch it, too. > > Regards, > Alexander > http://kresin.belgorod.su > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
From: Alexander S.K. <al...@be...> - 2004-09-30 12:54:39
|
On 30.09.2004 15:44, Sandro R. R. Freire <san...@ya...> wrote: >> I don't understand, what kind of Panel are you mean, but, sure, we >> can implement it. SRRF> See the jpg atached Yes, now I see. I didn't know before that these toolbars can be moved - simply never tried this :). I'll think about it. >> Hm ... What is TabOrder ? SRRF> Create in HwGUI TabIndex and TabOrder, type SRRF> oDlg:TabOrder:=1 SRRF> oCombo:TabOrder:=2 SRRF> oPanel:TabOrder:=3 Now I catch it, too. Regards, Alexander http://kresin.belgorod.su |
From: Alexander S.K. <al...@be...> - 2004-09-30 09:50:23
|
On 29.09.2004 22:45, Sandro R. R. Freire <san...@ya...> wrote: SRRF> Hi Alexander SRRF> Some form exists to create a detachable Panel, equal Word or Excel. I don't understand, what kind of Panel are you mean, but, sure, we can implement it. SRRF> Some form exists to create TabOrder, searched the API and I did not find SRRF> nothing Hm ... What is TabOrder ? Regards, Alexander http://kresin.belgorod.su |
From: Sandro R. R. F. <san...@ya...> - 2004-09-29 18:46:06
|
Hi Alexander Some form exists to create a detachable Panel, equal Word or Excel. Some form exists to create TabOrder, searched the API and I did not find nothing Regards Sandro Freire http://www.lumainformatica.com.br |
From: Alexander S.K. <al...@be...> - 2004-09-29 17:54:06
|
2004-09-29 21:24 UTC+0300 Alexander Kresin <al...@be...> * source/hbrowse.prg * Some previous changes are reverted. Regards, Alexander http://kresin.belgorod.su |
From: Alexander S.K. <al...@be...> - 2004-09-29 15:11:29
|
Sandro, SRRF> Yes what I wanted it was this. SRRF> oBrw:bSkip: = ... This is what we could do before that change. Simply: @ x,y BROWSE oBrw ... oBrw:Skip := ... So I'll revert it. Regards, Alexander http://kresin.belgorod.su |
From: Sandro R. R. F. <san...@ya...> - 2004-09-29 13:09:06
|
Yes what I wanted it was this. oBrw:bSkip: = ... Perhaps I have written the wrong code. He corrects it please Regards Sandro Freire http://www.lumainformatica.com.br ----- Original Message ----- From: "Alexander S.Kresin" <al...@be...> To: <hwg...@li...> Sent: Wednesday, September 29, 2004 9:24 AM Subject: [Hwgui-developers] Re[2]: Hbrowse.prg ( to Sandro ) > On 29.09.2004 15:58, Sandro R. R. Freire <san...@ya...> wrote: > > SRRF> Hi Alexander > > SRRF> Some users had felt the necessity to change the functions standards, of > SRRF> bskip, bgotop, beof, etc. > > Yes, it is really necessary sometimes, but why in such a strange way > ? > > As I understand from the new code, it is supposed that the programmer > will assign text strings to those variables ( ::bSkip, etc. ) and then will call the > ::InitBrw() to compile these strings to the codeblocks. > > Why not simply assign the codeblocks to those variables in the user > code, as it was possible before ? > > oBrw:bSkip := ... > > > Regards, > Alexander > http://kresin.belgorod.su > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
From: Alexander S.K. <al...@be...> - 2004-09-29 12:29:58
|
2004-09-29 16:30 UTC+0300 Alexander Kresin <al...@be...> * source/hwindow.prg * source/window.c ! Changed a bit handling of the WM_HSCROLL, WN_VSCROLL messages * Removed redundant functions DefChildWndProc() and ChildWndProc() Regards, Alexander http://kresin.belgorod.su |
From: Alexander S.K. <al...@be...> - 2004-09-29 12:24:48
|
On 29.09.2004 15:58, Sandro R. R. Freire <san...@ya...> wrote: SRRF> Hi Alexander SRRF> Some users had felt the necessity to change the functions standards, of SRRF> bskip, bgotop, beof, etc. Yes, it is really necessary sometimes, but why in such a strange way ? As I understand from the new code, it is supposed that the programmer will assign text strings to those variables ( ::bSkip, etc. ) and then will call the ::InitBrw() to compile these strings to the codeblocks. Why not simply assign the codeblocks to those variables in the user code, as it was possible before ? oBrw:bSkip := ... Regards, Alexander http://kresin.belgorod.su |
From: Sandro R. R. F. <san...@ya...> - 2004-09-29 11:55:44
|
Hi Alexander Some users had felt the necessity to change the functions standards, of bskip, bgotop, beof, etc. Equal the classroom tbrowse If you will be able to improve Best Regards Sandro Freire http://www.lumainformatica.com.br ----- Original Message ----- From: "Alexander S.Kresin" <al...@be...> To: <hwg...@li...> Sent: Wednesday, September 29, 2004 3:03 AM Subject: [Hwgui-developers] Hbrowse.prg ( to Sandro ) > Sandro, > > could you explain the changes in the initbrw() method ? > They seems not good to me. > > > Regards, > Alexander > http://kresin.belgorod.su > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
From: Alexander S.K. <al...@be...> - 2004-09-29 06:03:39
|
Sandro, could you explain the changes in the initbrw() method ? They seems not good to me. Regards, Alexander http://kresin.belgorod.su |