HMG 3.4.3

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

User avatar
Algernon
Posts: 55
Joined: Sat Mar 20, 2010 10:36 am
DBs Used: DBF
Location: Arucas, Gran Canaria, Canary Islands

Re: HMG 3.4.3

Post by Algernon »

Thank you very much Dr. Claudio
Muchísimas gracias Dr. Claudio.

Javier Suárez

La obra humana más bella es la de ser útil al prójimo. (Sófocles)
The most beautiful work of man is to be useful to others. (Sófocles)
huiyi_ch
Posts: 172
Joined: Sat May 21, 2016 5:27 am

Re: HMG 3.4.3

Post by huiyi_ch »

Hello Dr. Claudio:
我用刚发布的补丁对3.4.3进行了升级,经测试,发现我以前反映的一些问题仍然没有解决(unicode):
1. 执行set filter后,Grid显示不正确的问题。
2.读取INI文件中中文字符串不正确的问题。
3. 函数GetStartUpFolder()返回值不正确的问题。

I have just released a patch for the 3.4.3 upgrade, tested, I found that some of the problems reflected in the past is still not resolved:
1.After executing the set filter, the Grid display is not correct. . viewtopic.php?f=43&t=4738&start=150#p48336.
2.Read the INI file in the Chinese string is not correct. viewtopic.php?f=43&t=4738&start=100#p47958 .
3.Function GetStartUpFolder () returns incorrect value. viewtopic.php?f=43&t=4738&start=80#p46392 .
Best regards.
huiyi
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

HMG 3.4.3

Post by Pablo César »

As well as some pages missing corrections too at:

Image
Image
Image
Image
Image

I think you Claudio have forgotten to update your docs from my link indicated: download/file.php?id=7492 (Message at viewtopic.php?p=49090#p49090)
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.3

Post by srvet_claudio »

Thanks for reminding me
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
KDJ
Posts: 243
Joined: Mon Sep 05, 2016 3:04 am
Location: Poland

Re: HMG 3.4.3

Post by KDJ »

Also, the following bugs have not been fixed:
"WM_NEXTDLGCTL and GetNextDlgTabItem": viewtopic.php?f=20&t=5109
"Data base RecNo() in Grid": viewtopic.php?f=20&t=4960
"CELLNAVIGATION in Grid control (bug)": viewtopic.php?f=20&t=4924
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.3

Post by srvet_claudio »

Thanks
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.3

Post by srvet_claudio »

Hi all, please test this patch.

Code: Select all


*****************
HMG.3.4.3 patch 2
*****************
- 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 )


HMG Multi-Thread:
- 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.2, now the option menu delete file not delete file of the disk, only eliminate the file of the project.

Attachments
HMG_IDE.1.2.rar
(2.98 MiB) Downloaded 318 times
HMG.3.4.3_patch_2.rar
(3.81 MiB) Downloaded 372 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.4.3

Post by bpd2000 »

Many Thanks dear Claudio and all team members
BPD
Convert Dream into Reality through HMG
huiyi_ch
Posts: 172
Joined: Sat May 21, 2016 5:27 am

Re: HMG 3.4.3

Post by huiyi_ch »

bpd2000 wrote: Mon Mar 20, 2017 3:15 am Many Thanks dear Claudio and all team members
+1
Post Reply