HMG 3.4.0

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.0

Post by mol »

New IDE 1.08 ansi version does not stop on errors. It hangs up.
User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.0

Post by mol »

I have a question:
When I prepare event using CREATE EVENT, should it be destroyed by programmer or is destroyed automatically when form and control is released?
Maybe it's the reason the application slows down after few minutes of intensive work?

Edit:
I found command EventRemove(nEventIndex)
I'll test if this solution will stabilize application.
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.0

Post by srvet_claudio »

mol wrote:I have a question:
When I prepare event using CREATE EVENT, should it be destroyed by programmer or is destroyed automatically when form and control is released?
Maybe it's the reason the application slows down after few minutes of intensive work?

Edit:
I found command EventRemove(nEventIndex)
I'll test if this solution will stabilize application.
Must be removed for you when no longer needed with EventRemove(nEventIndex).

CreateEvent() is not destroyed automatically when form and control is released.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.0

Post by mol »

When I send new version with destrying events to my client, he said this new version is vfery slow. Strange, I've added removing events only, so it should work better
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.0

Post by srvet_claudio »

mol wrote:When I send new version with destrying events to my client, he said this new version is vfery slow. Strange, I've added removing events only, so it should work better
I'm working on a new concept as EventSetJump (Form_1.Grid_1.HANDLE)

When the hooks detect that a hWnd of hook == Form_1.Grid_1.HANDLE not execute any functions of CreateEvent()
and of course the posibility of EventRemoveJump (Form_1.Grid_1.HANDLE)

I hope that this works.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.0

Post by mol »

Documentation of CREATE EVENT should be completed with RemoveEvent function.
There is no info about it, am I wrong?
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.0

Post by srvet_claudio »

mol wrote:Documentation of CREATE EVENT should be completed with RemoveEvent function.
There is no info about it, am I wrong?
You are right.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

HMG 3.4.0

Post by Pablo César »

Please be you advised that this ChangeLog (in this topic) was re-edicted, adding some omitted items and have been coloured in blue color to differentiate from previous HMG 3.4.0 (Retired) version.

Please revise carefully and will find new options.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
tonton2
Posts: 444
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: HMG 3.4.0

Post by tonton2 »

mol wrote:New IDE 1.08 ansi version does not stop on errors. It hangs up.
+1
Bonsoir tout le monde
Hi
lors de la compilation les erreurs ne s'affichent pas et l'IDE unicode devient instable
during compilation the errors are not displayed and Unicode IDE becomes unstable
L'Algerie vous salut
Y.TABET
Post Reply