When starting my iPhone/iPad app
in the preopencard handler I have
focus on nothing
to avoid the keyboard showing off.
Tried out on the opencard handler too.
But it doesn't work

What do I miss?
Thierry
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Bonjour Jean-Marc,jmburnod wrote:Hi Thierry,
Do you have a fld with traversalon = true int your cd ?
Jean-Marc
Jean-Marc you're the hero of the dayjmburnod wrote: Why not set flds traversalon = false and lock folds on preopencard and send a message in time to unlock flds and set traversalon of flds to true
Thanks Jacque for this clarificationjacque wrote:This has been a problem since MetaCard.
The workaround you found is the usual way to handle it, though I haven't ever had to lock the field, I only had to turn off traversalOn.
Thanks Dixie,Dixie wrote: Why not just use native fields, then there are no more problems ..
I'm curious: given the complexity and cost involved with attempting to emulate mobile OS text editing in a LC field, what benefit of using an LC field is the customer interested in?Thierry wrote:Thanks Dixie,Dixie wrote: Why not just use native fields, then there are no more problems ..
In between us, this is what I was doing all the time till this week![]()
Otherwise, considering any projects from the customer's perspective,
the developer can't always choose the subjective best option.
( this project is a multi-platform one with few developers)
Thanks Richard for coming in .. Mmm, may be a bit late.given the complexity and cost involved with attempting to emulate mobile OS text editing in a LC field
I don't. When I started doing mobile work I made some test stacks to get a feel for what's involved. I noticed a lot of work went into supporting mobile-OS-native fields, so I made some comparisons, which led to me question here.Thierry wrote:...But how do you know if this solution is not less costly in a whole project which I didn't talk about?given the complexity and cost involved with attempting to emulate mobile OS text editing in a LC field
Like Jacque said, copy and paste are biggies. But equally important IMO is general editing behavior, the way the selection handles look and behave, the appearance of an editing context menu when a selection is active, and other things users have come to expect.And what are the problems others are experiencing with LC fields?