04-28-2006 02:01 AM
04-28-2006 02:13 AM - edited 04-28-2006 02:13 AM
hi,
you can use the express Vis "prompt user for input" or "display messageto user" (use search) You also can create you custom "popup" by :
1. making a subVI with a message, buttons or whatever
2. go to VI properties, window apearance, and select dialog.
3. place the subVI in your main VI`s blockpanel, right click on the subvi, select subvi node setup, and check that show frontpanel when called is active.
To open the window when prsessing a button, you can use a case structure within a loop. Place the SubVI in the true case of de case selector. Other option is an event structure.
greetz
BartB
Message Edited by bartb on 04-28-2006 09:15 AM