views:

16

answers:

1

I have a customItem in my application and I am using keypressed event for it. Until now, I have been testing my application on N95 and it works perfectly there but the same keypressed event is not working on other nokia phones such as N86 and ExpressMusic. Does anybody know what the issue is.

Thanks and regards, Ashish.

A: 

I've had a similar problem, fixed it by changing the to keyTyped instead of keyPressed.

Simsevu