Page 1 of 1

SORTA set to 0ms does not compile

Posted: Thu Oct 14, 2010 4:38 pm
by gbrandt
TwineCompile 3.2.0.213

When SORTA compile is set to activate with 0ms, the compile never occurs.

Works properly when set to 100ms.

Gregor

Re: SORTA set to 0ms does not compile

Posted: Mon Oct 18, 2010 7:51 am
by jomitech
Thanks for reporting this. After investigation, it appears that the VCL TTimer control will not enable with an Interval of 0. So an interval of 0 is not possible.

Re: SORTA set to 0ms does not compile

Posted: Mon Oct 18, 2010 11:31 am
by gbrandt
Can this be changed to 1?

Gregor

Re: SORTA set to 0ms does not compile

Posted: Mon Oct 18, 2010 11:42 am
by jomitech
The windows timer has a minimum resolution of 10ms, so in the next update to TwineCompile, we'll remove 0ms and replace it with 10ms.