blinkRate

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the blinkRate to <blinkDelayInMilliseconds>
Summary

Specifies the interval in milliseconds between the time the insertion point blinks on and the time it blinks off.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the blinkRate to 1000
if the blinkRate > 400 then set the borderColor to red
Values
NameTypeDescription
Value

The blinkRate is an integer between 1 and 65535. By default, the blinkRate is 200 (one-fifth of a second).

RelatedKeyword: integer
Property: idleRate, syncRate, typingRate
Function: milliseconds
Glossary: property, insertion point
Description

Use the blinkRate property to control how fast the text insertion point blinks.

The blinkRate should be a multiple of the idleRate.

Tagsui