Pattern Lock | |
Type | widget |
Dictionary | widget.lockpattern |
Library | Pattern Lock |
Associations | com.livecode.widget.lockpattern |
Summary | This widget allows you to draw a lock pattern. |
Description |
|
Type | Name | Summary | Syntax |
---|---|---|---|
message | InputComplete | Sent to the widget when the user finishes drawing the pattern. | InputComplete <pPIN> |
property | backgroundOpacity | A value between 0 and 100 for the opacity of the lock pattern background. | set the backgroundOpacity of <widget> to number get the backgroundOpacity of <widget> |
- - - | PatternError | Show the last drawn pattern and then delete it. | set the PatternError of <widget> to true |
- - - | PIN | The resulting PIN of the drawn pattern. | get the PIN of <widget> |
- - - | RoundedRadius | The radius of the widget background edges. | set the RoundedRadius of <widget> to number get the RoundedRadius of <widget> |
- - - | ShowPattern | If the pattern is shown to the user, draw it. | set the ShowPattern of <widget> to {true | false} get the ShowPattern of <widget> |
widget | Pattern Lock | This widget allows you to draw a lock pattern. | set the ShowPattern of <widget> to {true | false} get the ShowPattern of <widget> |