lowResolutionTimers

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the lowResolutionTimers to {true | false}
Summary

Specifies which operating-system mechanism is used to compute times on Windows systems.

Introduced1.0
OSwindows
Platformsdesktop, server
Example
set the lowResolutionTimers to true
Values
NameTypeDescription
Value

The lowResolutionTimers is true or false. By default, the lowResolutionTimers property is set to false.

RelatedCommand: wait, move
Function: MCISendString
Glossary: property, Windows, message, command
Description

Use the lowResolutionTimers property to improve performance on Windows systems.

If the lowResolutionTimers property is set to true, timing intervals are measured with the operating system's WM_TIMER messages. If the lowResolutionTimers is false, timing intervals are measured with the high-precision multimedia timers.

The high-precision timers are sometimes unreliable, causing delays in the action of the move and wait commands. You can fix these symptoms by setting the lowResolutionTimers to true. However, using the WM_TIMER messages may cause jerkiness in the action of the move command.

The setting of this property has no effect on Mac OS and Unix systems.

Tagsmultimedia