Page 1 of 16

HMG 3.1.1

Posted: Sun Dec 02, 2012 2:55 pm
by Rathinagiri
Hi HMG birds,

I am as usual feeling happy to announce about the new version. This time it is a bug fixing version of our latest HMG UNICODE.

HMG 3.1.1 (2012-12-02) can be downloaded from here (41.90 MB)

Alternatively you can download from sourceforge.net too.

This is the change log for this version. Thanks a lot to Dr. Claudio Soto for fixing all the bugs reported so far.

Code: Select all

- HMG 3.1.1 (Test) 2012/12/02
   - Update to latest Harbour Nightly Build (18706 2012-11-29)
   - Fix (Contributed by Dr. Claudio Soto)
      - Set BACKGROUND Color in RadioGroup control when defined in the TAB control. This bug was found in previous versions of HMG also.  
      - Set Icon in StatusBar control in Windows XP (Found in HMG-UNICODE version)
      - QueryData in GRID control (Found in HMG-UNICODE version)
      - SELECT PRINTER DEFAULT (Found in HMG-UNICODE version)
      - GetClipboard (Found in HMG-UNICODE version).
      - All the libraries are now built without incremental and now built from scratch to avoid updation in 'c' source code.
   - New    
      - Added 2 new functions HMG_IsUnicode() and HMG_CharSetName()
      - "SET CODEPAGE TO UNICODE" is added to language directives. Those who write hybrid applications where in ANSI and UNICODE texts are used it is useful to use them both with 'SET CODEPAGE TO ANSI' and 'SET CODEPAGE TO UNICODE' wherever required. By default SET CODEPAGE TO UNICODE is set.

Re: HMG 3.1.1

Posted: Sun Dec 02, 2012 3:51 pm
by mol
Amazing speed! Many thx, I'll start testing today!

Re: HMG 3.1.1

Posted: Sun Dec 02, 2012 4:11 pm
by esgici
mol wrote:Amazing speed! Many thx, I'll start testing today!
+1

TIA

Re: HMG 3.1.1

Posted: Sun Dec 02, 2012 4:25 pm
by bpd2000
Thank you to Dr. Claudio Soto and Rathi for upgrade version so speedy

Re: HMG 3.1.1

Posted: Sun Dec 02, 2012 9:12 pm
by Pablo César
Great !

Thank you good people !

Re: HMG 3.1.1

Posted: Mon Dec 03, 2012 12:11 pm
by luisvasquezcl
Great Rathinagiri,
best regards
Luis Vasquez

Re: HMG 3.1.1

Posted: Wed Dec 05, 2012 10:01 am
by mol
BROWSE is not working in this hmg version.
It displays empty table always.

Could anybody verify it?

Regards, Marek

Re: HMG 3.1.1

Posted: Wed Dec 05, 2012 10:20 am
by bpd2000
mol wrote:BROWSE is not working in this hmg version.
It displays empty table always.
Marek
Yes not working

Re: HMG 3.1.1

Posted: Wed Dec 05, 2012 1:33 pm
by Pablo César
mol wrote:BROWSE is not working in this hmg version.
It displays empty table always.

Could anybody verify it?
Did you tryied with added 2 new functions HMG_IsUnicode() or HMG_CharSetName() just to "SET CODEPAGE TO UNICODE" when it been necessary as language directives for hybrid applications ?. Remember by default is SET CODEPAGE TO UNICODE.

Just a tip... ;)

Re: HMG 3.1.1

Posted: Wed Dec 05, 2012 1:39 pm
by srvet_claudio
bpd2000 wrote:
mol wrote:BROWSE is not working in this hmg version.
It displays empty table always.
Marek
Yes not working
Please attach a simple example with all source files