Action
Any
ISaVIEW
object or group acts as a push button. Use the styles and variables of the action properties to define a push button-like behavior for the object. Define the action properties using the Properties
window. Properties available to define the action of an object are:Action Property | Description |
---|---|
Action Event | Operation to perform upon occurrence of Action Type event. Possible values are None, GoToHTML, GoToPage, IncrementValue, AutoIncrementValue, and ReverseValue. |
Action Link | Destination address or path for GoToHTML or GoToPage Action Event operations. Possible values are ftp://, http://www, and \\. |
Action Type | Mouse event triggering the Action Event operation. Possible values are None, MouseClick, MouseDoubleClick, and MouseAll. |
Action Variable | Variable that controls the Action Event for IncrementValue, AutoIncrementValue, and ReverseValue operations. The Action Event Type determines the expected variable type:
Click ![]() |
Increment Time | Interval between increments, in seconds, of the Action Variable variable where the Action Event is AutoIncrementValue |
Increment Value | Rate of increase of the Action Variable variable for each Action Type mouse event where the Action Event is either IncrementValue or AutoIncrementValue |
ActionEvent Operations | Description |
---|---|
None | Disables Action Event |
GoToHTML | Jumps to the HTML page defined in Action Link |
GoToPage | Jumps to the ISaVIEW page defined in Action Link |
IncrementValue | Increments once the value of the Action Variable variable by the value of Increment Value |
AutoIncrementValue | Increments continuously the Action Variable variable by the Increment Value value using the Increment Time time lapse |
Reverse Value | Reverses the value of the Action Variable variable |
Mouse Event | Description |
---|---|
None | Disables Action Type |
MouseClick | Sets a single mouse click to execute Action Event |
MouseDoubleClick | Sets a double mouse click to execute Action Event |
MouseAll | Sets any type of mouse click to execute Action Event |
Define action properties for an object from the
Properties
window while in design mode.To define the action properties of an object
- Click
to set the
ISaVIEWscreen to design mode. - In theISaVIEWscreen, select the required object or group of objects.
- In thePropertieswindow, define the required action properties.
Provide Feedback