Sorry to ask this.
I sorted this out yesterday.
I've got text boxes on my initial card.
The keyboard was always popping up on first run on my app.
I researched what seemed like hours and found a solution but coming to grips with lc source control I've lost it before getting a chance to post and share my solution.
It was something like:
After 5 tics focus on nothing
I can't remember what routine to put it in either.
focus on nothing after 5 tics?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
focus on nothing after 5 tics?
Thanks to RunRev.
Thanks to LiveCode forum members.
LiveCode v5.5.5 - iOS Android Mac Windows - 6.5 Community
27" 2012 iMac i5, MacBook Pro, MacBook Air, iPhone 5, iPhone 4
xCode 5.0.2 - iOS7 - OS X Mavericks
Paid Apple iOS Developer Program Member
Thanks to LiveCode forum members.
LiveCode v5.5.5 - iOS Android Mac Windows - 6.5 Community
27" 2012 iMac i5, MacBook Pro, MacBook Air, iPhone 5, iPhone 4
xCode 5.0.2 - iOS7 - OS X Mavericks
Paid Apple iOS Developer Program Member
Re: focus on nothing after 5 tics?
I think I've been in the service industry so long that my mind works better when it thinks its answering a client query.

Code: Select all
on openCard
send "focus on nothing" to me in 5 millisecs
end openCard
Thanks to RunRev.
Thanks to LiveCode forum members.
LiveCode v5.5.5 - iOS Android Mac Windows - 6.5 Community
27" 2012 iMac i5, MacBook Pro, MacBook Air, iPhone 5, iPhone 4
xCode 5.0.2 - iOS7 - OS X Mavericks
Paid Apple iOS Developer Program Member
Thanks to LiveCode forum members.
LiveCode v5.5.5 - iOS Android Mac Windows - 6.5 Community
27" 2012 iMac i5, MacBook Pro, MacBook Air, iPhone 5, iPhone 4
xCode 5.0.2 - iOS7 - OS X Mavericks
Paid Apple iOS Developer Program Member