I have made my own Edwin control for Series 60 phones. I am trying to capture key events from the dial pad .
The problem i have is i can not capture the second or the third character of a perticular key.
I did use the iRepeats to track the number of times the key was pressed , but the output i get is max's the key was pressed is twice. This is when key is pressed for a longer time.
e.g Key- (2abc) i cant capture 'a' or 'b' or 'c' . How can i capture it and print it in my edwin control.
Last edited by parag_kudtarkar; 2004-11-17 at 09:58.
The conversion from "key" to "char" is managed by the active FEP. See the FEP example published on Forum Nokia. Then decide if you need to make you control FEP aware or you need your own multi-tap engine.