Keyboard : no return button !

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ludo
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 72
Joined: Mon Dec 03, 2007 6:10 pm

Keyboard : no return button !

Post by ludo » Sun May 15, 2011 5:41 pm

Hello,

With the "iphoneSetKeyboardType number" command, i've no return button to hide the ios keyboard.
I've tried the "iphoneSetKeyboardReturnKey done" or "iphoneSetKeyboardReturnKey default" but no changes
Capture d’écran 2011-05-15 à 16.40.56.png
Capture d’écran 2011-05-15 à 16.40.56.png (44.95 KiB) Viewed 4807 times
I've placed these command in the openfield script

Ios 4.3 - french - Livecode 4.6 personnal ios

thx

Klaus
Posts: 14182
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Keyboard : no return button !

Post by Klaus » Sun May 15, 2011 5:47 pm

Hi ludo,

try this:
...
## Removing focus from any editable field should hide the keyboard
focus on nothing
...


Best

Klaus

ludo
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 72
Joined: Mon Dec 03, 2007 6:10 pm

Re: Keyboard : no return button !

Post by ludo » Sun May 15, 2011 6:00 pm

Klaus wrote: ## Removing focus from any editable field should hide the keyboard
focus on nothing
Great ! Simple and effective

Thanks.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10044
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Keyboard : no return button !

Post by FourthWorld » Mon May 16, 2011 2:55 am

Klaus wrote:try this:
...
focus on nothing
...
Is that LiveCode or Zen? ;)
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Klaus
Posts: 14182
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Keyboard : no return button !

Post by Klaus » Mon May 16, 2011 12:13 pm

Hi Richard,

I'm sure LiveCode is a SUBSET of Zen 8)

Post Reply