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...> - 2018-08-27 10:27:28
|
Very strange. It ever worked and works here, tested on fedora 24 and debian 8. Regards, Alexander. |
From: <al...@be...> - 2018-08-27 10:15:56
|
From: Itamar M. L. J. L. <ita...@gm...> - 2018-08-26 22:26:06
|
Hi! This example not work with GTK2 #include "hwgui.ch" Function Test Local oMain INIT WINDOW oMain MAIN TITLE "My Second HwGUI sample" AT 100, 100 SIZE 400, 300 MENU OF oMain MENU TITLE "&File" MENUITEM "&Message" ACTION hwg_Msginfo( "Just a test", "Message" ) SEPARATOR MENUITEM "&Exit" ACTION oMain:Close() ENDMENU MENU TITLE "&Help" MENUITEM "&About" ACTION hwg_Msginfo( HwG_Version(), "About" ) ENDMENU ENDMENU ACTIVATE WINDOW oMain *** buffer overflow detected ***: /home/itamar/hwgui-code/hwgui/utils/tutorial/hwgrun terminated Dialogs, controls, etc works fine but if exist command "MENU OF..." the program crash... buffer overflow... Best regards, Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-08-24 12:22:23
|
Hi! >Hm... I never used hbp, I'm building HwGUI with source/gtk/build.sh. >But, finally, does you build the libraries? A problem is in those few warnings >only? Yes, Hwgui works here on Ubuntu, Only I use cp to copy file hwgtk.h to folder \include to make procmisc lib \utils\tutorial\tutor compile and works fine, only detect warnigs "deprecat" or this message, Gtk-Message: 09:15:10.137: Failed to load module "canberra-gtk-module" With use of hbmk2 is fast and ease. Ps: I use Harbour 3.4 itamar@samsung:~/devl/hwgui-code/hwgui/utils/tutorial$ ./tutor Gtk-Message: 09:15:10.137: Failed to load module "canberra-gtk-module" Harbour 3.4.0dev (669f310) (2018-04-28 17:24) Copyright (c) 1999-2018, https://github.com/vszakats/harbour-core/ Lines 3612, Functions/Procedures 2 Saudações, Itamar M. Lins Jr. |
From: <al...@be...> - 2018-08-24 11:09:02
|
Hm... I never used hbp, I'm building HwGUI with source/gtk/build.sh. But, finally, does you build the libraries? A problem is in those few warnings only? Regards, ALexander. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-08-24 01:52:13
|
Hi! hbmk2 hwgui.hbp hbmk2: Compiling Harbour sources... hbmk2: Compiling... ../../../../source/gtk/commond.c: In function ‘HB_FUN_HWG_SELECTFONT’: ../../../../source/gtk/commond.c:91:22: warning: variable ‘fontsel’ set but not used [-Wunused-but-set-variable] GtkFontSelection *fontsel; ^~~~~~~ ../../../../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:602:61: warning: unused parameter ‘page’ [-Wunused-parameter] void cb_signal_tab( GtkNotebook *notebook, GtkNotebookPage *page, ^~~~ ../../../../source/gtk/control.c:603:32: warning: unused parameter ‘user_data’ [-Wunused-parameter] guint page_num, gpointer user_data ) ^~~~~~~~~ ../../../../source/gtk/drawtext.c: In function ‘HB_FUN_G_DEBUG’: ../../../../source/gtk/drawtext.c:309:4: warning: format not a string literal and no format arguments [-Wformat-security] g_debug(hb_parc(1)); ^~~~~~~ ../../../../source/gtk/window.c:55:0: warning: "HB_IT_DEFAULT" redefined #define HB_IT_DEFAULT ( ( HB_TYPE ) 0x40000 ) In file included from ../../../../include/guilib.h:5:0, from ../../../../source/gtk/window.c:11: /usr/local/include/harbour/hbapi.h:89:0: note: this is the location of the previous definition #define HB_IT_DEFAULT 0x40000 ../../../../source/gtk/window.c: In function ‘cb_delete_event’: ../../../../source/gtk/window.c:69:53: warning: unused parameter ‘data’ [-Wunused-parameter] gboolean cb_delete_event( GtkWidget *widget, gchar* data ) ^~~~ ../../../../source/gtk/window.c: In function ‘ToKey’: ../../../../source/gtk/window.c:360:16: warning: duplicated ‘if’ condition [-Wduplicated-cond] else if ( b == GDK_C ) ../../../../source/gtk/window.c:358:15: note: previously used here else if ( b== GDK_C) ../../../../source/gtk/window.c: In function ‘HB_FUN_HWG_SETAPPLOCALE’: ../../../../source/gtk/window.c:892:22: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] char * szLocale = hb_parc(1); ^~~~~~~ ../../../../source/gtk/window.c: In function ‘snooper’: ../../../../source/gtk/window.c:910:34: warning: unused parameter ‘grab_widget’ [-Wunused-parameter] static gint snooper ( GtkWidget *grab_widget, ^~~~~~~~~~~ ../../../../source/gtk/window.c:911:39: warning: unused parameter ‘func_data’ [-Wunused-parameter] GdkEventKey *event, gpointer func_data ) ^~~~~~~~~ ../../../../source/gtk/wprint.c: In function ‘print_page’: ../../../../source/gtk/wprint.c:370:19: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] char * cpage = hb_arrayGetCPtr( ppages, page_nr+1 ); ^~~~~~~~~~~~~~~ ../../../../source/gtk/wprint.c:378:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if( hb_arrayLen( ppages ) >= page_nr+2 ) ^~ ../../../../source/gtk/wprint.c:381:11: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] ptr = hb_arrayGetCPtr( ppages, page_nr+2 ); ^ ../../../../source/gtk/wprint.c: In function ‘HB_FUN_HWG_GP_PRINT’: ../../../../source/gtk/wprint.c:573:20: warning: implicit declaration of function ‘cairo_ps_surface_create’; did you mean ‘cairo_image_surface_create’? [-Wimplicit-function-declaration] surface = cairo_ps_surface_create( print->cName, ^~~~~~~~~~~~~~~~~~~~~~~ cairo_image_surface_create ../../../../source/gtk/wprint.c:573:18: warning: assignment makes pointer from integer without a cast [-Wint-conversion] surface = cairo_ps_surface_create( print->cName, ^ ../../../../source/gtk/wprint.c:577:20: warning: implicit declaration of function ‘cairo_svg_surface_create’; did you mean ‘cairo_image_surface_create’? [-Wimplicit-function-declaration] surface = cairo_svg_surface_create( print->cName, ^~~~~~~~~~~~~~~~~~~~~~~~ cairo_image_surface_create ../../../../source/gtk/wprint.c:577:18: warning: assignment makes pointer from integer without a cast [-Wint-conversion] surface = cairo_svg_surface_create( print->cName, ^ In file included from /usr/include/gtk-2.0/gtk/gtkwindow.h:36:0, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, 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 ); ^ In file included from /usr/include/gtk-2.0/gtk/gtkbin.h:35:0, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from ../../../../source/gtk/menu_c.c:15: /usr/include/gtk-2.0/gtk/gtkcontainer.h:113:9: note: expected ‘GtkContainer * {aka struct _GtkContainer *}’ but argument is of type ‘GtkWidget * {aka struct _GtkWidget *}’ void gtk_container_remove (GtkContainer *container, ^~~~~~~~~~~~~~~~~~~~ ../../../../source/gtk/message.c: In function ‘MessageBox’: ../../../../source/gtk/message.c:32:38: warning: format not a string literal and no format arguments [-Wformat-security] gcptr ); ^~~~~ ../../../../source/gtk/message.c: In function ‘HB_FUN_HWG_MSGYESNOCANCEL’: ../../../../source/gtk/message.c:94:38: warning: format not a string literal and no format arguments [-Wformat-security] gcptr ); ^~~~~ hbmk2: Creating static library... lib/libhwgui.a Now making procmisc lib itamar@samsung:~/devl/hwgui-code/hwgui$ hbmk2 procmisc.hbp hbmk2: Compiling... ../../../../source/common/editor/hcedit_l.c:67:10: fatal error: hwgtk.h: Arquivo ou diretório inexistente #include "hwgtk.h" ^~~~~~~~~ compilation terminated. Solution, cp sourcitamar@samsung:~/devl/hwgui-code/hwgui$ hbmk2 procmisc.hbp hbmk2: Compiling Harbour sources... hbmk2: Compiling... ../../../../source/common/editor/hcedit_l.c: In function ‘ted_CalcLineWidth’: ../../../../source/common/editor/hcedit_l.c:320:102: warning: unused parameter ‘bWrap’ [-Wunused-parameter] int ted_CalcLineWidth( TEDIT * pted, char *szText, int iLen, int iWidth, int * iRealWidth, short int bWrap ) ^~~~~ ../../../../source/common/editor/hcedit_l.c: In function ‘ted_TextOut’: ../../../../source/common/editor/hcedit_l.c:352:56: warning: unused parameter ‘iHeight’ [-Wunused-parameter] int ted_TextOut( TEDIT * pted, int xpos, int ypos, int iHeight, ^~~~~~~ ../../../../source/common/editor/hcedit_l.c:353:11: warning: unused parameter ‘iMaxAscent’ [-Wunused-parameter] int iMaxAscent, char *szText, TEDATTR * pattr, int iLen ) ^~~~~~~~~~ hbmk2: Creating static library... lib/libprocmisc.a e/gtk/hwgtk.h include/ Best regards, Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-08-23 23:40:16
|
Hi! I need of How to compiler Hwgui on Ubuntu 18. hbmk2 hwgui.hbp ... ../../../../source/gtk/misc.c:19:10: fatal error: gtk/gtk.h: Arquivo ou diretório inexistente ... Best regards, Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-08-23 22:48:14
|
//This example show anomaly with use of TAB class and tooltip flag. #include "hwgui.ch" Function main LOCAL oDlg, cGetA:=space(50), cGetB:=space(50), cGetC:=space(50), oTab INIT DIALOG oDlg CLIPPER AT 100,100 SIZE 400,400 @ 20,30 TAB oTab ITEMS {} SIZE 200,200 OF oDlg BEGIN PAGE "A" OF oTAB @ 30,40 get oGetA VAR cGetA size 80,25 END PAGE OF oTAB BEGIN PAGE "B" OF oTAB @ 30,40 get oGetB VAR cGetB size 80,25 END PAGE OF oTAB BEGIN PAGE "C" OF oTAB @ 30,40 get oGetC VAR cGetC size 80,25 tooltip "One tooltip!" //Here disable all gets ! ;-( END PAGE OF oTAB ACTIVATE Dialog oDlg return nil Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2018-08-23 14:04:24
|
Ok, I shall add it. But, anyway, using of :aStyle is preferred. Regards, Alexander. |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-08-23 11:42:23
|
Can you add BACKCOLOR to OWNERBUTTON? Note: I'm trying to re-use the SVN version Sample: @ 205,03 OWNERBUTTON oLabelUltimoAcesso; TEXT "Acessos Recentes" SIZE 170,24 OF oTelaPrincipal:screen; FLAT; BACKCOLOR Rgb(255, 255, 255); ON CLICK {|| IIF(MENU_CONTEXT(),(oTelaPrincipal:OPOPUP:SHOW( oTelaPrincipal )),),.T. }; TOOLTIP 'Clique Aqui para acessar rapidamente os 20 menus mais usado' Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2018-03-19 07:55:35
|
<div> </div><div>Use the STYLE instead:</div><div> </div><div>@ 205,03 OWNERBUTTON oBtn ... STYLE aStyle ...</div><div>or</div><div>@ 205,03 OWNERBUTTON oBtn ...</div><div>oBtn:aStyle := { oStyleNormal, oStylePressed, oStyleOver }</div><div> </div><div>where oBtn:aStyle is an array of style objects (HStyle class) for a notmal, pressed and over states - there may be only one or two of them, if you don't need to display specially pressed or over states.</div><div><div>Look for the samples of using HStyle in the Tutorial, chapter "Advanced using of controls". There is some info about HStyle in the documentation, too.</div><div> </div><div>Regards, Alexander.</div></div><div> </div> |
From: Leonardo M. <leo...@ho...> - 2018-02-18 15:58:11
|
Can you add BACKCOLOR to OWNERBUTTON? Note: I'm trying to re-use the SVN version Sample: @ 205,03 OWNERBUTTON oLabelUltimoAcesso; TEXT "Acessos Recentes" SIZE 170,24 OF oTelaPrincipal:screen; FLAT; BACKCOLOR Rgb(255, 255, 255); ON CLICK {|| IIF(MENU_CONTEXT(),(oTelaPrincipal:OPOPUP:SHOW( oTelaPrincipal )),),.T. }; TOOLTIP 'Clique Aqui para acessar rapidamente os 20 menus mais usado' |
From: Itamar M. L. J. L. <ita...@gm...> - 2018-01-20 12:45:12
|
Hi! [code] //Change Line 296 of hlistbox.prg this is a bug while lost and get focus again. IF Empty( hwg_Getfocus() ) hwg_GetSkip( ::oParent, ::handle, 1) //296 old line: hwg_GetSkip( ::oParent, ::handle,, ::nGetSkip) ENDIF [/code] Error HCUSTOMWINDOW/0 Invalid class member Called from ->HLISTBOX:NGETSKIP(230) Called from ->HLISTBOX:VALID(296) Called from ->(b)HLISTBOX_NEW(82) Called from ->ONDLGCOMMAND(335) Called from ->(b)(_INITSTATICS00003)(0) Called from ->HDIALOG:ONEVENT(182) Called from ->HWG_DLGBOXINDIRECT(0) Called from ->HDIALOG:ACTIVATE(135) Called from ->TESTE(36) Called from ->(b)MAIN(14) Called from ->ONCOMMAND(590) Called from ->(b)HMAINWINDOW(272) Called from ->HMAINWINDOW:ONEVENT(362) Called from ->HWG_ACTIVATEMAINWINDOW(0) Called from ->HMAINWINDOW:ACTIVATE(351) Called from ->MAIN(17) HWGUI 2.20 Build 3 Date:01/19/18 Time:13:00:49 Best regards, Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2017-12-18 14:04:42
|
#include "hwgui.ch" FUNCTION MAIN ABREARQUIVOS() RETURN NIL ************************************************************ FUNCTION abrearquivos( ) ************************************************************ LOCAL oDlg, oLabel1, oLabel2, oLabel3, oLabel4, oProgressbar1, oProgressbar2, oLabel5, nomodal:=.T. INIT DIALOG oDlg TITLE "Verificando Arquivos Aguarde..." AT 0, 0 SIZE 656,208 @ 580,177 OWNERBUTTON oOwnerbutton1 SIZE 68,28 ; TEXT 'Sair' ; COORDINATES 0, 0, 0, 0 ; ON CLICK {|| oDlg:Close() } @ 14,18 SAY oLabel1 CAPTION "Arquivo:" SIZE 55,18 @ 76,18 SAY oLabel2 CAPTION "nome do arquivo" SIZE 566,18 @ 73,67 SAY oLabel4 CAPTION "nome do Indice" SIZE 566,18 @ 15,66 SAY oLabel3 CAPTION "Indice:" SIZE 45,18 @ 11,122 SAY oLabel5 CAPTION "Total:" SIZE 45,18 @ 12,89 PROGRESSBAR oProgressbar1 SIZE 635,18 BARWIDTH 20 QUANTITY 100 @ 12,143 PROGRESSBAR oProgressbar2 SIZE 635,18 BARWIDTH 26 QUANTITY 100 oDlg:bActivate := {||oDlg:Show(),GeraArquivos(oDlg) } oDlg:Activate(,,,.t.) RETURN Nil FUNCTION GERAARQUIVOS(oDlg) LOCAL I 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 RETURN Nil See that not show oLobal, OWNERBUTTON... Best regards, Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2017-08-30 21:08:51
|
Hi! >Hi, >There are two variants, look at the image attached. How to I use 1 option of image ? I found other small problems with others objects. For example; @ 005,050 ComboBox oPrn ITEMS aPrn Init nPrnD Size 330,30 DisplayCount 8 If I use, oPrn:Value(), return 1 always, regardless of the option you choose If I use, oPrn:xValue(), return correct selection Best regards, Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2017-08-23 16:45:46
|
//This example show BUG with use of TAB class with STYLE WS_VSCROLL #include "hwgui.ch" Function main LOCAL oDlg, cGetA:=space(50), oTab INIT DIALOG oDlg CLIPPER AT 100,100 SIZE 400,400 @ 20,30 TAB oTab ITEMS {} SIZE 200,200 OF oDlg STYLE WS_VSCROLL BEGIN PAGE "A" OF oTAB @ 30,180 get oGetA VAR cGetA size 80,40 //Vertical scroll show but, is off! :-( END PAGE OF oTAB ACTIVATE Dialog oDlg return nil Best regards, Itamar M. Lins Jr. |
From: Itamar M. L. J. L. <ita...@gm...> - 2017-08-23 16:29:06
|
//This example show anomaly with use of TAB class and tooltip flag. #include "hwgui.ch" Function main LOCAL oDlg, cGetA:=space(50), cGetB:=space(50), cGetC:=space(50), oTab INIT DIALOG oDlg CLIPPER AT 100,100 SIZE 400,400 @ 20,30 TAB oTab ITEMS {} SIZE 200,200 OF oDlg BEGIN PAGE "A" OF oTAB @ 30,40 get oGetA VAR cGetA size 80,25 END PAGE OF oTAB BEGIN PAGE "B" OF oTAB @ 30,40 get oGetB VAR cGetB size 80,25 END PAGE OF oTAB BEGIN PAGE "C" OF oTAB @ 30,40 get oGetC VAR cGetC size 80,25 tooltip "One tooltip!" //Here disable all gets ! ;-( END PAGE OF oTAB ACTIVATE Dialog oDlg return nil Best regards, Itamar M. Lins Jr. |
From: <al...@be...> - 2017-08-23 11:41:15
|
<div><div><div style="height:474px;"><div><div>Hi,</div><div> </div><div>There are two variants, look at the image attached.</div><div>There may be a certain page scrolled (or few pages of the tab) - the left dialog box, or the whole tab - the right box (I haven't idea now, why and how to do this second option).</div><div>Which one does you mean ?</div><div> </div><div>Regards, Alexander.</div><div> </div></div></div></div></div> |
From: Itamar M. L. J. L. <ita...@gm...> - 2017-08-21 22:57:13
|
Hi! Is possible add this feature ? I try use here: @ 550,005 TAB oTab ITEMS {} SIZE 720,560 OF oDlg STYLE WS_VSCROLL But not work. Best regards, Itamar M. Lins Jr. |
From: Alain A. <ala...@wa...> - 2017-07-11 07:14:02
|
Hi, > I tried to use hwg_CopyStringToClipboard(cString), but I'm not able > to see it in the content of cString in the clipboard when I use a > clipboard manager. It seems that it's a problem with the clipboard manager. Clearing it makes it work. Thanks A+ -- ------------------------------------------------------------------------ Alain Aupeix http://jujuland.pagesperso-orange.fr/ http://pissobi-lacassagne.pagesperso-orange.fr/ ------------------------------------------------------------------------ U.buntu 12.04 | G.ramps 3.4.9-1 | H.arbour 3.2.0dev (2016-12-16 10:05) | Hw.Gui 2.20-3 (2630) ------------------------------------------------------------------------ |
From: Alain A. <ala...@wa...> - 2017-07-11 07:03:58
|
Hi, I tried to use hwg_CopyStringToClipboard(cString), but I'm not able to see it in the content of cString in the clipboard when I use a clipboard manager. Is there a possibility to make it work with a clipboard manager ? I also don't understand the signification of the parameter of hwg_GetClipboardText(hWnd). I thought that the content was pushed in the keyboard stack. What is the handle which seems needed ? Thanks A+ -- ------------------------------------------------------------------------ Alain Aupeix http://jujuland.pagesperso-orange.fr/ http://pissobi-lacassagne.pagesperso-orange.fr/ ------------------------------------------------------------------------ U.buntu 12.04 | G.ramps 3.4.9-1 | H.arbour 3.2.0dev (2016-12-16 10:05) | Hw.Gui 2.20-3 (2630) ------------------------------------------------------------------------ |
From: Alain A. <ala...@wa...> - 2017-07-03 12:59:34
|
Le 03/07/2017 à 12:40, al...@be... a écrit : > 01.07.2017, 16:14, "Alain Aupeix" <ala...@wa...>: >> >> I suppose its the same problem with Ubuntu or other builds using >> libpcre3-dev 8.19 >> >> The solution is to add -lpcre just before -lm on gcc command line. >> I use a variable $SYSTEM_LIBS = '-lpcre -lm' >> On gcc line, this variable must be located at the end of the line. >> > Does you suggest to change this in samples/gtk_samples/build.sh ? Yes, with Ubuntu (et others) 16.04, the version of the packet libpcre3-dev needs to use -lpcre parameter. To avoid errors, the parameters -lpcre and -lm needs to be at the end of the line (in this order). That's why I use a variable, and put it at the end of the line. I have tried with Ubuntu 12.04, and adding the parameter -lpcre doesn't makes problem. You have just to replace the value of SYSTEM_LIBS in gtk_samples and utils/* A+ -- ------------------------------------------------------------------------ Alain Aupeix http://jujuland.pagesperso-orange.fr/ http://pissobi-lacassagne.pagesperso-orange.fr/ ------------------------------------------------------------------------ U.buntu 12.04 | G.ramps 3.4.9-1 | H.arbour 3.2.0dev (2016-12-16 10:05) | Hw.Gui 2.20-3 (2630) ------------------------------------------------------------------------ |
From: <al...@be...> - 2017-07-03 10:40:57
|
<div> </div><div> </div><div>01.07.2017, 16:14, "Alain Aupeix" <ala...@wa...>:</div><blockquote type="cite"><p>I suppose its the same problem with Ubuntu or other builds using<br />libpcre3-dev 8.19<br /><br />The solution is to add -lpcre just before -lm on gcc command line.<br />I use a variable $SYSTEM_LIBS = '-lpcre -lm'<br />On gcc line, this variable must be located at the end of the line.</p></blockquote><div> </div><div>Does you suggest to change this in samples/gtk_samples/build.sh ?</div><div> </div><div>Regards, Alexander.</div> |
From: Alain A. <ala...@wa...> - 2017-07-01 13:18:24
|
Le 01/07/2017 à 15:14, Alain Aupeix a écrit : > I suppose its the same problem with Ubuntu or other builds using > libpcre3-dev 8.19 > > The solution is to add -lpcre just before -lm on gcc command line. > I use a variable $SYSTEM_LIBS = '-lpcre -lm' > On gcc line, this variable must be located at the end of the line. > > A+ There is no problem adding -lpcre with old libpcre3-dev version (8.12 Ubuntu 12.04, for example), it builds correctly too. A+ -- ------------------------------------------------------------------------ Alain Aupeix http://jujuland.pagesperso-orange.fr/ http://pissobi-lacassagne.pagesperso-orange.fr/ ------------------------------------------------------------------------ U.buntu 12.04 | G.ramps 3.4.9-1 | H.arbour 3.2.0dev (2016-12-16 10:05) | Hw.Gui 2.20-3 (2630) ------------------------------------------------------------------------ |
From: Alain A. <ala...@wa...> - 2017-07-01 13:14:32
|
I suppose its the same problem with Ubuntu or other builds using libpcre3-dev 8.19 The solution is to add -lpcre just before -lm on gcc command line. I use a variable $SYSTEM_LIBS = '-lpcre -lm' On gcc line, this variable must be located at the end of the line. A+ -- ------------------------------------------------------------------------ Alain Aupeix http://jujuland.pagesperso-orange.fr/ http://pissobi-lacassagne.pagesperso-orange.fr/ ------------------------------------------------------------------------ U.buntu 12.04 | G.ramps 3.4.9-1 | H.arbour 3.2.0dev (2016-12-16 10:05) | Hw.Gui 2.20-3 (2630) ------------------------------------------------------------------------ |