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
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. Note: This statement is now obsolete -- new applications should use the matrixbutton statement. |