ComboBox
Multiple selections with popup menu. This component lets you select an item on a list, presenting the list only during selection, like a popup menu, taking up very little space on the page.The list is compiled by acting on the string properties, in which are indicated the strings of the text database to be used.By means of the properties label, a PLC variable (type int) is assigned that will be used to save the number of the selection made. The first string on the list equals zero, the second equals one, etc.When the connected variable contains a value exceeding the number of strings listed in the string properties, ComboBox is automatically displayed in reverse to warn the user of the fault.Publishes the following properties:
- label: label that identifies the data on the PLC (allowed formats: label, label[constant], label[label2])
- hint: Lets you assign to the data a description string taken from the text database, displayable in another part of the screen as a hint. For this purpose, use the StringHint component.
- strings: list of strings to be displayed on the component popup menu.
- customFont: allows to select as component font, any font installed on the machine. Writing the name of the font, if is found, the font is used. Font size and style properties, are used also if customFont is enabled. Available only is G-VisionXXX systems from revision 4.7.1