Page 21 of 30

Re: HMG 3.4.3

Posted: Tue Feb 21, 2017 8:21 am
by Algernon
Thank you very much Dr. Claudio
Muchísimas gracias Dr. Claudio.

Re: HMG 3.4.3

Posted: Tue Feb 21, 2017 9:56 am
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

HMG 3.4.3

Posted: Tue Feb 21, 2017 1:10 pm
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)

Re: HMG 3.4.3

Posted: Tue Feb 21, 2017 2:27 pm
by srvet_claudio
Thanks for reminding me

Re: HMG 3.4.3

Posted: Tue Feb 21, 2017 6:51 pm
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

Re: HMG 3.4.3

Posted: Tue Feb 21, 2017 10:02 pm
by srvet_claudio
Thanks

Re: HMG 3.4.3

Posted: Mon Mar 20, 2017 2:32 am
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.


Re: HMG 3.4.3

Posted: Mon Mar 20, 2017 3:15 am
by bpd2000
Many Thanks dear Claudio and all team members

Re: HMG 3.4.3

Posted: Mon Mar 20, 2017 5:03 am
by huiyi_ch
bpd2000 wrote: Mon Mar 20, 2017 3:15 am Many Thanks dear Claudio and all team members
+1

Re: HMG 3.4.3

Posted: Mon Mar 20, 2017 6:51 am
by mol
Thank you!