Livecode Wiki
Advertisement

Sent to the current card of the defaultStack when the keyboard is hidden. Syntax:

keyboardDeactivated

Examples:

on keyboardDeactivated
   answer "The keyboard was deactivated" with "Okay"
end keyboardDeactivated

Handle the keyboardDeactivated message to move controls or change the display layout to take account of the restricted screen area that becomes available when the keyboard is hidden.

See also: iphoneSetKeyboardReturnKey (command),keyboardActivated (message),

Advertisement