I can't exit (trigger code) with enter being pressed from a text field.
I tried on enterKey and on returnKey and even tried on keyDown (if it is return then ....)
Can anybody help ???
Thanks,
Carel
Exit text field with Enter or Return
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 10052
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Exit text field with Enter or Return
Those two keys have special messages for use in an editable field - try returnInField and enterInField.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Exit text field with Enter or Return
Thank you!!!