Home | Contents | Index | Help | < Browse | Browse >

 OnPopup
	 [ EXEC <command> | RUN <command> | ScreenRun <screen> <cmd> 
	 | UPDATE | LOADUPDATE | LOAD <file> [arguments]             
	 | EXIT [<string>] | QUIT [<string>]                         
	 | DumpX <variable> | DumpY <variable>                       
	 | LastX <variable> | LastY <variable>                       
	 | LastXPos <variable> | LastYPos <variable>                 
	 | Popup | PopupClose                                        
	 | Setenv <variable> <value> | UnSetenv <variable> ]         
	 ( ['command 1' 'command 2' ... 'command n'] )               

 
 This command is executed every time the window is opened by the Popup command,
 so OnPopup doesn't have any effect at all if you don't have a Popup
 command in your script.

 There can be only one OnPopupClose command in a script.


 Also see: OnPopupClose


Home | Contents | Index | Help | < Browse | Browse >