matrixbuttonhelper
BUTTONLIST
,
CLICKBUTTON
,
BUTTONRECTANGLE

The matrixbuttonhelper statement helps implement buttons in a matrix object.


Parameters

This statement has three parameters:

buttonlist – List of potential button objects in matrix frame, carriage return delimited.

clickbutton – Return object that was clicked on, or "" if none,

buttonrectangle – Return location of object that was clicked on, or "" if none.


Description

This statement helps implement buttons in a matrix object. It can be called when a user clicks within a matrix. Given a list of buttons, it will tell you which one was clicked on, if any.

matrixbuttonhelper "Change Quantity"+¶+"Delete Item"+¶+"Change Price",mButton

Note: This statement is obsolete, it has been replaced by the matrixbutton statement, which is simpler (it doesn’t require a list of buttons) and faster.


See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0. Note: This statement is now obsolete -- new applications should use the matrixbutton statement.