PictureButtonList¶
The value type PictureButtonList is used to create a button list for the input of an integer value. The value is entered by selecting a button from the list.
Syntax¶
The <Text> is used for the buttons tooltip. The text must be separated by the pipe | character, which must also be used for the text IDs in the <TextId> tag.
The <ValueList2> tag is used to define the image entries of the button list. The values are png file names with path specification and must be separated by the pipe | character.
The <ValueList> tag defines the corresponding integer value for the image that will be assigned to the parameter after selecting the button. The values must be separated by the pipe | character.
The <Value> tag defines the value of the button which will be selected by default.
Optional tags¶
Sometimes it’s useful to disable or hide the picture button list depending on the value of another parameter. This is achieved by adding additional tags to the parameter or by defining functions in the py-file. See Enable and visible options
Example¶
The implementation of the PictureButtonList value type is described in the example ButtonList, which is located in