PopUpMenu
last edited 4 years ago by gamma
description
This part creates a Frame with a Pop Up menu which apears on the mouse right click. It fires the names of the The part fires Closed string to the Close outpin when the user closes the frame.
Part Diagram from Graph Editor

inpins
- setGEOM(int, int, int, int) - ID = 1 - Frame size and coordinates
- int - X Axis coordinate
- int - Y Axis coordinate
- int - Frame width
- int - Frame height
- show() - ID = 2 - Shows the frame
- hide() - ID = 3 - Hides the frame
outpins
- Event - ID = 51 - Selected Item
- Item - String
- Close - ID = 52 - Closed String
- String - "Closed"
links to cvs
source - revision 1.2 org.vcb.parts.ui.PopUp.java at sourceforge.net
configuration file revision 1.3 popUp.vcb at sourceforge.net
status
alpha release