wtk 25 key event bug

Hello !

I took this provocative title because i hope to get a little more feedback.

I do not really know whether it is a bug, but:

On my emulator a Canvas receives 2 key events for one click.

So exactly spoken:

If a button is clicked in emulator, first method

keyPressed() is invoked, then

method keyRepeated() is invoked.

On WTK 22 key events did not work at all, speak: the method keyRepeated() was never invoked on a Canvas.

But now i cannot press the button so short, that keyRepeated() is not invoked.

Did anyone out there experience the same behaviour ?

regards

[642 byte] By [nugl0815a] at [2007-10-3 11:33:01]
# 1
This property in DefaultColorPhone.properties might work:keyRepeatEvents = false
TomToma at 2007-7-15 13:59:54 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Hi TomTom !Thanks for your hint.Emulator works now wonderful.regardsMichael
nugl0815a at 2007-7-15 13:59:54 > top of Java-index,Java Mobility Forums,Java ME Technologies...