Re: Spiking the focus

2012-10-02 Thread Graham Samuel
Mark, thanks as ever for your reply. I can do what you say and probably will, since I have no idea how to use native text fields in the sense you appear to mean: I would love to understand it, but I only have the available documentation to go on, and it really doesn't help much. Just to be clea

Re: Spiking the focus

2012-10-02 Thread Mark Schonewille
Graham, Set the traversalon to false in preOpenCard (or better yet, when you build the standalone). et the traversalOn to true in a mouseUp handler and select the text of your field to make the keyboard appear. Still better would be to use native text fields, which would allow you to keep trave

Spiking the focus

2012-10-02 Thread Graham Samuel
I'm having trouble running some very simple tests of iOS keyboard input, and one problem is that I want the iOS keyboard to come up when the user touches a specific field (or the mouse clicks in the Simulator). These fields are locked with TraversalOn set to true as is usual for iOS keyboard inp