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…“) |
(Založena nová stránka s textem „== Output parameters ==“) |
||
| (Není zobrazeno 11 mezilehlých verzí od stejného uživatele.) | |||
| Řá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 or AfterFindDelay). Used if [[#Preset | Preset]] is not set. |
=== FieldValue === | === FieldValue === | ||
| − | + | Type [[Data types#String | String]] | |
| − | + | Individual value to be put in the [[#FieldName | FieldName]] in the project settings. The type of value depends on the selected [[#FieldName | FieldName]]. | |
| − | *DrawMouseCursor: 0 (= | + | *DrawMouseCursor: 0 (=no) or 1, possibly a non-zero whole number (=yes). |
| − | *SearchMode: 0 (=Exact) | + | *SearchMode: 0 (=Exact) or 1 (=IgnoreSpacing) |
| − | *UserMaskToleranceRGB | + | *UserMaskToleranceRGB and PixelToleranceRGB: hexadecimal triple bytes (similar to specifying the color) |
| − | *OverallTolerance: | + | *OverallTolerance: the value is in per mille (e.g. for a 3.5% tolerance, 35 needs to be entered) |
| − | * | + | *Others: whole numbers. |
=== Enabled === | === Enabled === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Enables or disables the command. If the value is 0, the command will not be executed. | |
=== PreWait === | === PreWait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
=== PostWait === | === PostWait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
| − | == | + | == Output parameters == |
Aktuální verze z 29. 1. 2021, 12:48
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 or AfterFindDelay). Used if Preset is not set.
FieldValue
Type String
Individual value to be put in the FieldName in the project settings. The type of value depends on the selected FieldName.
- DrawMouseCursor: 0 (=no) or 1, possibly a non-zero whole number (=yes).
- SearchMode: 0 (=Exact) or 1 (=IgnoreSpacing)
- UserMaskToleranceRGB and PixelToleranceRGB: hexadecimal triple bytes (similar to specifying the color)
- OverallTolerance: the value is in per mille (e.g. for a 3.5% tolerance, 35 needs to be entered)
- Others: whole numbers.
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 before executing the command. It has no effect if Enabled=0.