HMG 3.4.4

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.4

Post by Rathinagiri »

Whenever releasing a new version of HMG, it gives us new hope and paves way for the future with strong and stable code. This version is also not an exemption. This version is possible with the generous and continuous help of Dr. Claudio Soto.

The major feature of this version is Multi threading.

You can download this latest version from here (64 MB)

For 64 Bit developers, you have to download and install Harbour64 and MingW64 from here (15 MB) and here (71 MB) respectively.

Change Log from the last version:

Code: Select all

-HMG 3.4.4 2017/03/29
   - Fixed bug in BrowseUpdate function of Browse control(contrib by Marek)
   - Fixed bug in _ActivateWindow when use debug with modal window
   - Fixed bug in grid onquery event
   - Fixed bug in grid when load NIL values(hb_ValToStr)
   - Fixed bug in grid inplace column (contrib by ASESORMIX)
   - Implemented GetProperty ReadOnly EditBox and TextBox
   - Fixed bug in BT_BitmapSaveFile() function (reported by Roberto Lopez)
   - Fixed problem in Navigator.htm file of documentation (contrib by Roberto Lopez)
   - Fixed bug in GetLastActiveFormIndex() and GetLastActiveControlIndex() functions (contrib by Pablo Cesar)
   - Fixed bug in GetMainFormName() and GetMainFormHandle() functions (contrib by KDJ)
   - Fixed leak memory in HMG_UPPER and HMG_LOWER functions (reported by KDJ)
   - Fixed bug in HMG_EditControlGetSel() function (contrib by KDJ)
   - Fixed bug in HMG_ISALPHA, HMG_ISDIGIT, HMG_ISLOWER, HMG_ISUPPER, HMG_ISALPHANUMERIC functions (reported by Esgici)
   - Fixed functions BT_DrawTextXXX, BT_DrawTextEx ( see SaveDC in the code )
   - New: BT_DrawEMF ( [ hDC ] , cFileNameOld , cFileNameNew , cFuncNameCallBack )  ---> Return nError, e.g. Zero is OK
   - New: BT_BitmapIsValidFileImage( cFileName ) 
   - Fixed bug in WM_NEXTDLGCTL message ( reported by KDJ )
   - Fixed bug in COLUMNCONTROLS (allow lower case labels) in Grid control ( reported by Miszler.zoltan )
   - Fixed bug in InplaceEdit cell with press ENTER in Grid Control ( reported by Marek )
   - Fixed bug in filter data in Grid with Rowsource ( reported by Tonton2 ) 
   - Fixed bug in change recno() when mouse move over of Grid with Rowsource ( reported by KDJ ) 
   - Fixed bug when call DeleteColumn( 1 ) with a Grid with only one column ( reported by t57042 )
   - Fixed bug when change image in Button control ( reported by Chrisjx2002 )
   - Fixed bugs in DOC files ( contrib by Pablo Cesar )
   - Fixed bug in virtual grid in HMG ANSI version with Chinese characters ( contrib by Huiyi_ch )
   - Fixed bug in GetStartUpFolder() function ( contrib by Pablo Cesar )
   - New methods BLen, BLeft, BRight, BSubStr in HMG_TString class ( contrib by huiyi_ch )
   - Now for default SET WINDOW MAIN FIRST is OFF
   NOTE: The RECNO property of the Grid control not changes the current physical record number of the DBF file, only convert between the row of grid and the recno of the DBF.
      - Get Grid.RECNO --> convert Logical  record ( grid row ) to Physical record ( DBF recno )
      - Set Grid.RECNO := XXX --> convert the Physical record XXX ( recno ) to Logical  record ( grid row )
   - Enhanced SET HELP FILE and HELP BUTTON for support .CHM file format (see SAMPLES\Basics\Help ) ( contrib by Kevin Carmody )
   - Added CHM compile and decompile batch file makechm.bat ( see in SAMPLES\Basics\Help ) ( contrib by Kevin Carmody )
   - Added ON KEY, RELEASE KEY, and STORE KEY commands to i_keybd.ch ( contrib by Kevin Carmody )
   - Updated SAMPLES\Events\On_Key\ON_KEY1 and ON_KEY3 ( contrib by Kevin Carmody )
   - Upgraded HFCL sample WordScribe ( see SAMPLES\HFCL\WordScribe ) ( contrib by Kevin Carmody )
   - Added new HFCL sample WordWriter ( see SAMPLES\HFCL\WordWriter ) ( contrib by Kevin Carmody )
   - NEW HMG Multi-Thread:
      - Added directive -ldflag="-pthread -static -lpthread" in HBMK2 for static link of pthread library in the files Build.bat and Build64.bat
      - For default HMG compile with the directive -mt of the HBMK2 ( for default Muti-thread is yes )
      - Now HMG support the same behaviour that Harbour for Thread manager: allow run without INHERIT PUBLIC vars, see demos in folder samples/MultiThread 
      - New many functions for Thread manager( see files source\c_thread.c and include\i_thread.ch): GetCurrentThreadId, GetCurrentThreadHandle,
         AttachThreadInput, SuspendThread, ResumeThread, SwitchToThread, Sleep, SetThreadPriority, GetThreadPriority, EnumThreadID, 
         HMG_ThreadHBtoWinHandle, HMG_ThreadHBtoWinID, HMG_ThreadShareData 
   - New: IDE ver 1.2a, now the option menu delete file not delete file of the disk, only eliminate the file of the project.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
serge_girard
Posts: 3158
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMG 3.4.4

Post by serge_girard »

Thanks Rathi and Claudio and all other involved !

Serge
There's nothing you can do that can't be done...
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: HMG 3.4.4

Post by Pablo César »

Rathinagiri wrote:This version is possible with the generous and continuous help of Dr. Claudio Soto
Yes Rathinagiri you are right.
Thank very much you Dr. Claudio Soto, thank you for your assistance too Rathinagiri and all other memebers for their contributions, directly, indirectly too.

Many changes in Grid control, too. :)

Thanks for this new release.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
jozef
Posts: 23
Joined: Sat Apr 02, 2016 4:53 pm
DBs Used: DBF
Location: Bratislava, Slovak Republic

Re: HMG 3.4.4

Post by jozef »

Thanks for new version.
EduardoLuis
Posts: 682
Joined: Tue Jun 04, 2013 6:33 pm
Location: Argentina

Re: HMG 3.4.4

Post by EduardoLuis »

Thanks Claudio, Rathi, and every member who contributes for this newest version.-
Puting hands on the fly and begin testing.-
Thanks.
Eduardo
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.4

Post by mol »

thanks for this great work, guys!
chrisjx2002
Posts: 190
Joined: Wed Jan 06, 2010 5:39 pm

Re: HMG 3.4.4

Post by chrisjx2002 »

Thanks for everyone involved in this new release and especially Claudio.
hmgaams57
Posts: 129
Joined: Mon Feb 27, 2017 10:00 am

Re: HMG 3.4.4

Post by hmgaams57 »

Many thanks for new version. Great job
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.4.4

Post by esgici »

chrisjx2002 wrote: Wed Mar 29, 2017 7:20 pm Thanks for everyone involved in this new release and especially Claudio.

+1
Viva INTERNATIONAL HMG :D
User avatar
danielmaximiliano
Posts: 2607
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG 3.4.4

Post by danielmaximiliano »

Gracias Claudio por el trabajo y tiempo invertido en HMG ...
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Post Reply