Unwanted keyboard activation

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

Unwanted keyboard activation

Post by Jellobus » Sat Apr 05, 2014 10:55 am

Help help! experts :)

I am really confused with behavior of the keyboard in device. The keyboard automatically pops up when I navigate to the card containing a field. the thing is the locktext of field is true and the field is not for editing or input any text. It only shows list of text lines and each line redirects to different card when it clicked. How can I deactivate or suppress the activation of the keyboard??

card1-intro
card2-contining field "textList" (line 1 clicked then go to card "1", line 2 clicked then go to card "2", line 3 clicked then go to card "3")

Problem: when go to card2 from card1, the keyboard pops up
Goal: Suppress keyboard activation.

Thanks in advance!!

Louis

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Unwanted keyboard activation

Post by Mark » Sat Apr 05, 2014 11:33 am

Hi Louis,

The keyboard pops up because the field has focus. Set the traversalOn of the field to false and see if it still happens.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

Re: Unwanted keyboard activation

Post by Jellobus » Sat Apr 05, 2014 4:02 pm

Hi Mark,

Thanks!! problem fixed! :P

Cheers,

Louis

Post Reply