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...> - 2015-05-12 21:37:46
|
Hi!
How to use ComboBox in BrowseEx DATABASE ?
I get this error below:
Error BASE/1004 Método não exportado: OPARENT
Called from ->OPARENT(0)
Called from ->HBROWSEEX:VALIDCOLUMN(3348)
Called from ->(b)HBROWSEEX_EDIT(3093)
Called from ->__VALID(282)
Called from ->(b)HCOMBOBOX_NEW(79)
Called from ->ONDLGCOMMAND(335)
Called from ->(b)(_INITSTATICS00003)(0)
Called from ->HDIALOG:ONEVENT(182)
Called from ->HWG_DLGBOXINDIRECT(0)
Called from ->HDIALOG:ACTIVATE(135)
I need of a example of use ComboBox in Browse with DataBase.
I use this syntaxe:
Add columnEx {||""} to oBrw EDITABLE ; //FieldBlock("entregue") to oBrw ;
Header 'Entr.' length 5 ;
Justify Line DT_CENTER Justify Head DT_CENTER
oBrw:aColumns[7]:aList := {"YES", "NO"}
What is the best way to do this?
Best regards,
Itamar M. Lins Jr.
|
|
From: Itamar M. L. J. L. <ita...@gm...> - 2015-05-11 21:48:49
|
>From user Paulo Almeida. make_b32.bat MAKE Version 5.2 Copyright (c) 1987, 1998 Inprise Corp. bcc32 -c -Iinclude;C:\XHARBOUR\include -d -DHWG_USE_POINTER_ITEM -D__WIN32__ -oobj\b32\hipedit.obj obj\b32\hipedit.c Fatal: Command arguments too long Best regards, Itamar M. Lins Jr. |
|
From: Alex <al...@be...> - 2015-05-08 14:12:09
|
Hi, HwGUI 2.19 build 3 has been uploaded to the Sourceforge. Regards, Alexander. ________________________________________________ |
|
From: Alexander S.K. <al...@be...> - 2015-04-15 08:02:26
|
Itamar M. Lins Jr. Lins пишет:
> Hi!
> I change into code hbrowseex.prg all call VScrollPos to VScrollPosEx and
> works fine vertical scroll bar.
>
I've changed this, too.
In HBrowse you will need to insert after defining the browse:
oBrw:bScrollPos := {|o,n,lEof,nPos|hwg_VScrollPos(o,n,lEof,nPos)}
oBrs:bRecnoLog := {|o|(o:alias)->( ordKeyNo() ) }
for tables with active order.
Regards, Alexander.
|
|
From: Itamar M. L. J. L. <ita...@gm...> - 2015-04-14 18:00:37
|
Hi! I change into code hbrowseex.prg all call VScrollPos to VScrollPosEx and works fine vertical scroll bar. Best regards, Itamar M. Lins Jr. |
|
From: Itamar M. L. J. L. <ita...@gm...> - 2015-04-14 17:12:10
|
Hi!
> oBrowse:bRecnoLog := {|o|(o:alias)->( ordKeyNo() ) }
>or
>oBrowse:bRecnoLog := &( "{||" + oBrowse:alias + "->(ORDKEYNO())}" )
I set, but no effect, I use contrib\hBrowseEx.prg
I look into hbrowseEx.prg, the function hwg_VScrollPosEx( oBrw, nType,
lEof, nPos ) exists but not used.
I saw that hbrowseEx.prg load functions of hBrowse.prg(hwg_VScrollPos())
Then I activate run hwg_VScrollPosEx() function but worsened the situation.
Best regards,
Itamar M. Lins Jr.
2015-04-14 12:45 GMT-03:00 Itamar M. Lins Jr. Lins <ita...@gm...>:
> > Just set:
>
> > oBrowse:bRecnoLog := {|o|(o:alias)->( ordKeyNo() ) }
>
> >or
>
> >oBrowse:bRecnoLog := &( "{||" + oBrowse:alias + "->(ORDKEYNO())}" )
>
> >I didn't set it by default, because using of ordKeyNo() instead of
> >Recno() may cause performance degradation in network environment.
>
> >Regards, Alexander.
>
> Hi!
> Thanks for all!
> But see this changelog by Luis Basso.
> This feature was also lost after the jump to version 16c to 18.
>
> 2012-11-14 13:55 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net>
> * source/hcontrol.prg
> * CLASS BUTTONEX
> * METHOD PAINT()
> ! fixed alignment text
> * source/hbrowse.prg
> * FUNCTION VScrollPos( )
> ! fixed SetScrollPos if lDisableVScrollPos = .T.
>
> I use LetoDB this wonderful tool, so I do not have the slow network
> problem.
>
> Best regards,
> Itamar M. Lins Jr.
>
> 2015-04-08 20:24 GMT-03:00 Itamar M. Lins Jr. Lins <ita...@gm...>:
>
> Hi!
>> While I use browse with index database(up/down) the scroll bar not show
>> real position. It picks up the wrong registry position.
>> I can not use it (drag to the end of the records).
>>
>> This problem does not exist in version 2.17
>>
>> Best regards,
>> Itamar M. Lins Jr.
>>
>
>
|
|
From: Itamar M. L. J. L. <ita...@gm...> - 2015-04-14 15:45:56
|
> Just set:
> oBrowse:bRecnoLog := {|o|(o:alias)->( ordKeyNo() ) }
>or
>oBrowse:bRecnoLog := &( "{||" + oBrowse:alias + "->(ORDKEYNO())}" )
>I didn't set it by default, because using of ordKeyNo() instead of
>Recno() may cause performance degradation in network environment.
>Regards, Alexander.
Hi!
Thanks for all!
But see this changelog by Luis Basso.
This feature was also lost after the jump to version 16c to 18.
2012-11-14 13:55 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net>
* source/hcontrol.prg
* CLASS BUTTONEX
* METHOD PAINT()
! fixed alignment text
* source/hbrowse.prg
* FUNCTION VScrollPos( )
! fixed SetScrollPos if lDisableVScrollPos = .T.
I use LetoDB this wonderful tool, so I do not have the slow network problem.
Best regards,
Itamar M. Lins Jr.
2015-04-08 20:24 GMT-03:00 Itamar M. Lins Jr. Lins <ita...@gm...>:
> Hi!
> While I use browse with index database(up/down) the scroll bar not show
> real position. It picks up the wrong registry position.
> I can not use it (drag to the end of the records).
>
> This problem does not exist in version 2.17
>
> Best regards,
> Itamar M. Lins Jr.
>
|
|
From: Alexander S.K. <al...@be...> - 2015-04-14 10:35:01
|
Itamar M. Lins Jr. Lins writes:
> Hi!
> While I use browse with index database(up/down) the scroll bar not show
> real position. It picks up the wrong registry position.
> I can not use it (drag to the end of the records).
>
>
Just set:
oBrowse:bRecnoLog := {|o|(o:alias)->( ordKeyNo() ) }
or
oBrowse:bRecnoLog := &( "{||" + oBrowse:alias + "->(ORDKEYNO())}" )
I didn't set it by default, because using of ordKeyNo() instead of
Recno() may cause performance degradation in network environment.
Regards, Alexander.
|
|
From: Itamar M. L. J. L. <ita...@gm...> - 2015-04-09 23:44:19
|
Hi! cVar := space(8) @ ... get oVar VAR cVar PICTURE "@R 9999.99.99" SIZE 90,25 MAXLENGTH 8 Maxlength count the mask of picture while use @R. 8 is the space of get is not to count the dots "." :-( Best regards, Itamar M. Lins Jr. |
|
From: Itamar M. L. J. L. <ita...@gm...> - 2015-04-08 23:24:24
|
Hi! While I use browse with index database(up/down) the scroll bar not show real position. It picks up the wrong registry position. I can not use it (drag to the end of the records). This problem does not exist in version 2.17 Best regards, Itamar M. Lins Jr. |
|
From: Alain A. <ala...@wa...> - 2015-04-08 16:59:55
|
Le 08. 04. 15 09:32, Alexander S.Kresin a écrit : >>> In tutor.prg only code sections are highlighted - see the function >>> NodeOut(), which outputs the text. >> I suppose that code sections are, in xml file, enclosed between >> <![CDATA[ and ]]> >> No ? > Not all of them. Some are a Harbour code, some - a text, which > shouldn't be highlighted as a code. > The <![CDATA[ .. ]]> are contained in other tags, those of them, which > are called "module", contains the code; those, which are called > "comment" - a text without highlighting. >> And I suppose too thata words are defined in tutor.xml between >> <keywords> and </keywords> >> No ? > Yes. Here are the content of tutor.xml + a part of a module, and the hardcopy of what happens https://www.dropbox.com/s/xszq057woe28kto/Highlighted-ko.png?dl=1 Thanks A+ -- ------------------------------------------------------------------------ Alain Aupeix http://jujuland.pagesperso-orange.fr/ http://pissobi-lacassagne.pagesperso-orange.fr/ ------------------------------------------------------------------------ U.buntu 12.04 | G.ramps 3.4.8-1 | H.arbour 3.2.0dev (2015-04-01 12:59) | HbIDE (Rev.316) | Five.Linux (r138) | Hw.Gui (2379) ------------------------------------------------------------------------ |
|
From: Alexander S.K. <al...@be...> - 2015-04-08 08:32:52
|
>> In tutor.prg only code sections are highlighted - see the function >> NodeOut(), which outputs the text. > I suppose that code sections are, in xml file, enclosed between > <![CDATA[ and ]]> > No ? Not all of them. Some are a Harbour code, some - a text, which shouldn't be highlighted as a code. The <![CDATA[ .. ]]> are contained in other tags, those of them, which are called "module", contains the code; those, which are called "comment" - a text without highlighting. > And I suppose too thata words are defined in tutor.xml between > <keywords> and </keywords> > No ? Yes. Regards, Alexander. |
|
From: Alexander S.K. <al...@be...> - 2015-04-08 06:50:32
|
> |Hi!
> This sintaxe works fine with version 2.17
>
> @ ||339||,||524| |BUTTONEX oButton||3| |CAPTION ||"&Imprimir"| |SIZE
> ||90||,||30 ||BITMAP
> ||(||HBitmap||(||)||:||AddResource||(||'print'||)||)||:||handle| |ON|
> |CLICK ||{|||| ImprimeEtq||(||vITENS||)| |}| |||STYLE BS_CENTER
> ||+||WS_TABSTOP
> |
> |
> But with version 2.19 get error. :(
This works normally here. What error you get ?
Regards, Alexander.
|
|
From: Itamar M. L. J. L. <ita...@gm...> - 2015-04-07 23:49:53
|
Hi!
This sintaxe works fine with version 2.17
@ 339,524 BUTTONEX oButton3 CAPTION "&Imprimir" SIZE 90,30 BITMAP (HBitmap
():AddResource('print')):handle ON CLICK {|| ImprimeEtq(vITENS) } STYLE
BS_CENTER +WS_TABSTOP
But with version 2.19 get error. :(
How to use with version 2.19 ?
Best regards,
Itamar M. Lins Jr.
|
|
From: Itamar M. L. J. L. <ita...@gm...> - 2015-04-07 17:31:02
|
Hi! IMO, the Hwgui should not change the size of the declared variables. whatever if I use MyVar := SPace(x) or I use picture "!" <Y/N>. Not only respect, nMaxLength, but also respect the declared size and PICTURE we used. Same behavior of harbour CUI. Best regards, Itamar M. Liins Jr. |
|
From: Alain A. <ala...@wa...> - 2015-04-07 15:09:55
|
<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Le 07. 04. 15 16:35, Itamar M. Lins Jr.
Lins a écrit :<br>
</div>
<blockquote
cite="mid:CAH...@ma..."
type="cite">#include "<a moz-do-not-send="true"
href="http://hwgui.ch">hwgui.ch</a>"<br>
Function main<br>
LOCAL oDlg, cA := space(60)<br>
//Please press key <Del>!<br>
<br>
INIT DIALOG oDlg AT 100,100 SIZE 500,200 <br>
<br>
@ 10,10 get oA VAR cA SIZE 400,25 MAXLENGTH 60<br>
<br>
oDlg:Activate()<br>
<br>
hwg_msginfo(str(len(cA))) <br>
</blockquote>
<big><font size="-1"><big>Same under Linux</big></font></big><br>
A+<br>
<div class="moz-signature">-- <br>
<hr>
Alain Aupeix<br>
<a class="moz-txt-link-freetext" href="http://jujuland.pagesperso-orange.fr/">http://jujuland.pagesperso-orange.fr/</a><br>
<a class="moz-txt-link-freetext" href="http://pissobi-lacassagne.pagesperso-orange.fr/">http://pissobi-lacassagne.pagesperso-orange.fr/</a><br>
<hr>
<small>U.buntu 12.04 | G.ramps 3.4.8-1 | H.arbour 3.2.0dev
(2015-04-01 12:59) | HbIDE (Rev.316) | Five.Linux (r138) |
Hw.Gui (2378)</small>
<hr>
</div>
</body>
</html>
|
|
From: Itamar M. L. J. L. <ita...@gm...> - 2015-04-07 14:35:27
|
Hi! See the example below. #include "hwgui.ch" Function main LOCAL oDlg, cA := space(60) //Please press key <Del>! INIT DIALOG oDlg AT 100,100 SIZE 500,200 @ 10,10 get oA VAR cA SIZE 400,25 MAXLENGTH 60 oDlg:Activate() hwg_msginfo(str(len(cA))) Thanks for fix Ctrl-C/V! Best regards, Itamar M. Lins Jr. |
|
From: Alain A. <ala...@wa...> - 2015-04-07 13:35:02
|
Le 07. 04. 15 13:30, Alexander S.Kresin a écrit :
>> All I wanted for is works, except two points:
>> 1) Some words I wanted to highlight aren't highlighted.
> In tutor.prg only code sections are highlighted - see the function
> NodeOut(), which outputs the text.
I suppose that code sections are, in xml file, enclosed between
<![CDATA[ and ]]>
No ?
And I suppose too thata words are defined in tutor.xml between
<keywords> and </keywords>
No ?
For example, in tutor.xml, I have :
<keywords> GeneTools Harbour HwGUI Alain Aupeix geneanet Geneanet
Geneweb</keywords>
When displaying a module, some words are highlighted, some no, some
partially
> oText:HighLighter( oHighLighter ) is set for items with cargo[1] == .t.,
> this :cargo value is set in BuildTree() function and it is set to .t.
> for tree nodes with a name "module".
> If you need the highlighting for all sections, drop the
> oText:HighLighter(), fron Nodeout() and insert the line
>
> oText:HighLighter( oHighLighter )
> after
> oText := HCEdit():New( ...
I haven't tried this way, because I was not sure you have understood
what I said (it was probably my fault ...)
>> 2) I would include images display in comment, but I don't know how to do
>> it in tutor, and in xml file.
> The HCEdit() is plain text editor with syntax highlighting, nothing
> more, nothing less. It isn't intended to display images.
>
> I have wrote an extended text editor as a child class of HCEdit, which
> has xml structure and allows to edit text style, insert images and
> tables. It isn't finished yet, but the current functionality may be
> sufficient for your purposes.
> I can upload it and a sample editor, based on it to HwGUI repository.
Yes, it would be nice
Thanks
A+
--
------------------------------------------------------------------------
Alain Aupeix
http://jujuland.pagesperso-orange.fr/
http://pissobi-lacassagne.pagesperso-orange.fr/
------------------------------------------------------------------------
U.buntu 12.04 | G.ramps 3.4.8-1 | H.arbour 3.2.0dev (2015-04-01 12:59) |
HbIDE (Rev.316) | Five.Linux (r138) | Hw.Gui (2378)
------------------------------------------------------------------------
|
|
From: Alain A. <ala...@wa...> - 2015-04-07 12:41:39
|
Le 07. 04. 15 12:38, Alexander S.Kresin a écrit :
> Try the following:
>
> Hwg_DefineMenuItem( cCommune,, &( "{||" + action + "(" + param1 + "," +
> param2 + ")}" ) )
An error occured, but I suppose it was due to the content of param1
Here is the line which works:
Hwg_DefineMenuItem( cCommune,, &( "{||" + action + "("+'"' + param1 +
'","' + param2 + '")'+"}" ) )
the string separator is melting ' and ", it's not especially viewable
here, except in : '")'
> instead of
>
>> MENUITEM cCommune ACTION &(action)('"'+param1+'"','"'+param2+'"')
Thanks a lot. It allows to reduce the number of line just for this menu
and submenus from 678 line to 34 lines.
:)
A+
--
------------------------------------------------------------------------
Alain Aupeix
http://jujuland.pagesperso-orange.fr/
http://pissobi-lacassagne.pagesperso-orange.fr/
------------------------------------------------------------------------
U.buntu 12.04 | G.ramps 3.4.8-1 | H.arbour 3.2.0dev (2015-03-27 15:21) |
HbIDE (Rev.316) | Five.Linux (r138) | Hw.Gui (2375)
------------------------------------------------------------------------
|
|
From: Alexander S.K. <al...@be...> - 2015-04-07 12:30:51
|
> All I wanted for is works, except two points: > 1) Some words I wanted to highlight aren't highlighted. In tutor.prg only code sections are highlighted - see the function NodeOut(), which outputs the text. oText:HighLighter( oHighLighter ) is set for items with cargo[1] == .t., this :cargo value is set in BuildTree() function and it is set to .t. for tree nodes with a name "module". If you need the highlighting for all sections, drop the oText:HighLighter(), fron Nodeout() and insert the line oText:HighLighter( oHighLighter ) after oText := HCEdit():New( ... > 2) I would include images display in comment, but I don't know how to do > it in tutor, and in xml file. > The HCEdit() is plain text editor with syntax highlighting, nothing more, nothing less. It isn't intended to display images. I have wrote an extended text editor as a child class of HCEdit, which has xml structure and allows to edit text style, insert images and tables. It isn't finished yet, but the current functionality may be sufficient for your purposes. I can upload it and a sample editor, based on it to HwGUI repository. Regards, Alexander. |
|
From: Alexander S.K. <al...@be...> - 2015-04-07 11:39:05
|
Try the following:
Hwg_DefineMenuItem( cCommune,, &( "{||" + action + "(" + param1 + "," +
param2 + ")}" ) )
instead of
> MENUITEM cCommune ACTION &(action)('"'+param1+'"','"'+param2+'"')
Regards, Alexander.
|
|
From: Alain A. <ala...@wa...> - 2015-04-07 08:38:59
|
Le 07. 04. 15 09:14, Alexander S.Kresin a écrit : > oIcon := HIcon():Addfile( "myicon.ico" ) > INIT WINDOW ... ICON oIcon Nice, it works ... even I use a png file. Just little problem, but I think it's an os problem, when making a shortcut for my program, it doesn't found it, the only way is now to associate the png as icon. Elsewhere, I'm asking for: - this 'bug' with Ctrl-C/Ctrl-V as Itamar - a way to display image in tutor - the problem creating menus dynamically in loops from array Thanks A+ -- ------------------------------------------------------------------------ Alain Aupeix http://jujuland.pagesperso-orange.fr/ http://pissobi-lacassagne.pagesperso-orange.fr/ ------------------------------------------------------------------------ U.buntu 12.04 | G.ramps 3.4.8-1 | H.arbour 3.2.0dev (2015-03-27 15:21) | HbIDE (Rev.316) | Five.Linux (r138) | Hw.Gui (2375) ------------------------------------------------------------------------ |
|
From: Alexander S.K. <al...@be...> - 2015-04-07 08:14:58
|
Alain Aupeix writes: > Hi, it's very ennoying not to have an icon with hwgui applications. > > I'm not a programmer, but I searched for this point, and find a way for > gtk+ programs to do it. > > http://zetcode.com/tutorials/gtktutorial/firstprograms/ > > Could it be possible to add it to hwgui ? > It should work. Try: oIcon := HIcon():Addfile( "myicon.ico" ) INIT WINDOW ... ICON oIcon Regards, Alexander. |
|
From: Alexander S.K. <al...@be...> - 2015-04-07 07:47:30
|
It seems, that you use some unofficial Harbour's fork ( probably, Viktor's ), where the number of parameters in hb_arrayScan() is changed. Harbour still have 5 parameters there. Regards, Alexander. Itamar M. Lins Jr. Lins writes: > Hi! > C:\devl\hwgui\contrib>hbmk2 hbactivex.hbp > hbmk2: Harbour: Compilando m├│dulos... > hbmk2: Compilando... > ../../../../contrib/activex/c_activex.c: In function 'Invoke': > ../../../../contrib/activex/c_activex.c:371:10: error: too few arguments > to func > tion 'hb_arrayScan' > hb_arrayScan( ( ( MyRealIEventHandler * ) this )->pEvents, > ^ > In file included from ../../../../contrib/activex/c_activex.c:38:0: > C:/HB34/include/hbapi.h:854:31: note: declared here > extern HB_EXPORT HB_SIZE hb_arrayScan( PHB_ITEM pArray, PHB_ITEM > pValue, H > B_SIZE * pnStart, HB_SIZE * pnCount, HB_BOOL fExact, HB_BOOL fMatchCase > ); /* sc > an an array for a given item, or until code-block item returns HB_TRUE */ ... |
|
From: Alain A. <ala...@wa...> - 2015-04-06 16:19:44
|
<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Le 06. 04. 15 17:28, Itamar M. Lins Jr.
Lins a écrit :<br>
</div>
<blockquote
cite="mid:CAH...@ma..."
type="cite">
<div dir="ltr">
<div>
<div>Alain Aupeix,<br>
<br>
The user not key (Ctrl+Ins...) is windows OS, </div>
</div>
</div>
</blockquote>
No, these are common keys, older than Ctrl-C and Ctrl-V, and it
works fine under Linux too<br>
<blockquote
cite="mid:CAH...@ma..."
type="cite">
<div dir="ltr">
<div>
<div>Ctrl+C is default, <span id="result_box" class=""
lang="en"><span class="">everyone knows</span> <span
class="">that.<br>
</span></span></div>
</div>
</div>
</blockquote>
Yes, young users don't know older but always working keys ...
(exist, if I remember, since Windows 2.03, and perhaps before ...)<br>
<blockquote
cite="mid:CAH...@ma..."
type="cite">
<div dir="ltr">
<div>
<div><span id="result_box" class="" lang="en"><span class="">It
is a bug of Hwgui 2.19, with 2.17 works fine.<br>
</span></span></div>
</div>
</div>
</blockquote>
Perhaps, but you have another way to bypass this 'bug'<br>
<blockquote
cite="mid:CAH...@ma..."
type="cite">
<div dir="ltr">
<div>
<div><span id="result_box" class="" lang="en"><span class=""><span
id="result_box" class="" lang="en"><span class="">There
are</span> <span class="">old problems</span> <span
class="">in version</span> <span class="">2.19</span>
<span class="">that do not exist</span> <span
class="">in version</span> <span class="">2.17</span>
<span class="">had</span> <span class="">been fixed</span>
<span class="">to</span> <span class="">the</span> <span
class="">long</span> <span class="">years</span> <span
class="">by other programmers</span><span>,</span> <span
class="">and that</span> <span class="">were lost
when</span> <span class="">alexander,</span> <span
class="">copied the</span> <span class="">2.16c</span>
<span class="">version</span> <span class="">to
version</span> <span class="">2.18-</span><span>></span>
<span class="">19</span><span>.</span><br>
<span class="">Many users</span> <span class="">can
not</span> <span class="">migrate to</span> <span
class="">version 2.19</span> <span class="">because
it has</span> <span class="">many</span> <span
class="">problems, not just</span> <span class="">compatibility,</span>
<span class="">but</span> <span class="">old</span> <span
class="">bug's</span> <span class="">that had been</span>
<span class="">fixed.<br>
</span></span></span></span></div>
</div>
</div>
</blockquote>
I never use a Windows version of Hwgui, and can say something about
it ...<br>
<br>
But I found some bugs or ennoying points concerning get system:<br>
<br>
1) impossible to return to the previous get using Shift-tab<br>
2) When we enter in a get system, the first value (for example 4
spaces) is marked, but impossible to enter something, I must use the
left key to go to the beginning of the value.<br>
<br>
As I know how to bypass it, it's not a real problem, but a bit
ennoying.<br>
<br>
A+<br>
-- <br>
<div class="moz-signature">
<hr>
Alain Aupeix<br>
<a class="moz-txt-link-freetext" href="http://jujuland.pagesperso-orange.fr/">http://jujuland.pagesperso-orange.fr/</a><br>
<a class="moz-txt-link-freetext" href="http://pissobi-lacassagne.pagesperso-orange.fr/">http://pissobi-lacassagne.pagesperso-orange.fr/</a><br>
<hr>
<small>U.buntu 12.04 | G.ramps 3.4.8-1 | H.arbour 3.2.0dev
(2015-03-27 15:21) | HbIDE (Rev.316) | Five.Linux (r138) |
Hw.Gui (2375)</small>
<hr>
</div>
</body>
</html>
|