HMG 3.1.5

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

User avatar
Jairo Maia
Posts: 53
Joined: Sun Jul 17, 2011 1:47 pm
Location: Campinas - SP - Brazil

Re: HMG 3.1.5 (Test)

Post 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!
User avatar
danielmaximiliano
Posts: 2625
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG 3.1.5 (Test)

Post by danielmaximiliano »

Gracias a todos por el desarrollo y crecimiento de HMG.

Thank you all for the development and growth of HMG.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
nelstu
Posts: 60
Joined: Mon Jul 30, 2012 10:41 pm

Re: HMG 3.1.5 (Test)

Post by nelstu »

Gracias a todos!!!! slds Nelson Stuardo
User avatar
fchirico
Posts: 324
Joined: Sat Aug 23, 2008 11:27 pm
Location: Argentina

Re: HMG 3.1.5 (Test)

Post 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!
Saludos, Fernando Chirico.
User avatar
srvet_claudio
Posts: 2220
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.1.5 (Test)

Post 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 :D
Attachments
HMG_EVENT_MONITOR_1.0.3.rar
(7.91 KiB) Downloaded 548 times
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG 3.1.5 (Test)

Post by bpd2000 »

Thank you Mr. claudio for your contribution to HMG
BPD
Convert Dream into Reality through HMG
User avatar
mol
Posts: 3774
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.1.5 (Test)

Post by mol »

Great news!
I'm on the vacation now, but I'll test it after return!
Best regards!
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

HMG 3.1.5 (Test)

Post 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 :D
Thank you gentleman ! :D

I found nothing about "ANIMATE WINDOW" command throughout your code. :cry:

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
Screen.PNG (43.25 KiB) Viewed 5489 times
Probably this mistake needs a different approaching for to be solved. :?
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

HMG 3.1.5 (Test)

Post by Pablo César »

I just forgot to attach the files with changes... :oops:
Attachments
HMG_EVENT_MONITOR.rar
(8.06 KiB) Downloaded 354 times
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
quartz565
Posts: 670
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: HMG 3.1.5 (Test)

Post 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
Best Regards,
Nikos.

os: Windows Server 2019 - 64
Post Reply