See
Also
To trigger an action for an
event:
1.
|
Select the
object where the event occurs. For example, a new button you
have just inserted. |
2.
|
Select the
behavior property corresponding to the event. For example, a
button's Action property corresponds to the event of the button
being clicked. |
3.
|
As a value for the behavior property, type the method call(s)
or compose a method
call script with the help of the Object Activator tool. |
The method call script
specifies the object(s) you want to activate, and the action(s) you
want it to perform. For example, the method call could specify that
an instance of a particular info window is to be opened, and that
it should perform a query after opening.
|