repeatDelay

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the repeatDelay to <milliseconds>
Summary

Specifies how long a scrollbar or field waits between the click in the scrollbar and the time the scrollbar movement begins to repeat.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the repeatDelay to 10
Values
NameTypeDescription
Value

The repeatDelay is a non-negative integer. By default, the repeatDelay property is set to 5 milliseconds.

RelatedKeyword: scrollbar, field, integer
Message: mouseDown, mouseStillDown
Function: milliseconds
Glossary: property, mouse button, non-negative
Object: scrollbar
Description

Use the repeatDelay property to control the responsiveness of scrollbars.

When the user clicks in a scrollbar, a mouseDown message is sent to the scrollbar. If the mouse button is still being held down after the time specified by the repeatDelay property, the scrollbar's movement begins repeating.

Tagsui