ComboBox
last edited 4 years ago by vgh
description
This part is designed to create a frame window with combobox on it. Inpins are arrays of strings, which are the labels for the combobox. Choosing the items of combobox its label is fired out and closing window also some string is fired out.
figure
inpins
- STR(String[]) - ID = 1 - sets labels for combobox
- GEOM(x, y, width, height) - ID=2 - sets parameters for the frame
- x – int
- y – int
- width – int
- height – int
- SHOW() - ID=3 - makes the frame visible
- HIDE() - ID=4 - makes the frame invisible
outpins
- OUT(String) - ID=51 - fires combobox label when it is clicked
- CLOSE(String) - ID=52 - fires "Closed" when frame is closed
links to CVS
source org.vcb.parts.ui.combobox
configuration combobox.vcb