Hi there

  • Thread starter Thread starter chook.harel
  • Start date Start date
C

chook.harel

I have a pocketpc device and I've intalled a hebrew keyboard into it..

But they did a mess with the location of the fonts
(I have a numeric input keyboard for my handle so I am using it like a
cellphone SMS keyboard)
Now in my program I mapped the locations of the bad placed chars and
the new and good ones,
my problem is that if i use KeyUp/KeyPessed for clickeing on "3" 2
times or so...
It doesn't work like a sms keyboard,
(For example:
clicking 2 times on 2 will result in "ab" and not just b..


any help would be appreciated.
 
One guy told me that the best way to do this is by timer.
When a click is fired the timer will count like a second, and only then
transfer the key (that way, if i clicked three times on the
3 button... the F will finally be delivered and not the d-e-f"

But i don't really know how to do it :/

any tutorial guys? plz...
 
Back
Top