History for ComboBox

changed:
-
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

  <img src="combobox.JPG" />


inpins

  1. STR(String[]) - ID = 1 - sets labels for combobox

  2. GEOM(x, y, width, height) - ID=2 - sets parameters for the frame

   o x – int

   o y – int

   o width – int

   o height – int

  5. SHOW() - ID=3 - makes the frame visible

  6. HIDE() - ID=4 - makes the frame invisible

outpins

  1. OUT(String) - ID=51 - fires combobox label when it is clicked

  2. CLOSE(String) - ID=52 - fires "Closed" when frame is closed

links to CVS

  source "org.vcb.parts.ui.combobox":http://cvs.sourceforge.net/viewcvs.py/&#42checkout&#42/vcb/VCB/libraries/src/org/vcb/parts/ui/ComboBox.java?rev=1.4

  configuration "combobox.vcb":http://cvs.sourceforge.net/viewcvs.py/&#42checkout&#42/vcb/VCB/libraries/configs/ui/combobox.vcb?rev=1.2