History for Button
changed: - description This part is designed to create a frame window with buttons and message on it. One of inpins is array of strings, which are button labels. By clicking button its label is fired out and by closing window also some string is fired out. figure <img src="buttonpart.bmp" /> inpins 1. STR(String[]) - ID=1 - sets labels of the buttons 2. MSR(String) - ID=2 - sets the message 3. LAYOUT(int) - ID=3 - sets layout for the frame 4. MSGAREA(int) - ID=4 - sets persentage of massage area to frame area 5. GEOM(x, y, width, height) - ID=5 - sets parameters for the frame o x – int o y – int o width – int o height – int 5. SHOW() - ID=6 - makes frame visible 6. HIDE() - ID=7 - makes frame invisible outpins 1. LABELS(String) - ID=51 - fires button labels when they are clicked 2. CLOSE(String) - ID=52 - fires some string when frame is closed links to CVS source "org.vcb.parts.ui.Buttons":http://cvs.sourceforge.net/viewcvs.py/*checkout*/vcb/VCB/libraries/src/org/vcb/parts/ui/Buttons.java?rev=1.4 configuration "button.vcb":http://cvs.sourceforge.net/viewcvs.py/*checkout*/vcb/VCB/libraries/configs/ui/button.vcb?rev=1.2