PDA

View Full Version : Tweaking 'at Runtime speed' for mysetup


Eagle
07-24-2005, 04:13 AM
I have noticed a difference in runtime speed, if calling globals functions
that do a bit of work..instead of calling at 'on startup', try calling 'em
'on preload' or 'on show' instead..you may find a noticable difference.

At least I have, on a reasonably high-end System too.

If you have the time or want to fiddle..could make the difference.

Great Job on Version 7.0.3.0 ..some more IR TEAM Magic :yes

Adam
07-25-2005, 02:06 PM
Eagle,

Thank you for the kind regards on our software.

So in the end which event is faster?

Adam Kapilik

Eagle
07-26-2005, 03:21 AM
Hi Adam,

calling at either of the mentioned events -other than on startup , was faster
(did not seem to be 'slower' switching from one to the other)

Martin