Skip to main content
Participant
March 22, 2013
Question

Multiline textfiel and keyboard with -return- and -done- buttons

  • March 22, 2013
  • 2 replies
  • 768 views

I am writing an iPhone app with multiline textfield. For this I need the keyboard as displayed. Specifically, a -return- key and a -done- button on top. Is this possible with air3.6? Any help is much appreciated. Thanks!

This topic has been closed for replies.

2 replies

Participating Frequently
June 7, 2013

did you ever find a solution?

Legend
June 8, 2013

I imagine the simplest way is to position an HGroup based on the softKeyboardRect property of stage.

Mark.fromOP
Inspiring
March 24, 2013

Have you looked into the StageText class? I know it has some options for controlling the keyboard layout.

Participant
March 25, 2013

Hi,

Yes, I have looked at StageText class, but sadly it does not have the done and return in 1 screen. I can change the returnKeyLabel but it does not add an extra Done button.

Thanks for the reply!