HMG 3.4.0

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

EduardoLuis
Posts: 684
Joined: Tue Jun 04, 2013 6:33 pm
Location: Argentina

Re: HMG 3.4.0

Post 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.
User avatar
Rathinagiri
Posts: 5480
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.4.0

Post 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?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
mol
Posts: 3774
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.0

Post by mol »

Maybe possibility to turn off events of grid will help?
User avatar
srvet_claudio
Posts: 2220
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.0

Post 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.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
Rathinagiri
Posts: 5480
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.4.0

Post 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.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG 3.4.0

Post by bpd2000 »

Sir,
Where to find files for 64-bits
BPD
Convert Dream into Reality through HMG
User avatar
tonton2
Posts: 455
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: HMG 3.4.0

Post 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
Attachments
hmg340.jpg
hmg340.jpg (251.04 KiB) Viewed 5593 times
L'Algerie vous salut
Y.TABET
User avatar
mol
Posts: 3774
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.0

Post by mol »

Add to your project line (IDE->Object browser window, Configuration tab):

Code: Select all

libs=sqlite3
User avatar
tonton2
Posts: 455
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: HMG 3.4.0

Post by tonton2 »

mol wrote:Add to your project line (IDE->Object browser window, Configuration tab):

Code: Select all

libs=sqlite3
Merci beaucoup c'est OK
Thank you it works
L'Algerie vous salut
Y.TABET
User avatar
dhaine_adp
Posts: 457
Joined: Wed Aug 06, 2008 12:22 pm
Location: Manila, Philippines

Re: HMG 3.4.0

Post by dhaine_adp »

Dr. Claudio and Rathi,

Thank you very much for the new test version.
Regards,

Danny
Manila, Philippines
Post Reply