Page 3 of 15
Re: HMG 3.4.0
Posted: Tue Jan 20, 2015 1:50 pm
by mol
I've testet my app built with new HMG 3.4.0 with my client and it's really faster than this one generated with hmg331, but still slower than 3.0.46.
I've prepared it for some people to test. I'll post here results when I get feedback from them.
Many thanks!
Regards, Marek
Re: HMG 3.4.0
Posted: Tue Jan 20, 2015 4:37 pm
by srvet_claudio
mol wrote:I've testet my app built with new HMG 3.4.0 with my client and it's really faster than this one generated with hmg331, but still slower than 3.0.46.
I've prepared it for some people to test. I'll post here results when I get feedback from them.
Many thanks!
Regards, Marek
Hi Marek,
when you finish the tests please post your results.
But note that the speed of GRID never reach the speed you get with HMG.3.0.46 even if you eliminate CreateEvent,
because 3.0.46 used for the events DymamicForeColor and DymamicBackColor two array with one element for each cell in the GRID, where codeblock evaluation is made before the grid display the data, which is faster but creates two huge arrays that can crash the system, eg with a large Virtual Grid.
From version 3.2.0 these arrays are eliminated and the evaluation of the codebock occurs when the grid needs to display data, which is slower because if you need to display a cell ten times, the codeblock is evaluated ten times for this cell, in 3.0.46 only need display the data that are in the array without evaluate the codeblock.
We have to find a compromise between speed and stability.
Re: HMG 3.4.0
Posted: Tue Jan 20, 2015 6:27 pm
by mol
And what about Browse? The same story with colors?
Re: HMG 3.4.0
Posted: Tue Jan 20, 2015 6:40 pm
by serge_girard
Thanks All Involved !!!
One small question before I start:
It seems that the changelog.txt for only version -HMG 3.4.0 is all one line line (CRLF missing for each line)
All text for older version looks OK.
A bit hard to read....
Serge
Re: HMG 3.4.0
Posted: Tue Jan 20, 2015 6:52 pm
by EduardoLuis
Hi Serge:
If you use MSWORPAD you'll read without troubles.-
With regards.
Eduardo
Re: HMG 3.4.0
Posted: Tue Jan 20, 2015 7:14 pm
by srvet_claudio
mol wrote:And what about Browse? The same story with colors?
I never worked in the code of Browse control, the velocity of Browse is only affected for CreateEvent.
The Browse works with two array for DynamicForeColor and DynamicBackColor as the Grid control in 3.0.46, but with the difference that these array are small because takes the size of numbers of elements that you see in the monitor, this is easy because the Browse control load record by record from of DBF files.
Re: HMG 3.4.0
Posted: Tue Jan 20, 2015 8:04 pm
by mol
srvet_claudio wrote:mol wrote:And what about Browse? The same story with colors?
I never worked in the code of Browse control, the velocity of Browse is only affected for CreateEvent.
The Browse works with two array for DynamicForeColor and DynamicBackColor as the Grid control in 3.0.46, but with the difference that these array are small because takes the size of numbers of elements that you see in the monitor, this is easy because the Browse control load record by record from of DBF files.
THX for claryfying!
Re: HMG 3.4.0
Posted: Tue Jan 20, 2015 8:21 pm
by srvet_claudio
bpd2000 wrote:Sir,
Where to find files for 64-bits
Temporarily download the 64-bit compilers for HMG:
from here
After you download unzip in c:\hmg.3.4.0 and run _BuildAllLib64.bat
Re: HMG 3.4.0
Posted: Wed Jan 21, 2015 5:44 am
by bpd2000
srvet_claudio wrote:
Temporarily download the 64-bit compilers for HMG:
from here
After you download unzip in c:\hmg.3.4.0 and run _BuildAllLib64.bat
Thank you
Re: HMG 3.4.0
Posted: Wed Jan 21, 2015 9:20 am
by tonton2
srvet_claudio wrote:bpd2000 wrote:Sir,
Where to find files for 64-bits
Temporarily download the 64-bit compilers for HMG:
from here
After you download unzip in c:\hmg.3.4.0 and run _BuildAllLib64.bat
merci beaucoup
