Search found 1 match

by MikaelA
Sun Jun 19, 2011 11:42 am
Forum: iOS Deployment
Topic: Bluetooth and wireless keyboard
Replies: 8
Views: 8249

Bluetooth and wireless keyboard

Hi
If I use a wireless keyboard with bluetooth on my Mac and write in the Card Script:
on arrowKey theKey
if theKey is "Up" then
put "Up" Into fld "Field1"
Break
end if
end arrowKey
Then it works fine on the Macintosh but not in my iPad or in the simulator with my wireless keyboard.
I have tried ...