MessageBox

Document Actions
last edited 4 years ago by MAnn

description

This part shows the string message in a new window.

figure

inpins

  1. 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
  2. STR(string) - ID = 2 - Sets a message.
    • 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.
    • 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