Skip to main content

mergButton

Type

library

Description

mergButton is an iOS external for creating and manipulating native buttons.

Associated Syntax

Command

NameSummarySyntax
mergButtonCreateCreate a buttonmergButtonCreate <pName>, <pType>
mergButtonDeleteDelete a buttonmergButtonDelete <pName>
mergButtonSetSet a button propertymergButtonSet <pName>, <pProperty>, <pValue>, [<pState>]

Function

NameSummarySyntax
mergButtonGetGet a button propertymergButtonGet(<pName>, <pProperty>, [<pState>])
mergButtonFontNamesRequired because the fontNames funtion in LiveCode doesn't return actual font names mergButtonFontNames()

Message

NameSummarySyntax
mergButtonTouchDownSent to the control that called mergButtonCreate when the user touches down mergButtonTouchDown <pName>
mergButtonTouchDownRepeatSent to the control that called mergButtonCreate when the user touches down multiple times in rapid scucession mergButtonTouchDownRepeat <pName>
mergButtonTouchUpInsideSent to the control that called mergButtonCreate when the user releases the touch while still on the button mergButtonTouchUpInside <pName>
mergButtonTouchUpOutsideSent to the control that called mergButtonCreate when the user releases the touch when no longer on the button mergButtonTouchUpOutside <pName>
mergButtonTouchCancelSent to the control that called mergButtonCreate when the touch is cancelled by the system mergButtonTouchCancel <pName>
Thank you for your feedback!

Was this page helpful?