mergButton

Typelibrary
DictionaryLCS
LibraryLiveCode Script
Associationsmergbutton
Description

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

TypeNameSummarySyntax
commandmergButtonCreate

Create a button

mergButtonCreate <pName>, <pType>

- - -mergButtonDelete

Delete a button

mergButtonDelete <pName>

- - -mergButtonSet

Set a button property

mergButtonSet <pName>, <pProperty>, <pValue>, [<pState>]

functionmergButtonFontNames

Required because the fontNames funtion in LiveCode doesn't return actual font names

mergButtonFontNames()

- - -mergButtonGet

Get a button property

mergButtonGet(<pName>, <pProperty>, [<pState>])

librarymergButton

mergButtonGet(<pName>, <pProperty>, [<pState>])

messagemergButtonTouchCancel

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>