anybody with a barcode scanner ready at hand, to check if onscreen is possible ?
( have heard some modern cellphone understand QRCode .. )
You can use GTXWC or GTQTC -- GTWVT actually draws rectangles one pixel too wide
best regards
Rolf
I scan barcode from screen with my cellphone. Is not about the phone itself, you need the software installed and then you take a picture or just point the camera to the code and the program makes the translation over the preview.
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I tried with GTWVT and GTWVG under Win7Pro32 but the barcodes disappear if I maximize the window or try to resize it... not to count the problem with the one pixel too wide but why GTWVT/WVG do that? Is there any way to fix it?
is mentioned at top in source: graphics not persistent in GTWVT.
You can watch for HB_K_RESIZE, after that you have to redraw,
but it won't help if you switch to another window, grab it at the title bar,
and use this as 'cleaning rag' ;-)
Herefore you can watch for HB_K_GOTFOCUS [after lostfocus], and do the same redraw.
That will not cover the situation, if you have moved the barcode window partially outside the desktop screen ..
And my hint about one pixel too large drawn rectangle was somehow rejected ....
best regards
Rolf
Pritpal Bedi
a student of software analysis & concepts
they are persistent in GTQTC and GTXWC, what else needed ?
in these both GTs i only must watch for HB_K_RESIZE, which can be disabled for such a case.
And i believe they can be made also persistent in GTWVG
Look for contrib/gtwvg/tests/_cuigdlg.prgActivation is via demowvg.exe -> Traditional -> WVG Console with GCUI.
after adaption of HB_K_CLOSE into GTWVG, your interesting but stone age K_ESC based demowvg doesn't exit anymore with click on 'X' [ close window ] ..
Back to K_ESC for that click ? :-)
best regards
Rolf 'GT hacker'