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...> - 2013-01-10 13:07:37
|
> For example, we can
> create a new .ch, where old SAY, BUTTON, GROUP commands will be related
> with new "ex" classes.
Maybe, it is better to place in guilib.ch two SAY commands with
different syntax:
#xcommand @ <x>,<y> SAY [ <oSay> CAPTION ] <caption> ;
[ OF <oWnd> ] ;
[ ID <nId> ] ;
[ SIZE <width>, <height> ] ;
[ COLOR <color> ] ;
[ BACKCOLOR <bcolor> ] ;
[<lTransp: TRANSPARENT>] ;
[ ON INIT <bInit> ] ;
[ ON SIZE <bSize> ] ;
[ ON PAINT <bDraw> ] ;
[ ON CLICK <bClick> ] ;
[ ON DBLCLICK <bDblClick> ];
[[ON OTHER MESSAGES <bOther>][ON OTHERMESSAGES <bOther>]] ;
[ STYLE <nStyle> ] ;
[ FONT <oFont> ] ;
[ TOOLTIP <ctoolt> ] ;
=> ;
[<oSay> := ] HStaticEx():New(
<oWnd>,<nId>,<nStyle>,<x>,<y>,<width>, ;
<height>,<caption>,<oFont>,<bInit>,<bSize>,<bDraw>,<ctoolt>, ;
<color>,<bcolor>,<.lTransp.>,<bClick>,<bDblClick>,<bOther> );;
[ <oSay>:name := <(oSay)> ]
#xcommand @ <x>,<y> SAY [ <oSay> CAPTION ] <caption> ;
[ OF <oWnd> ] ;
[ ID <nId> ] ;
[ SIZE <width>, <height> ] ;
[ COLOR <color> ] ;
[ BACKCOLOR <bcolor> ] ;
[<lTransp: TRANSPARENT>] ;
[ ON INIT <bInit> ] ;
[ ON SIZE <bSize> ] ;
[ ON PAINT <bDraw> ] ;
[ STYLE <nStyle> ] ;
[ FONT <oFont> ] ;
[ TOOLTIP <ctoolt> ] ;
=> ;
[<oSay> := ] HStatic():New(
<oWnd>,<nId>,<nStyle>,<x>,<y>,<width>, ;
<height>,<caption>,<oFont>,<bInit>,<bSize>,<bDraw>,<ctoolt>, ;
<color>,<bcolor>,<.lTransp.> );;
[ <oSay>:name := <(oSay)> ]
in this case the
@ 20,10 SAY cText SIZE 260, 22
will be preprocessed to
HStatic():New(,,,20,10,260, 22,cText,,,,,,,,.F. );
and the
@ 20,10 SAY cText SIZE 260, 22 ON DBLCLICK {||MsgInfo("!")}
to:
HStaticEx():New(,,,20,10,260, 22,cText,,,,,,,,.F.,,{||MsgInfo("!")}, );
Any opinions are highly appreciated.
Regards, Alexander.
|
|
From: Alexander S.K. <al...@be...> - 2013-01-10 12:38:23
|
Leonardo, in December I started to do some restructuring of Hwgui. The reasons and directions of changes was discussed here. The incompatibilities you write about are caused by the following: three ( for now ) classes - HStatic, HButton and HGroup are replaced by more simple and fast code with limited functionality, sufficient for most applications, and new classes was created - HStaticEx, HButtonX and HGroupEx, which are in fact the same as HStatic, HButton and HGroup before the changes. New commands was introduced in guilib.ch - SAYEX, BUTTONX and GROUPEX for these classes. So the "lost" clauses are in these new commands. What is a most suitable way to provide compatibility is still an open question. For example, we can create a new .ch, where old SAY, BUTTON, GROUP commands will be related with new "ex" classes. Regards, Alexander. |
|
From: oleksa <m.o...@uk...> - 2013-01-03 07:04:57
|
Hi! You should read the messages from december 2012 or Changelog, and you can found what help to you (look at SayEx, hButtonX, hButtonEx). I check the 1905 rev, that i have, and there no ON getfocus in GET. Regards, Alexey Myronenko --- Оригінальне повідомлення --- Від кого: "Leonardo Machado" <leo...@ho...> Кому: "hwg...@li..." <hwg...@li...> Дата: 3 січня 2013, 04:17:50 Тема: [Hwgui-developers] Some incompatibilities with previous versions > Hi All,I noticed the lack of some commands in guilib.ch. > > The version I was using was: > /* > * $Id: Changelog 1908 2012-11-27 16:16:25Z ptsarenko $ > */ > > some missing: > SAY: > ON DBLCLICK > > GET:ON GETFOCUS > > DATEPICKER:ON GETFOCUS > BUTTON: > ON GETFOCUS > > if I can help in something I am available for testing > > Leonardo Machadowww.sygecom.com.br > > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122712 > > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
|
From: Leonardo M. <leo...@ho...> - 2013-01-03 02:17:46
|
Hi All,I noticed the lack of some commands in guilib.ch. The version I was using was:/* * $Id: Changelog 1908 2012-11-27 16:16:25Z ptsarenko $ */ some missing:SAY:ON DBLCLICK GET:ON GETFOCUS DATEPICKER:ON GETFOCUS BUTTON:ON GETFOCUS if I can help in something I am available for testing Leonardo Machado www.sygecom.com.br |
|
From: Alex <al...@be...> - 2012-12-28 13:52:46
|
> I think the place can be separated, but the source code must retain the > compatibility of the current version > Yes, compatibility is an important point. We could create additional headers file, which will include commands to provide compatibility, the command @ x,y BUTTON may call the HButtonX class. Is this enough ? Regards, Alexander. ________________________________________________ |
|
From: Alex <al...@be...> - 2012-12-28 13:48:34
|
> HButtonEx and HButtonX will look like syntax error. And are we need more button classes (HButton, HButtonEx, HButton_someEx,...), probably, enough HButton, HButtonEx? > Sounds good for me. But we need to investigate these classes ( HButtonX and HButtonEx ) to create one, which will include functionality of them both. We can't loose any features, because there may be people, who use it. Regards, Alexander. ________________________________________________ |
|
From: Basso, L. F. <lf...@vi...> - 2012-12-28 12:41:37
|
Hi I think the place can be separated, but the source code must retain the compatibility of the current version Regards Luis Fernando Basso -----Mensagem Original----- From: Alexander S.Kresin Sent: Friday, December 28, 2012 8:56 AM To: hwg...@li... Subject: [Hwgui-developers] About "ex" classes Hi, for now, splitting the classes to base ( in hcontrol.prg ) and "ex" ( ib hctrlex.prg ), I add appropriate commands ( @ x,y SayEx ..., for example ) to guilib.ch. Maybe, it's better to place them to separate header file ? What are you think ? And yet another thing. We have HButtonEx already, so the question is - how to call another "ex" button class ? My version is HButtonX. Regards, Alexander. ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ Hwgui-developers mailing list Hwg...@li... https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
|
From: oleksa <m.o...@uk...> - 2012-12-28 11:28:51
|
--- Оригінальне повідомлення --- Від кого: "Alexander S.Kresin" <al...@be...> Кому: hwg...@li... Дата: 28 грудня 2012, 12:56:42 Тема: [Hwgui-developers] About "ex" classes > Hi, > > for now, splitting the classes to base ( in hcontrol.prg ) and "ex" ( > ib hctrlex.prg ), I add appropriate commands ( @ x,y SayEx ..., for > example ) to guilib.ch. Maybe, it's better to place them to separate > header file ? What are you think ? vote for separate file, i think it wil be more clear. > > And yet another thing. We have HButtonEx already, so the question is > - how to call another "ex" button class ? My version is HButtonX. HButtonEx and HButtonX will look like syntax error. And are we need more button classes (HButton, HButtonEx, HButton_someEx,...), probably, enough HButton, HButtonEx? > > Regards, Alexander. > > ------------------------------------------------------------------------------ Regards, Alexey Myronenko |
|
From: Alexander S.K. <al...@be...> - 2012-12-28 10:56:38
|
Hi, for now, splitting the classes to base ( in hcontrol.prg ) and "ex" ( ib hctrlex.prg ), I add appropriate commands ( @ x,y SayEx ..., for example ) to guilib.ch. Maybe, it's better to place them to separate header file ? What are you think ? And yet another thing. We have HButtonEx already, so the question is - how to call another "ex" button class ? My version is HButtonX. Regards, Alexander. |
|
From: Alexander S.K. <al...@be...> - 2012-12-28 10:48:53
|
oleksa пишет: > In install.txt you are to refer to hbmk.bat, but this file is absent in repo, what is this file? > I simply replaced the install.txt with that one, for Hwgui 2.16a, but I didn't added the hbmk.bat from there. It will not applicable here, because all samples are in separate directories. So, I'll remove appropriate lines from install.txt > To build samples with hbmk2 include hwgui.hbc as option, like hbmk2 hwgui.hbc a.prg, or add hwgui.hbc to hbp file. I don't have a good understanding of all that *.hbc, *.hbm, etc... > I suggest to remove hwg_qhtm from hwgui.hbc, because it's not a base lib. > Ok, that's right. I plan to move it to contrib directory. We will need to add code to build something like hwgcontrib.lib to all makefiles. Regards, Alexander. |
|
From: Alexander S.K. <al...@be...> - 2012-12-28 09:44:27
|
Finally I got it. Below is the quote from a Viktor's message in Harbour
developers list:
----------
You have to use these command to set the file
properties after 'svn add'-ing them:
.bat/.cmd:
svn propset svn:keywords "Author Date Id Revision" %*
svn propset svn:eol-style CRLF %*
.sh:
svn propset svn:keywords "Author Date Id Revision" %*
svn propset svn:eol-style LF %*
svn propset svn:executable ON %*
other text files (.prg, .ch, .c, .h, .txt, ...):
svn propset svn:keywords "Author Date Id Revision" %*
svn propset svn:eol-style native %*
('%*' is the filenames, I've copied these out from my
svn adder batch files)
-------------
Regards, Alexander.
|
|
From: oleksa <m.o...@uk...> - 2012-12-28 09:23:30
|
Ok, i will test on other machine, but i use mingw. Regards, Alexey Myronenko --- Оригінальне повідомлення --- Від кого: "Alexander S.Kresin" <al...@be...> Кому: Дата: 28 грудня 2012, 11:17:50 Тема: Re: [Hwgui-developers] Testing utils\designer\samples\example.prg(attention on toolbar object) > oleksa writes: > > When, in designer open and save the example.xml and run the app example i get the microsoft visual c++ runtime error. > > If remove the toolbar app run normally but without ownerbuttons. > > > > It works normally here. The same with the form you sent - I executed > it with example.exe ( insert it instead of one of the dialog forms ). It > works ... Harbour 3.2, Borland C 5.5 > > Regards, Alexander. > > > ------------------------------------------------------------------------------ > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > much more. Get web development skills now with LearnDevNow - > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122812 > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
|
From: oleksa <m.o...@uk...> - 2012-12-28 09:20:35
|
In install.txt you are to refer to hbmk.bat, but this file is absent in repo, what is this file? To build samples with hbmk2 include hwgui.hbc as option, like hbmk2 hwgui.hbc a.prg, or add hwgui.hbc to hbp file. I suggest to remove hwg_qhtm from hwgui.hbc, because it's not a base lib. Regards, Alexey Myronenko --- Оригінальне повідомлення --- Від кого: alk...@us... Кому: hwg...@li... Дата: 28 грудня 2012, 10:43:23 Тема: [Hwgui-commits] SF.net SVN:hwgui[1984] trunk/hwgui > Revision: 1984 > http://sourceforge.net/p/hwgui/code/1984 > Author: alkresin > Date: 2012-12-28 08:43:11 +0000 (Fri, 28 Dec 2012) > Log Message: > ----------- > 2012-12-28 19:20 UTC+0300 Alexander Kresin <al...@be...> > * source/hcontrol.prg > * source/hctrlex.prg > * New class HStaticEx created, which inherits from HStatic. > HStatic is changed to be more simple and fast > * files formatted > * source/hhyper.prg > * It now inherits from HStaticEx > * include/guilib.ch > * SAYEX command added for HStaticEx class > * install.txt > * added info about hbmk2 > > Modified Paths: > -------------- > trunk/hwgui/Changelog > trunk/hwgui/include/guilib.ch > trunk/hwgui/install.txt > trunk/hwgui/source/hcontrol.prg > trunk/hwgui/source/hctrlex.prg > trunk/hwgui/source/hhyper.prg > > > ------------------------------------------------------------------------------ > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > much more. Get web development skills now with LearnDevNow - > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122812 > _______________________________________________ > Hwgui-commits mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-commits |
|
From: Alexander S.K. <al...@be...> - 2012-12-28 09:17:47
|
oleksa writes: > When, in designer open and save the example.xml and run the app example i get the microsoft visual c++ runtime error. > If remove the toolbar app run normally but without ownerbuttons. > It works normally here. The same with the form you sent - I executed it with example.exe ( insert it instead of one of the dialog forms ). It works ... Harbour 3.2, Borland C 5.5 Regards, Alexander. |
|
From: oleksa <m.o...@uk...> - 2012-12-28 08:16:35
|
I'm looking in harbour repo and find how Viktor do that: /* * $Id$ */ Probably, must to try * $Id$ instead of * $Id: $ Regards, Alexey Myronenko --- Оригінальне повідомлення --- Від кого: "Alexander S.Kresin" <al...@be...> Кому: hwg...@li... Дата: 28 грудня 2012, 08:32:27 Тема: [Hwgui-developers] file header > Hi, > > before, working with CVS, I added a header to new files: $Id: $ and > then the system filled this string automatically with revision info. > Now, with SVN, this doesn't work - see, for example, the > source/hctrlex.prg. Does anybody know, what I missed ? > > Regards, Alexander. > > ------------------------------------------------------------------------------ > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > much more. Get web development skills now with LearnDevNow - > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122812 > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
|
From: oleksa <m.o...@uk...> - 2012-12-28 07:58:43
|
When, in designer open and save the example.xml and run the app example i get the microsoft visual c++ runtime error. If remove the toolbar app run normally but without ownerbuttons. Regards, Alexey Myronenko |
|
From: oleksa <m.o...@uk...> - 2012-12-28 07:27:24
|
No, look in runtime mode. Regards, Alexey Myronenko --- Оригінальне повідомлення --- Від кого: "Alexander S.Kresin" <al...@be...> Кому: hwg...@li... Дата: 28 грудня 2012, 09:23:26 Тема: Re: [Hwgui-developers] hformtmpl and ownerbutton > oleksa ?????: > > Hi! > > > > The OwnerButton does not appear on form, see example below > > > It appears normally here - when I open the form with Designer and in > preview mode. > > Regards, Alexander. > > ------------------------------------------------------------------------------ > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > much more. Get web development skills now with LearnDevNow - > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122812 > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
|
From: Alexander S.K. <al...@be...> - 2012-12-28 07:23:22
|
oleksa ?????: > Hi! > > The OwnerButton does not appear on form, see example below > It appears normally here - when I open the form with Designer and in preview mode. Regards, Alexander. |
|
From: oleksa <m.o...@uk...> - 2012-12-28 06:52:28
|
Hi!
The OwnerButton does not appear on form, see example below
<?xml version="1.0" encoding="UTF-8"?>
<part class="form">
<style>
<property name="Geometry">{280,132,526,169}</property>
<property name="Caption">[Form1]</property>
<property name="AlwaysOnTop">.F.</property>
<property name="AutoCenter">.T.</property>
<property name="FormType">[dlgModal]</property>
<property name="lClipper">.F.</property>
<property name="lExitOnEnter">.F.</property>
<property name="lDebug">.F.</property>
<property name="FromStyle">[Popup]</property>
<property name="Icon">[]</property>
<property name="NoIcon">.F.</property>
<property name="lResource">.F.</property>
<property name="Modal">.F.</property>
<property name="SystemMenu">.T.</property>
<property name="Minimizebox">.F.</property>
<property name="Maximizebox">.F.</property>
<property name="AbsAlignment">.T.</property>
<property name="SizeBox">.T.</property>
<property name="Visible">.T.</property>
<property name="3DLook">.F.</property>
<property name="Clipsiblings">.F.</property>
<property name="Clipchildren">.F.</property>
</style>
<part class="label">
<style>
<property name="Geometry">{0,0,525,22}</property>
<property name="Name">[oLabel1]</property>
<property name="Caption">[testing]</property>
</style>
</part>
<part class="shadebutton">
<style>
<property name="Geometry">{401,47,85,28}</property>
<property name="Name">[oShadebutton1]</property>
<property name="Caption">[close]</property>
</style>
<method name="onClick">
<![CDATA[oDlg:Close()
]]>
</method>
</part>
<part class="ownerbutton">
<style>
<property name="Geometry">{271,49,101,28}</property>
<property name="Name">[oOwnerbutton1]</property>
<property name="Caption">[butt1]</property>
</style>
<method name="onClick">
<![CDATA[odlg:close()
]]>
</method>
</part>
<part class="line">
<style>
<property name="Geometry">{262,83,234,2}</property>
<property name="Name">[oLine1]</property>
</style>
</part>
</part>
Regards,
Alexey Myronenko
|
|
From: Alexander S.K. <al...@be...> - 2012-12-28 06:32:24
|
Hi, before, working with CVS, I added a header to new files: $Id: $ and then the system filled this string automatically with revision info. Now, with SVN, this doesn't work - see, for example, the source/hctrlex.prg. Does anybody know, what I missed ? Regards, Alexander. |
|
From: Alexander S.K. <al...@be...> - 2012-12-28 06:22:55
|
oleksa writes: > Any attempt to edit any value in object inspector reduce to crash designer: > > Error BASE/1004 Message not found: PBROWSE:NINITFOCUS > Fixed. Regards, Alexander. |
|
From: Basso, L. F. <lf...@vi...> - 2012-12-27 19:15:24
|
HI nInitFocus is property in DIALOG and WINDOW only : 2012-12-27 12:45 UTC+0300 Alexander Kresin al...@be... * source/hcwindow.prg * source/hwindow.prg * source/hdialog.prg * :nInitFocus has been moved from HCustomWindow to HDialog and HWindow, because it is used in these two classes only. Regards Basso -----Mensagem Original----- From: oleksa Sent: Thursday, December 27, 2012 4:17 PM To: hwg...@li... Subject: [Hwgui-developers] designer ... crash Hi! Any attempt to edit any value in object inspector reduce to crash designer: Error BASE/1004 Message not found: PBROWSE:NINITFOCUS Called from ->__ERRRT_SBASE(0) Called from ../../../tobject.prg->PBROWSE:ERROR(0) Called from ../../../tobject.prg->(b)HBOBJECT(0) Called from ../../../tobject.prg->PBROWSE:MSGNOTFOUND(0) Called from ../../../tobject.prg->PBROWSE:NINITFOCUS(0) Called from source\hdialog.prg->DLGCOMMAND(604) Called from source\hbrowse.prg->PBROWSE:ONEVENT(614) Called from ->CREATEEDIT(0) Called from source\hedit.prg->HEDIT:ACTIVATE(189) Called from source\hedit.prg->HEDIT:NEW(149) Called from inspect.prg->PBROWSE:EDIT(224) Called from source\hbrowse.prg->PBROWSE:BUTTONDBL(3004) Called from source\hbrowse.prg->PBROWSE:ONEVENT(792) Called from ->HWG_ACTIVATEMAINWINDOW(0) Called from source\hwindow.prg->HMAINWINDOW:ACTIVATE(433) Called from designer.prg->_APPMAIN(347) HwGUI 2.17( * $Id: Changelog 1982 2012-12-27 12:01:03Z alkresin $) Harbour 3.2.0dev (Rev. 18605) Date:12/27/12 Time:20:08:00 Regards, Alexey Myronenko ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_122712 _______________________________________________ Hwgui-developers mailing list Hwg...@li... https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
|
From: oleksa <m.o...@uk...> - 2012-12-27 18:17:44
|
Hi! Any attempt to edit any value in object inspector reduce to crash designer: Error BASE/1004 Message not found: PBROWSE:NINITFOCUS Called from ->__ERRRT_SBASE(0) Called from ../../../tobject.prg->PBROWSE:ERROR(0) Called from ../../../tobject.prg->(b)HBOBJECT(0) Called from ../../../tobject.prg->PBROWSE:MSGNOTFOUND(0) Called from ../../../tobject.prg->PBROWSE:NINITFOCUS(0) Called from source\hdialog.prg->DLGCOMMAND(604) Called from source\hbrowse.prg->PBROWSE:ONEVENT(614) Called from ->CREATEEDIT(0) Called from source\hedit.prg->HEDIT:ACTIVATE(189) Called from source\hedit.prg->HEDIT:NEW(149) Called from inspect.prg->PBROWSE:EDIT(224) Called from source\hbrowse.prg->PBROWSE:BUTTONDBL(3004) Called from source\hbrowse.prg->PBROWSE:ONEVENT(792) Called from ->HWG_ACTIVATEMAINWINDOW(0) Called from source\hwindow.prg->HMAINWINDOW:ACTIVATE(433) Called from designer.prg->_APPMAIN(347) HwGUI 2.17( * $Id: Changelog 1982 2012-12-27 12:01:03Z alkresin $) Harbour 3.2.0dev (Rev. 18605) Date:12/27/12 Time:20:08:00 Regards, Alexey Myronenko |
|
From: Alexander S.K. <al...@be...> - 2012-12-27 06:25:17
|
Basso, Luis Fernando writes: > a simple example, object TIMER As I see from the code, this is an only example. So, just for pleasure to close the timer automatically while closing the appropriate window we add extra data and methods to ALL classes and objects, to ALL controls, while we have already ON EXIT codeblock for windows and dialogs specially for such occasions. > > Still, nothing in this code affects the performance of hwgui It affects, and I already wrote about it. Every time we call any object data or method, when we write ::lFocu := .F., for example, the program looks for this data ( :lFocu in this example ). The more data and methods has the object - the more time is demanded to find that one, which is needed. A lot of such calls are placed in onEvent() methods - so, to handle each Windows message ( there are a lot of them in a second - you know ) the program makes many such lookups. The second point is the following: the more data and methods we have, the more complex is the code of a library, the more difficult is to correct it, the more difficult is to find a problem, if there is any. > The concern with having to make the lib is more flexible and powerful. Yes. But also fast, and easy to modify. So, I vote for keeping simplicity in base classes and for moving extra features to inherited. Regards, Alexander. |
|
From: Basso, L. F. <lf...@vi...> - 2012-12-26 16:07:12
|
a simple example, object TIMER Still, nothing in this code affects the performance of hwgui The concern with having to make the lib is more flexible and powerful. We should concern ourselves with codes that do not work or can actually cause performance problems. Regards Basso -----Mensagem Original----- From: Alex Sent: Wednesday, December 26, 2012 1:52 PM To: hwg...@li... Subject: Re: [Hwgui-developers] HObject data and methods > the purpose is they have the same behavior of objects that are inherited > from hcwindows. Having Methodo Init they can be initialized in the > activation form. > Sorry, I understood nothing. The HObject is a base class in HwGUI, so all its data and methods are inherited by all other classes. Why they are needed in controls or in windows ? Why should we initialize them in activation form ? Is there any sample, which shows, how to use them ? Regards, Alexander. ________________________________________________ ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Hwgui-developers mailing list Hwg...@li... https://lists.sourceforge.net/lists/listinfo/hwgui-developers |