Page 4 of 15

Re: HMG 3.4.0

Posted: Wed Jan 21, 2015 7:18 pm
by mol
New IDE 1.08 ansi version does not stop on errors. It hangs up.

Re: HMG 3.4.0

Posted: Thu Jan 22, 2015 6:24 am
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.

Re: HMG 3.4.0

Posted: Thu Jan 22, 2015 1:37 pm
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.

Re: HMG 3.4.0

Posted: Thu Jan 22, 2015 2:33 pm
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

Re: HMG 3.4.0

Posted: Thu Jan 22, 2015 5:39 pm
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.

Re: HMG 3.4.0

Posted: Thu Jan 22, 2015 5:41 pm
by mol
Great!

Re: HMG 3.4.0

Posted: Thu Jan 22, 2015 5:42 pm
by mol
Documentation of CREATE EVENT should be completed with RemoveEvent function.
There is no info about it, am I wrong?

Re: HMG 3.4.0

Posted: Thu Jan 22, 2015 5:45 pm
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.

HMG 3.4.0

Posted: Fri Jan 23, 2015 12:38 am
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.

Re: HMG 3.4.0

Posted: Sat Jan 24, 2015 3:28 pm
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