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...> - 2018-09-02 12:00:29
|
Hi! This code below not work on GTK Function fKeyDown( oBrw,msg,wp ) if msg == WM_CHAR wP := hwg_PtrToUlong( wP ) oSeek:SetText(chr(wp)) endif Return .T. Return of param msg is ever 256 = WM_KEYDOWN. Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2018-09-02 10:20:16
|
<div>> @ 080,510 get oFo19 var vFo19 Size 400,20 STYLE ES_LOWERCASE</div><div> </div><div>Yes, ES_LOWERCASE is one of hundreds of Winapi specific styles. Linux and GTK knows nothing about them. HwGUI implements few of them - ES_MULTILINE, ES_PASSWORD, ES_READONLY, for example, but not all.</div><div> </div><div>Regards, Alexander.</div> |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-09-01 19:48:30
|
Hi! Problem 1) See this fragment of code. ... oBrw:bOther := {|oBrw, msg, wParam, lParam| fKeyDown(oBrw, msg, wParam, lParam)} ... Static FUNCTION fKeyDown(oBrw, msg, wParam, lParam) LOCAL nKEY := hwg_PtrToUlong( wParam ) //wParam HWG_MSGINFO(hb_valtoexp(msg) + " - " + hb_valtoexp(wParam) + " - " + hb_valtoexp(lParam) ) On Windows OS return for exemple "8 - <pointer> - <pointer>" On Linux OS return "512 - 0 - 17891743" The method bOTher not capture none key press only movement of mouse. Problem 2) And if I use on: Add column FieldBlock("digit") to oBrw Header 'Código' //Accent letter ó The browse show in HEADER the content of FIELD DBF :( Add column FieldBlock("digit") to oBrw Header 'Codigo' //Run ok! Head with not accent. Best regards, Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-09-01 19:33:36
|
Hi! |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-09-01 17:16:12
|
Hi! Not work. @ 080,510 get oFo19 var vFo19 Size 400,20 STYLE ES_LOWERCASE With another problem of accent leters, I found solution! Top of .prg REQUEST HB_CODEPAGE_PTISO REQUEST HB_CODEPAGE_UTF8 Function Main(...) hwg_SetAppLocale( "UTF-8" ) hb_CdpSelect( "PTISO" ) Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2018-09-01 16:11:40
|
<div>> The first prg not show correct accent. show "não" and second show "não" ok.<br /> </div><div>Maybe, these two files are created in different codepages?</div> |
From: <al...@be...> - 2018-09-01 16:07:40
|
<div>Fixed.</div><div> </div> |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-09-01 11:55:36
|
#include "hwgui.ch" REQUEST HB_CODEPAGE_PTISO REQUEST HB_CODEPAGE_UTF8 Function main() //hwg_SetAppLocale("WINDOWS-1251") hwg_SetAppLocale( "ISO8859-1" ) hb_CdpSelect( "PTISO" ) INIT DIALOG oDlg AT 0,0 SIZE 400,300 hwg_msginfo("não") test2() oDlg:Activate() Return .T. The first prg not show correct accent. show "não" and second show "não" ok. test.prg #include 'hwgui.ch' Function test2 hwg_msginfo("não!") Return Nil Now 2 show correct. If I remove lines. REQUEST and hwg_setapplocale(), work dialog.prg e faill test.prg show "não" and nothing on second "" :( Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2018-09-01 10:33:44
|
<div>Hello,</div><div> </div><div>as far as I understand, you write about two problems:</div><div> </div><div>1) displaying of accented letters</div><div>2) linking two files</div><div> It is difficult to comment linking issue, because you didin't post any error messages.</div><div> </div><div>Now about accented letters. What codepage does you use for your source files? If it isn't utf-8, you need to define it at a start of a program for HwGUI could automatically convert text into utf-8.</div><div>For example, if I use a Russian codepage for my files (yje same as in Windows), I write:</div><div> </div><div><div>#ifdef __GTK__</div><div> hwg_SetAppLocale( "WINDOWS-1251" )</div><div>#endif</div><div> hb_cdpSelect( "RU1251" )</div><div> </div><div>You may look in this mailing list archives: we discussed this issue with Alain Aupeix few years ago.</div><div> </div><div>Regards, Alexander.</div><div> </div></div><div> </div> |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-08-31 21:10:16
|
Hi! Fragment of code. @ 12,89 PROGRESSBAR oProgressbar1 SIZE 635,18 BARWIDTH 20 QUANTITY 100 @ 12,143 PROGRESSBAR oProgressbar2 SIZE 635,18 BARWIDTH 26 QUANTITY 100 ... FOR I:=1 TO 10 Eval( {|| oDlg:oProgressbar1:Set(, (i/10) * 100), oDlg:oProgressbar1:Refresh(), .T.} ) Eval( {|| oDlg:oProgressbar2:Set(, (i/10) * 100), oDlg:oProgressbar2:Refresh(), .T.} ) inkey(.1) NEXT ... out put console: (percentual:2502): Gtk-CRITICAL **: 18:03:01.092: IA__gtk_progress_set_percentage: assertion 'percentage >= 0 && percentage <= 1.0' failed (percentual:2502): Gtk-CRITICAL **: 18:03:01.092: IA__gtk_progress_set_percentage: assertion 'percentage >= 0 && percentage <= 1.0' failed (percentual:2502): Gtk-CRITICAL **: 18:03:01.092: IA__gtk_progress_set_percentage: assertion 'percentage >= 0 && percentage <= 1.0' failed ... Best regards, Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-08-31 20:33:28
|
HI! Using 2 files dialog.prg and test.prg file 1 dialog.prg #include "hwgui.ch" Function main() INIT DIALOG oDlg AT 0,0 SIZE 400,300 hwg_msginfo("não") test2() oDlg:Activate() Return .T. file 2 test.prg #include 'hwgui.ch' Function test2 hwg_msginfo("não") Return Nil >hbmk2 dialog.prg test.prg ./dialog Not show "não" because acent letters. If I use only 1 .prg with 2 functions(dialog and test2) into dialog.prg, works. But while link 2 .prg faill. Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2018-08-31 10:43:03
|
HwGUI 2.21, build 1 has been released. Source and binary packages will be available later. Regards, Alexander. |
From: <al...@be...> - 2018-08-31 06:47:44
|
> O windows OS works... :-( > And I am move my code to Linux... > Any Tip ? How to change caption of say object ? > It doesn't prodice an error in Winapi version, because there defined a VIRTUAL method Refresh() in HControl class ( now I added it to a GTK version, too ). But this method does nothing, it really works for those controls, where it is defined as real, non virtual. If you need to change a caption of a say object, of a button, checkbox, etc., use :Settext method: oSay:SetText( "New label" ) Regards, Alexander. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-08-30 23:41:13
|
>Wwhy it may be needed? O windows OS works... :-( And I am move my code to Linux... Any Tip ? How to change caption of say object ? Best regards, Itamar M. Lins Jr. Em qui, 30 de ago de 2018 às 10:17, Itamar M. Lins Jr. Lins < ita...@gm...> escreveu: > Hi! > @ 007,580 SAY oPesq CAPTION cPesq size 400,25 OF oDlg > ... > oPesq:Refresh() > ... > > Error HCUSTOMWINDOW/0 Invalid class member > Called from HSTATIC:REFRESH(213) > > Best regards, > Itamar M. Lins Jr. > |
From: <al...@be...> - 2018-08-30 13:41:22
|
Yes, Refresh() method isn/t defined for Static control. Why it may be needed? |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-08-30 13:17:44
|
Hi! @ 007,580 SAY oPesq CAPTION cPesq size 400,25 OF oDlg ... oPesq:Refresh() ... Error HCUSTOMWINDOW/0 Invalid class member Called from HSTATIC:REFRESH(213) Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2018-08-30 10:01:00
|
> Using GTK OwnerButton with TRANSPARENT not work. > My BMP file background is white. Works fine in Windows OS. Fixed now. Fnd the issue with closing tree - too. Regards, Alexander. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-08-29 19:56:18
|
HI! Using GTK OwnerButton with TRANSPARENT not work. My BMP file background is white. Works fine in Windows OS. I am using for testing same sintaxe. ... oImgEstoque := hbitmap():AddFile( "imagens/estoque.bmp" ) ... @ 000,2 OWNERBUTTON OF oPanel ON CLICK {||/*Estoque()*/.t.} ; SIZE 58,58 FLAT TEXT "Estoque" COORDINATES 0,45,50,50 FONT oFontBarra ; BITMAP oImgEstoque TRANSPARENT COORDINATES 0,0,60,60 TOOLTIP "Arquivo do Estoque" ... Best regards, Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-08-29 19:47:43
|
Error BASE/1111 Argument error: LEN Called from LEN(0) Called from HTREE:END(651) Called from HDIALOG:END(178) Called from ONDESTROY(220) Called from (b)(_INITSTATICS00003)(0) Called from HWINDOW:ONEVENT(166) Called from ONDESTROY(41) Called from (b)(_INITSTATICS00002)(0) Called from HDIALOG:ONEVENT(161) Called from HWG_ACTIVATEDIALOG(0) Called from HDIALOG:ACTIVATE(153) Called from TEST(14) Called from HB_HRBRUN(0) Called from RUNSAMPLE(291) Called from (b)MAIN(91) Called from HTREE:BUTTONDBL(540) Called from HTREE:ONEVENT(339) Called from HWG_ACTIVATEMAINWINDOW(0) Called from HMAINWINDOW:ACTIVATE(292) Called from MAIN(114) Best regards, Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-08-29 12:29:20
|
Hi! Now using last SVN 2018-08-29 14:10 "Menu To" run no problems. Best regards, Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-08-29 12:16:39
|
hbmk2: Compiling... ../../../../source/gtk/control.c: In function ‘HB_FUN_HWG_CREATESTATIC’: ../../../../source/gtk/control.c:115:22: warning: logical ‘and’ applied to non-boolean constant [-Wlogical-op] if( ulExtStyle && WS_EX_TRANSPARENT ) ^~ ../../../../source/gtk/control.c: In function ‘cb_signal_tab’: ../../../../source/gtk/control.c:615:61: warning: unused parameter ‘page’ [-Wunused-parameter] void cb_signal_tab( GtkNotebook *notebook, GtkNotebookPage *page, ^~~~ ../../../../source/gtk/control.c:616:32: warning: unused parameter ‘user_data’ [-Wunused-parameter] guint page_num, gpointer user_data ) ^~~~~~~~~ hbmk2: Creating static library... lib/libhwgui.a Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2018-08-28 19:30:53
|
<div>I get another idea.</div><div> </div><div>menu_c.c, line 99:</div><div> char buf[20]={0};</div><div>change the buf size to a bigger value, for example:</div><div> char buf[40]={0};</div><div> </div><div>and inform me, does this help, or no.</div><div> </div><div>Regards,</div><div> Alexander.</div><div> </div> |
From: <al...@be...> - 2018-08-28 08:25:33
|
> Hi! > Maybe problem of chash "menu of" be in these messages. > ... No, Those warnings refers to functions, which doesn't participate in menu creation. Regards, Alexander. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-08-27 17:35:47
|
Hi! Maybe problem of chash "menu of" be in these messages. from ../../../../source/gtk/menu_c.c:15: ../../../../source/gtk/menu_c.c: In function ‘HB_FUN_HWG__SETMENUCAPTION’: /usr/include/gtk-2.0/gtk/gtkbin.h:41:39: warning: passing argument 1 of ‘gtk_label_set_text’ from incompatible pointer type [-Wincompatible-pointer-types] #define GTK_BIN(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_BIN, GtkBin)) ^ ../../../../source/gtk/menu_c.c:217:24: note: in expansion of macro ‘GTK_BIN’ gtk_label_set_text( GTK_BIN (menu_item)->child, gcptr ); ^~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtkaccellabel.h:38:0, from /usr/include/gtk-2.0/gtk/gtk.h:35, from ../../../../source/gtk/menu_c.c:15: /usr/include/gtk-2.0/gtk/gtklabel.h:112:23: note: expected ‘GtkLabel * {aka struct _GtkLabel *}’ but argument is of type ‘GtkWidget * {aka struct _GtkWidget *}’ void gtk_label_set_text (GtkLabel *label, ^~~~~~~~~~~~~~~~~~ ../../../../source/gtk/menu_c.c: In function ‘HB_FUN_HWG__DELETEMENU’: ../../../../source/gtk/menu_c.c:225:26: warning: passing argument 1 of ‘gtk_container_remove’ from incompatible pointer type [-Wincompatible-pointer-types] gtk_container_remove( ((GtkWidget*)menu_item)->parent, (GtkWidget*)menu_item ); Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2018-08-27 10:33:29
|
Yes, I'm aware of this problem, it is really strange. The same appears not in tabs only. Just set tooltip for a last get in a dialog in testget2.prg, for example. Right now I have no ideas why this happens. I will check it with my another project - Brig, a GUI framework for C++. Regards, Alexander. |