WindowAction/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Enables or disables the command. If the value is 0, the command will not execute.“)
(Založena nová stránka s textem „Delay in milliseconds before executing the command. It has no effect if Enabled=0.“)
Řádek 50: Řádek 50:
 
Type [[Special:MyLanguage/Data types#Number | Number]]
 
Type [[Special:MyLanguage/Data types#Number | Number]]
  
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
== Výstupní parametry ==
 
== Výstupní parametry ==

Verze z 2. 2. 2021, 15:28

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

Handle okna, na kterém bude provedena operace určená parametrem Action.

Title

Type String

Není-li zadán Handle, pracuje se s oknem obsahujícím tento text v titulku.

Action

Type 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í).

Enabled

Type Number

Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.

PreWait

Type Number

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

PostWait

Type Number

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

Výstupní parametry