WaitForCursor

Z Wiki
Přejít na: navigace, hledání
Toto je přeložená verze stránky WaitForCursor, překlad je hotový z 100 %.

Jiné jazyky:
English • ‎čeština

Description

Alias: WFCR

Waits for a specified type of cursor.

Depending on the value of the WaitMode parameter, it waits for the cursor type given by the Cursor parameter to display or disappear. It is possible to set the maximum waiting time with the Wait parameter and the delay between detection Interval. If the cursor does not appear (or does not disappear) the command ends with an error.

Input parameters

Cursor

Type Number

Cursor type.

WaitMode

Type Number

Wait mode (0=wait to display, 1=wait to disappear).

Wait

Type Number

Waiting time in seconds for the specified cursor to appear/disappear.

Interval

Type Number

Delay between cursor detection in ms.

Enabled

Type Number

Enables or disables the command. If the value is 0, the command will not be executed.

PreWait

Type Number

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

PostWait

Type Number

Delay in milliseconds after executing the command. It has no effect if Enabled=0.

Output parameters