Run script from an object graphic.
ArborX


Summary
Run a script from an object graphic

Scripts can be assigned to a graphic, so that when the user clicks on the graphic the script is run. This is achieved using the graphics macros tgtpos and tgsel with -1 parameters. You must first assign a script to a selected object graphic using the tgtext macro, or by selecting [Graphic/Attach text/Text stream]. Change the position of the text stream using the tgtpos macro shown below:

Run the script by selecting the graphic using the graphics selection macro tgsel as shown below:

If you are planning an interactive document of some kind it would make sense to assign the tgsel -1 macro to a keystroke or toolbar button for instance. Like the example shown below (0000 representing the key number):

 tgtpos -1 5
 tgsel -1 7
 *0000tgsel -1 9

Document created on 08-Feb-2003 (revision 1)