History for MessageBox

changed:
-
description

   This part shows the string message in a new window. 

figure

   <img src="messagebox.jpg" />

inpins

 1 GEOM(int, int, int, int) - ID = 1 - Sets window's size and location.

  o int - x coordinate of window's location

  o int - y coordinate of window's location

  o int - window's width

  o int - window's height 

 2 STR(string) - ID = 2 - Sets a message.

  o string - string to show 
 
 3 SHOW() - ID = 3 - Shows the window.

 4 HIDE() - ID = 4 - Hides the window.
  
outpin

 1 CLOSED(string) - ID = 51 - User closed the window.

  o 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