Page 2 of 15
Re: HMG 3.4.0
Posted: Mon Jan 19, 2015 5:26 pm
by EduardoLuis
Hi Friends:
Thanks for this new version.-
I've test few of my developements and till now works fine.-
About grid velocity, i've not experiment less velocity; i test a table with nearly 150000 regs.; perhaps slow velocity appends when you show more than 2 columns on grid.- As i use grid just like a phone index, all the other field contents are shown within tabs controls, splitchild windows, etc.- I've seen other app that shows data as a spreadsheet, and they are quite low speed with too many regs.-
I'll continuing testing.-
Again thanks for your effort and congratulations.-
With regards. Eduardo
By the way: thanks Claudio to include my app Miniwriter.-
With regards. Eduardo.
Re: HMG 3.4.0
Posted: Mon Jan 19, 2015 5:44 pm
by Rathinagiri
Instead of removing 'Create Event', we can have a command for 'SET CONTROLLEVEL EVENTS ON | OFF'
Will that reduce the problems by anyway?
Re: HMG 3.4.0
Posted: Mon Jan 19, 2015 5:58 pm
by mol
Maybe possibility to turn off events of grid will help?
Re: HMG 3.4.0
Posted: Mon Jan 19, 2015 9:11 pm
by srvet_claudio
Rathinagiri wrote:Instead of removing 'Create Event', we can have a command for 'SET CONTROLLEVEL EVENTS ON | OFF'
Will that reduce the problems by anyway?
Yes, this is a real possibility, but all improvements managed for events in all controls is lost, eg. OnKey, OnMouse, GetLastKeyPress, etc. when is set OFF.
mol wrote:Maybe possibility to turn off events of grid will help?
Yes, this version implemented this characteristic as much as possible, so please test first this version (in this version is partially off).
If you set Create Event completely turned OFF as I explained, you lose all control over Grid.
Re: HMG 3.4.0
Posted: Tue Jan 20, 2015 3:32 am
by Rathinagiri
Yes, this is a real possibility, but all improvements managed for events in all controls is lost, eg. OnKey, OnMouse, GetLastKeyPress, etc. when is set OFF.
That is ok, if we can set this on and off whenever required during runtime.
Re: HMG 3.4.0
Posted: Tue Jan 20, 2015 7:11 am
by bpd2000
Sir,
Where to find files for 64-bits
Re: HMG 3.4.0
Posted: Tue Jan 20, 2015 7:58 am
by tonton2
lors de la compilation de mon programme l'IDE se bloque comme indiqué sur l'image.
cela se produit dans WIN7 et WIN8
when compiling my program crashes IDE as shown in the image.
this occurs in WIN7 and WIN8
Re: HMG 3.4.0
Posted: Tue Jan 20, 2015 8:19 am
by mol
Add to your project line (IDE->Object browser window, Configuration tab):
Re: HMG 3.4.0
Posted: Tue Jan 20, 2015 9:23 am
by tonton2
mol wrote:Add to your project line (IDE->Object browser window, Configuration tab):
Merci beaucoup c'est OK
Thank you it works
Re: HMG 3.4.0
Posted: Tue Jan 20, 2015 1:35 pm
by dhaine_adp
Dr. Claudio and Rathi,
Thank you very much for the new test version.