mergButton | |
Type | library |
Dictionary | LCS |
Library | LiveCode Script |
Associations | mergbutton |
Description | mergButton is an iOS external for creating and manipulating native buttons. |
Type | Name | Summary | Syntax |
---|---|---|---|
command | mergButtonCreate | Create a button | mergButtonCreate <pName>, <pType> |
- - - | mergButtonDelete | Delete a button | mergButtonDelete <pName> |
- - - | mergButtonSet | Set a button property | mergButtonSet <pName>, <pProperty>, <pValue>, [<pState>] |
function | mergButtonFontNames | Required because the fontNames funtion in LiveCode doesn't return actual font names | mergButtonFontNames() |
- - - | mergButtonGet | Get a button property | mergButtonGet(<pName>, <pProperty>, [<pState>]) |
library | mergButton | mergButtonGet(<pName>, <pProperty>, [<pState>]) | |
message | mergButtonTouchCancel | Sent to the control that called mergButtonCreate when the touch is cancelled by the system | mergButtonTouchCancel <pName> |
- - - | mergButtonTouchDown | Sent to the control that called mergButtonCreate when the user touches down | mergButtonTouchDown <pName> |
- - - | mergButtonTouchDownRepeat | Sent to the control that called mergButtonCreate when the user touches down multiple times in rapid scucession | mergButtonTouchDownRepeat <pName> |
- - - | mergButtonTouchUpInside | Sent to the control that called mergButtonCreate when the user releases the touch while still on the button | mergButtonTouchUpInside <pName> |
- - - | mergButtonTouchUpOutside | Sent to the control that called mergButtonCreate when the user releases the touch when no longer on the button | mergButtonTouchUpOutside <pName> |