WindowAction/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „== Output parameters ==“)
 
(Není zobrazeno 5 mezilehlých verzí od stejného uživatele.)
Řádek 18: Řádek 18:
 
Type [[Special:MyLanguage/Data types#Number | Number]]
 
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Handle okna, na kterém bude provedena operace určená parametrem [[#action-| Action]].
+
Handles windows where the action specified by the [[#action-| Action]] parameter will be performed.
  
 
<span id="title-"></span>
 
<span id="title-"></span>
Řádek 25: Řádek 25:
 
Type [[Special:MyLanguage/Data types#String | String]]
 
Type [[Special:MyLanguage/Data types#String | String]]
  
Není-li zadán [[#handle-| Handle]], pracuje se s oknem obsahujícím tento text v titulku.
+
Unless the [[#handle-| Handle]] is specified, it works with a window containing this text in the title.
  
 
<span id="action-"></span>
 
<span id="action-"></span>
Řádek 32: Řádek 32:
 
Type [[Special:MyLanguage/Data types#Number | Number]]
 
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Určuje operaci, která se má s oknem provést (0=žádná operace, 1=minimalizace, 2=maximalizace, 3=normální velikost, 4=obnovení a aktivace, 5=aktivace, 6=maximalizace a aktivace, 7=uvedení do popředí, 8=přepnutí do okna, 9=přepnutí do okna (Alt+Tab), 10=zavření).
+
Specifies the action to be performed with the window (0=no action, 1=minimize, 2=maximize, 3=normal size, 4=restore and activate, 5=activate, 6=maximize and activate, 7=put in foreground, 8=switch to window, 9=switch to window (Alt+Tab), 10=close).
  
 
=== Enabled ===
 
=== Enabled ===
Řádek 38: Řádek 38:
 
Type [[Special:MyLanguage/Data types#Number | Number]]
 
Type [[Special:MyLanguage/Data types#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 execute.
  
 
=== PreWait ===
 
=== PreWait ===
Řádek 44: Řádek 44:
 
Type [[Special:MyLanguage/Data types#Number | Number]]
 
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Enables or disables the command. If the value is 0, the command will not execute.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
=== PostWait ===
 
=== PostWait ===

Aktuální verze z 2. 2. 2021, 15:35

Jiné jazyky:
English • ‎čeština

Description

Alias: WA

Performs a specified action with the window

Performs an action specified by the Action parameter in the window specified by the parameters Handle or Title.

Input parameters

Handle

Type Number

Handles windows where the action specified by the Action parameter will be performed.

Title

Type String

Unless the Handle is specified, it works with a window containing this text in the title.

Action

Type Number

Specifies the action to be performed with the window (0=no action, 1=minimize, 2=maximize, 3=normal size, 4=restore and activate, 5=activate, 6=maximize and activate, 7=put in foreground, 8=switch to window, 9=switch to window (Alt+Tab), 10=close).

Enabled

Type Number

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

PreWait

Type Number

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

PostWait

Type Number

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

Output parameters