Settings for the Standard Object Library (Stdlib).
[stdlib] directInputIntoTextFields
- Type
- bool
- Default
- 0
- Range
- 0|1
Defines whether values can be entered directly in a text field of a faceplate, without
the value entry panel being opened. FALSE(0) = no (default), TRUE(1) = yes.
[stdlib] faceplateModal
- Type
- bool
- Default
- 0
- Range
- 0|1
Defines whether the faceplate is shown modally. FALSE(0) = no (default), TRUE(1) = yes.
[stdlib] infoAreaMax
- Type
- int
- Default
- 6
- Range
- >=0
Defines the maximum number of information areas
that are allowed (default = 6) Attention: All symbols of the libraries in use must then
provide at least this number of information ranges!
[stdlib] useNotes
- Type
- bool
- Default
- 1
- Range
- 0|1
Defines whether the "notes" tab (see Chapter
Faceplates and Tabs ) is shown in the faceplate if the corresponding data point type
contains a notes data point element. FALSE(0) = no, TRUE(1) = yes (default).