Para ativar a tela de toque.
Código: Selecionar todos
HB_FUNC( HWG_SHOWCURSOR )
{
ShowCursor( hb_parl( 1 ) );
}
I need it for touch screen apps. OK, there is another way to load transparent blank cursor, but, for winapi - this works fine.
Also, I've made some modifications to hbrowse.prg (original code has (or had) some strange behaviour when dbf has no records).
There is some modifications to hpanel.prg, in functions:
Código: Selecionar todos
METHOD Hide(SkipHideChildren) // ASmith
METHOD Show(SkipShowChildren) // ASmithI've made some modifications to hwinprn.prg, maybe this can be usefull
for the community...
Please, revise the code and if you find it useful, please integrate it
into the official version.
Pessoas diferentes, fazendo muito para todos os usuários. Sem segredinhos.Wilfried, many thanks again!
Já feito o commit no SVN da Hwgui.
Código: Selecionar todos
2020-10-27 23:15 UTC+0100 Wilfried Brunken DF7BE
* samples/gtk_samples/winprn.prg
* samples/winprn.prg
* source/gtk/hwinprn.prg
* source/winapi/hwinprn.prg
! Ticket #64:
! Extensions for WINPRN class
! delivered by HKrzak (TNX).
! Works best on WinAPI,
! but crashes on LINUX/GTK,
! see post to ticket.
! (To be continued for GTK).
* todo.txt
! List of "Windows only" functions
! to be ported to GTK
2020-10-23 14:30 UTC+0200 Wilfried Brunken DF7BE
* doc/hwgdoc_functions.html
* source/gtk/control.c
* source/gtk/hmisc.prg
* source/winapi/hmisc.prg
* source/winapi/window.c
! Ticket #68 and needed for CLLOG:
!
! hwg_SetApplocale():
! Dummy function added for WinAPI,
! for compatibility purpose.
! Added in function docu.
!
! New functions:
! hwg_BaseName() *)
! hwg_Dirname() *)
! hwg_CleanPathname()
! *) Eqivalent to the
! UNIX commands.
!
2020-10-21 09:45 UTC+0200 Wilfried Brunken DF7BE
* samples/testfunc.prg
* source/gtk/control.c
* source/winapi/control.c
! Ticket #64:
! New functions for
! hide and recover mouse cursor:
! hwg_ShowCursor()
! hwg_GetCursorType() && GTK only
! Docu updated.
! TO-DO: crashes on LINUX with
! range overflow recovering the cursor.
! Works best on WinAPI and.
! GTK cross development environment on Windows.
! (to be continued).
* todo.txt
! Tasks added.
* samples/Readme.txt
! Update for copy to
! sample/grk_samples.
Itamar M. Lins Jr.
