MessageBox
last edited 4 years ago by MAnn
description
This part shows the string message in a new window.
figure

inpins
- GEOM(int, int, int, int) - ID = 1 - Sets window's size and location.
- int - x coordinate of window's location
- int - y coordinate of window's location
- int - window's width
- int - window's height
- STR(string) - ID = 2 - Sets a message.
- string - string to show
- SHOW() - ID = 3 - Shows the window.
- HIDE() - ID = 4 - Hides the window.
outpin
- CLOSED(string) - ID = 51 - User closed the window.
- string - fired string "CLOSED"
links to cvs
java source file 1.0 "http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/src/org/vcb/parts/ui/MessageBox.java" at sourceforge.net
XML configuration file 1.0 "http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/configs/ui/messagebox.vcb" at sourceforge.net