Page 2 of 21
Re: HMG 3.1.5 (Test)
Posted: Wed Jul 31, 2013 5:50 pm
by Jairo Maia
Happy Birthday HMG Forum!
Thank you very much HMG Team for the new version. It was a GREAT GIFT for us.
Best Regards,
Congratulations!
Re: HMG 3.1.5 (Test)
Posted: Wed Jul 31, 2013 10:43 pm
by danielmaximiliano
Gracias a todos por el desarrollo y crecimiento de HMG.
Thank you all for the development and growth of HMG.
Re: HMG 3.1.5 (Test)
Posted: Wed Jul 31, 2013 10:53 pm
by nelstu
Gracias a todos!!!! slds Nelson Stuardo
Re: HMG 3.1.5 (Test)
Posted: Thu Aug 01, 2013 2:06 am
by fchirico
Es increible... ya han pasado 6 años!
Gracias a todos, fundamentalmente a Roberto y Rathi, y luego a mucha gente que han aportado siempre (Esgici, Sudip, Mol, etc.) ya los de la nueva camada (por llamarlos de algún modo).
Quiero comentarles que desde hace 6 años no dejado un solo día de leer todas las noches este foro.
MUCHAS GRACIAS!
-----------------------------
It's amazing ... it's been 6 years!
Thank you all, primarily to Roberto and Rathi, then many people who have contributed forever (Esgici, Sudip, Mol, etc..) And the new breed (to call it somehow).
I want to tell you that for the last six years not a single day longer read this forum every night.
THANK YOU!
Re: HMG 3.1.5 (Test)
Posted: Thu Aug 01, 2013 4:00 am
by srvet_claudio
Pablo César wrote:
Is it possible an example of these ?
- ANIMATE WINDOW cFormName MODE nFlags INTERVAL nMilliseconds
- ANIMATE WINDOW cFormName MODE nFlags (See Docs for various modes)
- New Read Keyboard Functions (like as HMG_GetLastVirtualKeyDown, HMG_GetLastVirtualKeyName, HMG_VirtualKeyIsPressed, GetKeyState, HMG_SendCharacter...)
- New Convert Unicode Value (like as HMG_GetUnicodeValue and MG_GetUnicodeCharacter)
You asked for it, now have fun

Re: HMG 3.1.5 (Test)
Posted: Thu Aug 01, 2013 6:33 am
by bpd2000
Thank you Mr. claudio for your contribution to HMG
Re: HMG 3.1.5 (Test)
Posted: Thu Aug 01, 2013 11:06 am
by mol
Great news!
I'm on the vacation now, but I'll test it after return!
Best regards!
HMG 3.1.5 (Test)
Posted: Thu Aug 01, 2013 3:28 pm
by Pablo César
srvet_claudio wrote:Pablo César wrote:
Is it possible an example of these ?
- ANIMATE WINDOW cFormName MODE nFlags INTERVAL nMilliseconds
- ANIMATE WINDOW cFormName MODE nFlags (See Docs for various modes)
- New Read Keyboard Functions (like as HMG_GetLastVirtualKeyDown, HMG_GetLastVirtualKeyName, HMG_VirtualKeyIsPressed, GetKeyState, HMG_SendCharacter...)
- New Convert Unicode Value (like as HMG_GetUnicodeValue and MG_GetUnicodeCharacter)
You asked for it, now have fun

Thank you gentleman !
I found nothing about "ANIMATE WINDOW" command throughout your code.
I was fascinated with your code and I would like to contribute with some changes that I believe will provide a better interface:
- I changed the position and size of each window, because depending on the screen resolution, it is difficult to interact.
- I put the the "Modal Window" in separate function, just for be called via a button.
- HMG_InstallEventMonitor was add a label with options.
- I changed the string from Tamil to
Arabic because it is visible in some cases where Windows XP does not have support for Asian linguaguem (Case CueBanner).
- There is a problem when is focused on Button_1 and Button_2, MsgInfo is incorrect according Mouse Pointer be focused (see screen captured below):

- Screen.PNG (43.25 KiB) Viewed 5492 times
Probably this mistake needs a different approaching for to be solved.

HMG 3.1.5 (Test)
Posted: Thu Aug 01, 2013 4:18 pm
by Pablo César
I just forgot to attach the files with changes...

Re: HMG 3.1.5 (Test)
Posted: Thu Aug 01, 2013 5:43 pm
by quartz565
Thanks Rathi !!
- - New in HFCL: HMG_Zebra Barcode Creation Function using hbzebra harbour contrib library and HFCL BosTaurus library. (Contributed by Dr. Claudio Soto and S. Rathinagiri)
- HMG_CreateBarCode( cCode, cType, [nBarwidth], [nBarHeight], [lDisplayCode], [cPNGFileName], [aBarColor], [aBackColor], [lCheckSum], [lWide2_5], [lWide3] )
- HMG_CreateBarCode() function can be used to create barcode image in png file format if cPNGFileName parameter is included. If cPNGFileName is omitted, the function returns the hBitMap handle of barcode.
- Any one of the following Barcode types is allowed. { "EAN13","EAN8","UPCA","UPCE","CODE39","ITF","MSI","CODABAR","CODE93","CODE11","CODE128","PDF417","DATAMATRIX","QRCODE" }
- Checkdigit will be generated by library if omitted.
Great news !!!
Nice upgrade
Regards
Nikos