Página 1 de 1

Atualizações da Hwgui no Linux.

Enviado: 04 Ago 2020 10:28
por Itamar M. Lins Jr.
Ola!
Reportei alguns bugs, e foram corrigidos por Wilfried Brunken.
O Icone(arquivos .ico) da aplicação não estava aparecendo e a imagem background da janela.( INIT WINDOW ...BACKGROUND BITMAP oBMP...)

Quanto mais pessoas testarem a Hwgui para reportar algum problema será interessante para o grupo. Principalmente problema simples, algum controle básico sem funcionar.

Código: Selecionar todos

2020-08-04 09:15 UTC+0200 Wilfried Brunken DF7BE
  * source/gtk/commond.c
  * samples/gtk_samples/fileselect.prg (New)
  * samples/fileselect.prg (New)
  * samples/gtk_samples/Readme.txt
  * samples/Readme.txt
  * doc/hwgdoc_functions.html
    !
    ! Fix bug: 
    ! If file selection cancelled,
    ! crashes at IF ... == NIL or IF EMPTY(..),
    ! to handle this returning empty string.
    ! New sample demonstrates the usage
    ! of: 
    ! HWG_SELECTFOLDER()
    ! HWG_SELECTFILE()
    ! HWG_SELECTFILEEX()
    ! hwg_SaveFile()
    ! and also as testprogram for bugfix.
    ! 
    ! Function docu updated
    !
    ! Readme's for samples updated.
    !
    ! Ticket #48: Hwgui load image
    ! for GTK: Sample modified for "stretch" test.


2020-07-24 15:00 UTC+0200 Wilfried Brunken DF7BE
  * source\gtk\window.c
  * source\gtk\hwindow.prg
  * samples\gtk_samples\icons.prg (New)
  * image/hwgui.bmp (New, copy from samples)
  * samples/icons.prg
  * make_gtk.sh
  * samples/gtk_samples/build.sh
  * doc/hwgdoc_functions.html
    !
    ! Ticket #48: Hwgui load image
    ! for GTK: fixed for MAIN WINDOW
    ! but chrashes in INIT DIALOG
    ! With new sample program for
    ! WinAPI and GTK.
    ! (to be continued)
    ! 
    ! Docu for hwg_RunApp() extended
    ! Pre setting of path to 
    ! Harbour for non root installation.
    !
  

2020-07-16 06:25 UTC+0200 Wilfried Brunken DF7BE
  * contrib/makefile.linux
    ! #26 Error building contribs under linux
    ! fix: -march=pentium removed

2020-07-05 08:15 UTC+0200 Wilfried Brunken DF7BE
  * samples/gtk_samples/hbmk.hbm
  * samples/gtk_samples/a.prg
    !
    ! Ticket #46 Hwgui Linux GCC 9.3 64Bit "sqrt@@GLIBC_2.2.5"
    ! (LINUX)
    ! Hint of Itamar M. Lins Jr. (TNX):
    ! One file hbmk.hbm for default values.
    ! with -strip:  1635128 Jul  5 07:21 a
    ! without -strip: 1861936 Jul  5 07:23 a
    ! Fixed some warnings:
    ! Warning W0001  Ambiguous reference ...
    ! (to be continued)
    !
Saudações,
Itamar M. Lins Jr.