Activity for HwGUI

  • Alexander S.Kresin Alexander S.Kresin committed [r3817] on Code

    2026-03-04 10:18 UTC+0300 Alexander Kresin <alex@belacy.ru>

  • Alexander S.Kresin Alexander S.Kresin committed [r3816] on Code

    2026-02-24 11:20 UTC+0300 Alexander Kresin <alex@belacy.ru>

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3815] on Code

    2025-12-21 10:40 UTC-0300 Itamar Lins itamarlins at gmail.com

  • José M. C. Quintas José M. C. Quintas committed [r3814] on Code

    var names, demoall dlg CLIPPER NOEXIT NOEXITESC

  • José M. C. Quintas José M. C. Quintas committed [r3813] on Code

    change windows workflow to mingw 15.02

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3812] on Code

    2025-12-12 22:25 UTC-0300 ItamarLins itamarlins at gmail.com

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3811] on Code

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3810] on Code

    * source/gtk/common.prg

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3809] on Code

    025-12-08 01:14 UTC-0300 ItamarLins itamarlins at gmail.com

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3808] on Code

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3807] on Code

    2025-12-07 03:25 UTC-0300 ItamarLins itamarlins at gmail.com

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3806] on Code

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3805] on Code

    2025-12-06 15:20 UTC-0300 ItamarLins itamarlins at gmail.com

  • Itamar M. Lins Jr. Itamar M. Lins Jr. posted a comment on ticket #208

    Hi! Disregard this post. Something went wrong here. Perhaps a cross-compilation. Now it's okay. Best regards, Itamar M. Lins Jr.

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3804] on Code

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3803] on Code

    2025-12-05 13:55 UTC-0300 ItamarLins itamarlins at gmail.com

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3802] on Code

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3801] on Code

    2025-12-04 23:38 UTC-0300 ItamarLins itamarlins at gmail.com

  • Itamar M. Lins Jr. Itamar M. Lins Jr. created ticket #209

    <Enter> and <Tab> key not work to skip a get -> While use a TAB page in other TAB. page

  • Wilfried Brunken Wilfried Brunken committed [r3800] on Code

    Link to install instructions for Knoppix 9.1 as a link to CLLOG

  • Itamar M. Lins Jr. Itamar M. Lins Jr. created ticket #208

    Warnings Hwgui Windows OS

  • Alexander S.Kresin Alexander S.Kresin committed [r3799] on Code

    2025-12-01 11:20 UTC+0300 Alexander Kresin <alex@belacy.ru>

  • Wilfried Brunken Wilfried Brunken committed [r3798] on Code

    New function hwg_GetDecimals(), missing libpctre on Rapberry Pi 4

  • HwGUI HwGUI released /contrib/libpcre/pcre3_8.39.orig.tar.gz

  • HwGUI HwGUI released /contrib/libpcre/Readme.txt

  • Wilfried Brunken Wilfried Brunken posted a comment on ticket #207

    Hello Alain, i am very busy at this , so i will look for this ticket as soon as possible, SRI. If you have any ideas, i will check it prompt. Here i appended a file with some reports of analyising the problem on Windows, because there no contents appeared. With regards MNI TNX, 73 es 55 de Wilfried, DF7BE

  • Wilfried Brunken Wilfried Brunken committed [r3797] on Code

    Document for HPRINTER class updated

  • Wilfried Brunken Wilfried Brunken committed [r3796] on Code

    For easier bugfixing Ticket 207: Reduce differences (with WinMerge)

  • Aupeix Alain Aupeix Alain modified a comment on ticket #207

    Hi Wilfried, oPrinter:LoadScript(cScript+".out") The internal HWGUI print preview apears, but all pages are not in landscape. That's exactly the problem I have. The first page is in portrait, which is not ok, but the others are in landscape as desired. But I say that printing just when creating the script, all the pages are in landscape. The problem occurs only when printing (or creating a pdf) using the out file. For the pdf creation, I think it's a problem Windows. Under Linux, no problem. A+

  • Aupeix Alain Aupeix Alain posted a comment on ticket #207

    Hi Wilfried, oPrinter:LoadScript(cScript+".out") The internal HWGUI print preview apears, but all pages are not in landscape. That's exactly the problem I have. The first page is in portrait, which is not ok, but the others are in landscape as desired. But I say that printing just when creating the script, all the pages are in landscape. For the pdf creation, I think it's a problem Windows. Under Linux, no problem. A+

  • Wilfried Brunken Wilfried Brunken posted a comment on ticket #207

    Hello Alain, for experiment i added (Ubuntu) oPrinter:Preview() after oPrinter:LoadScript(cScript+".out") The internal HWGUI print preview apears, but all pages are not in landscape. So i must understand, how the script feature works. For next step i will check differences in hprinter.prg for GTK and Windows, before continuing bugfixing. On Windows, i added temporary an new method: METHOD StartDoc2() CLASS HPrinter LOCAL nRes ::hDC := ::hDCPrn nRes := Hwg_StartDoc( ::hDC, "HwGUIPrint" ) RETURN nRes...

  • Wilfried Brunken Wilfried Brunken committed [r3795] on Code

    For experiment i added (Ubuntu) oPrinter:Preview()

  • Wilfried Brunken Wilfried Brunken posted a comment on ticket #207

    Hello Alain, now continue the discussing: Have you tried under linux ? I tried both, Windows (with Microsoft Print2Pdf) and Ubuntu, but the EndDoc() method does not start the printout on Windows, LINUX starts, but with your reported format bug on the first page. Why are you trying to use WINPRN class ? The WINPRN class works also correct on Windows, see sample program WINPRN.PRG, so i want to check. See hwinprn.prg: METHOD New() ... ::oPrinter := HPrinter():New( cPrinter, .F., nFormType ) ==> So...

  • Aupeix Alain Aupeix Alain posted a comment on ticket #207

    Hi Wilfried, alpha.out has been created using hwgui, so I don't understand why you are not able to use it. For me, there is no problem, except the problem with script landscape, where the first page is in portrait. The problem is not a pdf problem, but an hwgui problem, as it occurs when printing in a pdf, or on the printer. Have you tried under linux ? Why are you trying to use WINPRN class ? INIT PRINTER oPrinter" Does this use WINPRN Class ? I think, the information of "alpha.out" is processed...

  • Wilfried Brunken Wilfried Brunken posted a comment on ticket #207

    Hello Alain, i need some info about the format of the scipt file "alpha.out". First i thought, it is Post Script, i installed the GhostWriter and try to open the file. but only the pure text is displayed. Can you send more info (or some links in the Internet) ? Or another idea ? On Windows, i had no success to display the printout with Print2PDF. With the WinPRN sample the printout appears OK, but the WINPRN class has no method "LoadScript". By calling the method "StartDoc(), file dialog for the...

  • Wilfried Brunken Wilfried Brunken committed [r3794] on Code

    New function hwg_xvalLog2(), need to help for debugging of ticket207

  • Wilfried Brunken Wilfried Brunken committed [r3793] on Code

    New function hwg_xvalLog2(), need to help for debugging of ticket207

  • Wilfried Brunken Wilfried Brunken modified ticket #90

    hwg_WChoice display problem

  • Wilfried Brunken Wilfried Brunken posted a comment on ticket #90

    Hello Alain, ticket closed by your request. I will use this function now in my program CLLOG as well. With regards MNI TNX, 73 es 55 de DF7BE, Wilfried

  • Aupeix Alain Aupeix Alain posted a comment on ticket #90

    Nice ... you can close Thanks A+

  • Wilfried Brunken Wilfried Brunken posted a comment on ticket #90

    Hello Alain, i have now problem, on my Ubuntu system, the bug is fixed. (see commit r3790, r3792 and screenshot) Please check again. This parameter represents the size of one line in the BROWSE window. This fact is also described in the comment lines of test program. The default value of nwline is 21, i get this value by running experimental modifications. Also the function docu is updated. On Windows, this parameter is ignored. hwg_Gettextmetric( hDC ) runs not correct, With regards MNI TNX, 73...

  • Wilfried Brunken Wilfried Brunken committed [r3792] on Code

    Added french test text

  • Aupeix Alain Aupeix Alain modified a comment on ticket #90

    Hi Wilfried, I don't understand your workaround. It doesn't change anything. I had a look to gtkmain.prg, and I saw you have added a parameter (nwline), but I don't understand how it works. FUNCTION hwg_WChoice( arr, cTitle, nLeft, nTop, oFont, clrT, clrB, clrTSel, clrBSel, cOk, cCancel,nwline ) ... IF nwline == NIL ; nwline := 21 ; ENDIF && Ticket 90 ... * New formula, because of bug in GTK (Ticket 90) height := ( nwline + 5 ) * aLen + 4 + addY As nwline seems to be an integer, I tried to set it...

  • Aupeix Alain Aupeix Alain posted a comment on ticket #90

    Hi Wilfried, I don't understand your workaround. It doesn't change anything. I had a look to gtkmain.prg, and I saw you have added a parameter (nwline), but I don't understand how it works. FUNCTION hwg_WChoice( arr, cTitle, nLeft, nTop, oFont, clrT, clrB, clrTSel, clrBSel, cOk, cCancel,nwline ) ... IF nwline == NIL ; nwline := 21 ; ENDIF && Ticket 90 As nwline seems to be an interge, I tried to set it as an interge, but it crashed : Daté du 24/08/25 21:02:43 ---------------------------------------------...

  • Wilfried Brunken Wilfried Brunken committed [r3791] on Code

    Ticket207: The bug can be reproduced with this test program

  • Aupeix Alain Aupeix Alain posted a comment on ticket #90

    Same problem ... If I change the size it's ok See hardcopies A+

  • Aupeix Alain Aupeix Alain posted a comment on ticket #207

    Hi, Wilfried, I try your ticket, but it doesn't open the printer. If I comment the line : oPrinter:lpreview := .T., it opens the printer, and I can print on the laser, or print in a pdf. But, obviously, the bug concerning the first page in portrait mode instead of landscape is always here. There is a long time I haven't used Windows, and I don't know if it's possible, as under Linux, to print in a pdf. But the bug is always present when printing on a real printer, and I suppose and hope that with...

  • Wilfried Brunken Wilfried Brunken posted a comment on ticket #90

    Hello Alain, added a workaround for this bug in GTK with commit r3790. I will wait a few days for your response, then (i think), the ticket is ready to close. With regards MNI TNX, 73 es 55 de DF7BE, Wilfried

  • Wilfried Brunken Wilfried Brunken committed [r3790] on Code

    Ticket #90: Bugfix in hwg_WChoice() on GTK

  • Wilfried Brunken Wilfried Brunken posted a comment on ticket #90

    Hello Alain, TNX for request to close this ticket. But i think, the function hwg_WChoice() must be run correct. I started the bugfix for LINUX some time ago, but on WinAPI the function works correct. I will close this ticket, if bug is fixed. With regards MNI TNX, 73 es 55 de DF7BE, Wilfried

  • Wilfried Brunken Wilfried Brunken posted a comment on ticket #207

    Hello Alain, my fault, here the sample for this ticket. With regards MNI TNX, 73 es 55 de Wilfried, DF7BE

  • Aupeix Alain Aupeix Alain posted a comment on ticket #207

    Hi Wilfried, Thanks, but I don't understand why you're sending this ticket which is about column size in a browse. I will try to create a sample which demonstrate the bug. A+

  • Wilfried Brunken Wilfried Brunken posted a comment on ticket #207

    Hello Alain, i have no success to print into a PDF. Please check the attached sample and complete, so that i can reproduce the Bug. With regards MNI TNX, 73 es 55 de WIlfried,DF7BE

  • Aupeix Alain Aupeix Alain created ticket #207

    Bus with printing using a printer script.

  • Aupeix Alain Aupeix Alain posted a comment on ticket #90

    Hi, As there were only two result with hwg_choice (ok or cancel), I choose to create a dialog and use @ x,y browse. So no need to search why the display isn't correct. You can close Thanks A+

  • Aupeix Alain Aupeix Alain created ticket #90

    hwg_WChoice display problem

  • Wilfried Brunken Wilfried Brunken committed [r3789] on Code

    Instructions for Raspberry Pi 5 added

  • Wilfried Brunken Wilfried Brunken committed [r3788] on Code

    New Function hwg_UNIX2DOS() added, for common purposes

  • Wilfried Brunken Wilfried Brunken committed [r3787] on Code

    Bugfix samples demo by Jose Quintas on MacOS

  • Wilfried Brunken Wilfried Brunken committed [r3786] on Code

    Bugfix hwg_MemoEdit() and demoall samples

  • Wilfried Brunken Wilfried Brunken committed [r3785] on Code

    Autodetect Raspberry Pi for calling "zbarcam"

  • Wilfried Brunken Wilfried Brunken committed [r3784] on Code

    Now ZBar for Raspberry Pi running

  • José M. C. Quintas José M. C. Quintas committed [r3783] on Code

    wrong name on button

  • José M. C. Quintas José M. C. Quintas committed [r3782] on Code

    forgot to add sources on #pragma

  • José M. C. Quintas José M. C. Quintas committed [r3781] on Code

    calendar with check for dates

  • Wilfried Brunken Wilfried Brunken committed [r3780] on Code

    Stop instruction for non Windows OS inserted and hbmk.hbm

  • Wilfried Brunken Wilfried Brunken committed [r3779] on Code

    Little correction Raspbery Pi

  • Wilfried Brunken Wilfried Brunken committed [r3778] on Code

    Raspberry Pi installation, troubleshooting missing include file sys/io.h

  • José M. C. Quintas José M. C. Quintas committed [r3777] on Code

    format source code

  • José M. C. Quintas José M. C. Quintas committed [r3776] on Code

    information on button

  • José M. C. Quintas José M. C. Quintas committed [r3775] on Code

    alternative progressbar using say

  • Itamar M. Lins Jr. Itamar M. Lins Jr. created ticket #206

    Dialog GTK critical msg while use of get valid with hwg_EndDialog()

  • José M. C. Quintas José M. C. Quintas committed [r3774] on Code

    notes

  • José M. C. Quintas José M. C. Quintas committed [r3773] on Code

    demolisttwosub

  • José M. C. Quintas José M. C. Quintas committed [r3772] on Code

    variable

  • José M. C. Quintas José M. C. Quintas committed [r3771] on Code

    demobrwtwosub

  • José M. C. Quintas José M. C. Quintas committed [r3770] on Code

    htrack from tutorial

  • José M. C. Quintas José M. C. Quintas committed [r3769] on Code

    update references

  • José M. C. Quintas José M. C. Quintas committed [r3768] on Code

    update allhbp.hbp

  • José M. C. Quintas José M. C. Quintas committed [r3767] on Code

    browse array with append

  • José M. C. Quintas José M. C. Quintas committed [r3766] on Code

    demobrowseclr.prg, demoonother

  • José M. C. Quintas José M. C. Quintas committed [r3765] on Code

    demobrowseclr.prg

  • José M. C. Quintas José M. C. Quintas committed [r3764] on Code

    demomenumod

  • José M. C. Quintas José M. C. Quintas committed [r3763] on Code

    demomemocomp

  • José M. C. Quintas José M. C. Quintas committed [r3762] on Code

    demomemocomp.prg

  • José M. C. Quintas José M. C. Quintas committed [r3761] on Code

    not needed function

  • José M. C. Quintas José M. C. Quintas committed [r3760] on Code

    position

  • José M. C. Quintas José M. C. Quintas committed [r3759] on Code

    demostrrev, demodateselect

  • José M. C. Quintas José M. C. Quintas committed [r3758] on Code

    THREAD STATIC

  • José M. C. Quintas José M. C. Quintas committed [r3757] on Code

    demolenta2, adjusts

  • José M. C. Quintas José M. C. Quintas committed [r3756] on Code

    single format source code

  • José M. C. Quintas José M. C. Quintas committed [r3755] on Code

    sampleinc.ch

  • José M. C. Quintas José M. C. Quintas committed [r3754] on Code

    use sampleinc.ch

  • José M. C. Quintas José M. C. Quintas committed [r3753] on Code

    use sampleinc.ch

  • José M. C. Quintas José M. C. Quintas committed [r3752] on Code

    samplesinc.ch define image folder windows/linux

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3751] on Code

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3750] on Code

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3749] on Code

  • Itamar M. Lins Jr. Itamar M. Lins Jr. committed [r3748] on Code

  • José M. C. Quintas José M. C. Quintas committed [r3747] on Code

    parameter oDlg, demolenta2.prg using another samples

1 >
MongoDB Logo MongoDB