ProjectSettings/en: Porovnání verzí
(Založena nová stránka s textem „Name of the field for setting individual values FieldValue (DrawMouseCursor, SearchMode, UserMaskToleranceRGB, PixelToleranceRGB, AutoMas…“) |
|||
| Řádek 30: | Řádek 30: | ||
Type [[Data types#String | String]] | Type [[Data types#String | String]] | ||
| − | Name of the | + | Name of the individual [[#FieldValue | FieldValue]] to be set (DrawMouseCursor, SearchMode, UserMaskToleranceRGB, PixelToleranceRGB, AutoMaskThreshold, OverallTolerance, CaptureDelay, ClipboardDelay, KeyboardEventDelay, MouseButtonDownDelay, MouseButtonUpDelay, MouseMoveDelay, MouseMoveSteps, AfterMouseMoveDelay, ScrollDelay, WindowActionDelay, AfterCommandDelay nebo AfterFindDelay). Used if [[#Preset | Preset]] is not set. |
=== FieldValue === | === FieldValue === | ||
Verze z 29. 1. 2021, 12:40
Obsah
Description
Alias: PS
Changes the project settings
Applies the project settings in the scope specified by the Scope parameter from the preset specified by the Preset parameter or the default setting, or if the Preset parameter is empty, it sets the individual FieldValue in the FieldName. The change is effective only for the course of the run and has no effect on the default settings.
Input parameters
Preset
Type String
Profile of the project settings to be applied by command. If not specified, the command works in the mode for setting individual values using the parameters FieldName and FieldValue.
Scope
Type Number
Range of values that will change when the preset is applied.
FieldName
Type String
Name of the individual FieldValue to be set (DrawMouseCursor, SearchMode, UserMaskToleranceRGB, PixelToleranceRGB, AutoMaskThreshold, OverallTolerance, CaptureDelay, ClipboardDelay, KeyboardEventDelay, MouseButtonDownDelay, MouseButtonUpDelay, MouseMoveDelay, MouseMoveSteps, AfterMouseMoveDelay, ScrollDelay, WindowActionDelay, AfterCommandDelay nebo AfterFindDelay). Used if Preset is not set.
FieldValue
Typ String
Individuální hodnota, která bude dosazena do pole FieldName v nastavení projektu. Typ hodnoty závisí na zvoleném FieldName.
- DrawMouseCursor: 0 (=ne) nebo 1, příp. obecně nenulové celé číslo (=ano).
- SearchMode: 0 (=Exact) nebo 1 (=IgnoreSpacing)
- UserMaskToleranceRGB a PixelToleranceRGB: hexadecimální trojice bytů (obdobně jako se zadává barva)
- OverallTolerance: hodnota je v promilích (např. pro 3,5% toleranci je potřeba zadat 35)
- ostatní: celá čísla.
Enabled
Typ Number
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
PreWait
Typ Number
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
PostWait
Typ Number
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.