The following constants can be used anywhere in macros or scripts in place of the actual values.
If you are retrieving the value of a property or parameter, scripts or macros will return the integer value, whereas Inspector will display the constant equivalent.
When using constants in the script editor, each constant must be prefaced by nl.
Show constants (Macro Editor) |
Show constants (Script Editor) |
Value
|
Description |
WinNormal |
nlWinNormal |
1 |
Show and activate the window in its normal position. |
WinHidden |
nlWinHidden |
0 |
Hides the window. |
WinMaximized |
nlWinMaximized |
3 |
Show and activate the window in its maximized size. |
WinMinimized |
nlWinMinimized |
7 |
Show the window as a minimized icon (no activate). |
WinNormalNA |
nlWinNormalNA |
4 |
Show the window in its normal position (no activate). |
© 2004-2021 looksoftware. All rights reserved.