HMG.3.4.2

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

Post Reply
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

HMG.3.4.2

Post by Rathinagiri »

Hi,

I am happy to announce the release of the latest version of HMG - 3.4.2. This version contains exciting debugger tool of Dr. Claudio Soto along with the various fixes and patches from the older versions.

Please download the new version from here.

Change log:

Code: Select all

-HMG 3.4.2 2015/09/22
   - Updated to latest Harbour Nightly Build (2015-09-04)
   - New HMG DEBUGGER: native GUI debugger for HMG (see doc)
   - New function: HMG_PrintGetJobInfo() (see START PRINTDOC doc)
   - New function: HMG_PrinterGetStatus() (contrib by BPD2000)
   - Now SplitChild Window support OnPaint event.
   - New button in IDE for fast access to compile in debug mode (IDE 1.0.9)   
   - New function HBtoWinDateFormat() for fixed bug in get date format of MonthCal/DatePick controls (contrib by Pablo Cesar)
   - IsControlDefined, IsWindowDefine and IsWindowActive functions, accept parameters FormName/ControlName with/without quotation marks (contrib by Pablo Cesar)
   - Fixed bug in CreateEvent (reported by Roberto Lopez)
   - Fixed bug in This.QueryData of Grid control (reported by Roberto Lopez)
   - Fixed bug in BackColor of InputWindow (reported by Roberto Lopez)
   - Fixed bug in Print Preview (reported by Roberto Lopez)
   - Fixed bug in get Cell value of the Grid control (reported by Marek)
   - Fixed bug in default color of HeaderDYNAMICBACKCOLOR of the Grid control (reported by Rathinagiri)
   - Fixed bug in DYNAMICFONT and ONCHECKBOXCLICKED of Grid control in i_altsyntax.ch header file (contrib by Rathinagiri)
   - Fixed memory leak in the functions: EnumWindows, SetSubClassEvent and EnumProcessesID (contrib by Grigory Filatov)
   - Fixed Row position in PDF (Contributed by Marek)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
serge_girard
Posts: 3161
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMG.3.4.2

Post by serge_girard »

Thanks Rathi + Claudio and all others involved !!!!

Serge
There's nothing you can do that can't be done...
EduardoLuis
Posts: 682
Joined: Tue Jun 04, 2013 6:33 pm
Location: Argentina

Re: HMG.3.4.2

Post by EduardoLuis »

Hi Rathi and Claudio:

First, thanks for all your efforts.-
Second, downloaded and testing.-

With regards.
Eduardo
User avatar
serge_girard
Posts: 3161
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMG.3.4.2

Post by serge_girard »

The DEBUGging is really great !!!!
Serge
There's nothing you can do that can't be done...
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG.3.4.2

Post by bpd2000 »

Thank you Dr. Claudion and Rathinagiri for new version
BPD
Convert Dream into Reality through HMG
EduardoLuis
Posts: 682
Joined: Tue Jun 04, 2013 6:33 pm
Location: Argentina

Re: HMG.3.4.2

Post by EduardoLuis »

Hi Rathi and Claudio:

I don't know if this issue becomes from an incorrect instalation or something else.-
Just for testing new version, I've compiled GRID_24 sample, and notice to issues:

1) Any cell of column 1 can't be focoused (mouse or keyboard).-
2) When you choose any cell of rest columns Win system error is noticed.-

The same issues happends on GRID_25, GRID_26, not on grid samples with arrays.-

After, i test some of my app and this happens again (if you compile any of this with version 3.40 all works fine).-

Just for the record, this test were maid under WIN XP SP3.-
With regards.
Eduardo
EduardoLuis
Posts: 682
Joined: Tue Jun 04, 2013 6:33 pm
Location: Argentina

Re: HMG.3.4.2

Post by EduardoLuis »

Hi Rathi and Claudio:

By the i forgot to mention that DEBUG does not shows any error in these test.-
With regards.
Eduardo
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG.3.4.2

Post by Rathinagiri »

Hi Eduardo,

I don't get these errors in my Win 7 machine. I will check in XP.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
EduardoLuis
Posts: 682
Joined: Tue Jun 04, 2013 6:33 pm
Location: Argentina

Re: HMG.3.4.2

Post by EduardoLuis »

Hi Rathi:

In advance thanks for your test.-
I'm attaching GRID_24.EXE generated just to show what happends.-
I frequently develope my app on a machine with WIN XP SP3, because many of my clients uses that SO and don't want to upgrade to new ones.-
Hopping you can guide me to solve this issue with regards.
Thanks in advance. Eduardo
Attachments
ISSUES_3.42.zip
(4.41 MiB) Downloaded 430 times
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG.3.4.2

Post by bpd2000 »

Eduardo is correct, there is some problem in WinXP
Even we select Col-6 Memo of example Grid-25 program program quit with error as per screen attached
err-1.PNG
err-1.PNG (11.25 KiB) Viewed 37546 times
When we try to edit Col-2 edit box filled with junk character as per screen
Attachments
err-2.PNG
err-2.PNG (10.58 KiB) Viewed 37546 times
BPD
Convert Dream into Reality through HMG
Post Reply