WaitForCursor/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „'''Waits for a specified type of cursor.'''“)
(Založena nová stránka s textem „== Output parameters ==“)
 
(Není zobrazeno 16 mezilehlých verzí od stejného uživatele.)
Řádek 9: Řádek 9:
 
'''Waits for a specified type of cursor.'''
 
'''Waits for a specified type of cursor.'''
  
V závislosti na hodnotě parametru [[#waitmode-| WaitMode]], čeká na zobrazení nebo zmizení typu kurzoru daného parametrem [[#cursor-| Cursor]]. Je možné nastavit maximální čekací dobu parametrem [[#wait-| Wait]] a prodlevu mezi zjišťováním [[#interval-| Interval]]. Pokud se kurozor nezobrazí (příp. nezmizí), příkaz končí chybou.;
+
Depending on the value of the [[#waitmode-| WaitMode]] parameter, it waits for the cursor type given by the [[#cursor-| Cursor]] parameter to display or disappear. It is possible to set the maximum waiting time with the [[#wait-| Wait]] parameter and the delay between detection [[#interval-| Interval]]. If the cursor does not appear (or does not disappear) the command ends with an error.
  
== Vstupní parametry ==
+
== Input parameters ==
  
 
<span id="cursor-"></span>
 
<span id="cursor-"></span>
 
=== Cursor ===
 
=== Cursor ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Datové typy#Number | Number]]
  
Typ kurzoru.
+
Cursor type.
  
 
<span id="waitmode-"></span>
 
<span id="waitmode-"></span>
 
=== WaitMode ===
 
=== WaitMode ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Datové typy#Number | Number]]
  
Režim čekání na kurzor (0=čekání na zobrazení, 1=čekání na zmizení).
+
Wait mode (0=wait to display, 1=wait to disappear).
  
 
<span id="wait-"></span>
 
<span id="wait-"></span>
 
=== Wait ===
 
=== Wait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Datové typy#Number | Number]]
  
Doba čekání v sekundách na výskyt kurzoru.
+
Waiting time in seconds for the specified cursor to appear/disappear.
  
 
<span id="interval-"></span>
 
<span id="interval-"></span>
 
=== Interval ===
 
=== Interval ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Datové typy#Number | Number]]
  
Prodleva v ms mezi zjišťováním kurzoru.
+
Delay between cursor detection in ms.
  
 
=== Enabled ===
 
=== Enabled ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Datové typy#Number | Number]]
  
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
+
Enables or disables the command. If the value is 0, the command will not be executed.
  
 
=== PreWait ===
 
=== PreWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Datové typy#Number | Number]]
  
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
=== PostWait ===
 
=== PostWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Datové typy#Number | Number]]
  
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds after executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== Output parameters ==

Aktuální verze z 2. 11. 2023, 09:13

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