How to make a "Drop down box or a Combo box" in 800xA PG2 graphics ?
I want the user to select one of the text from the list of options in the drop down menu. any document describing the procedure to create the combo box would be a great help.
You can mail the document to mohammed.shama@in.abb.com.
regards,
Voted best answer
Hi,
You can use List control under Graphic Primitives tool box.
Change the following properties to get the Combo box functionality.
ControlType - select ComboBox
NoOfEntries - Based on number of Items (For eg. 5)
Entry1, Entry2, ... Entry 5 - enter the InputItemName and Presentation string.
SelectedName - It is a PropertyRef where the current selected name is saved
SelectedCaption, SelectedIndex - configure these properties based on requirement
Regards,
Nandhini SK
Add new comment