Page 1 of 1

Some keyboard keys do not work in a User control

Posted: 02 Apr 2008, 08:07
by godeny
Hello TiKu,

I've placed your Unicode Edit Control into a User Control. It seems me, that the KeyDown event disappears somewhere inside for several keys. The RIGHT, LEFT keys do not function - do not move the insertion point. If i define the KeyDown event, it does not fire. But for other keys - PGDN, PGUP , for example - it works correctly, the event fires.

If the Edit control is placed directly on the form, then - of course - everything is O.K.

Zoltan

Posted: 02 Apr 2008, 20:06
by TiKu
Hi,

which version of EditControls are you using? The bug should have been fixed in version 1.1.0. I can't reproduce it with this version.
If it still exists, please provide a small test project which I can use for debugging.

Bye
TiKu

Posted: 03 Apr 2008, 05:44
by godeny
Sorry, i've checked this forum, but not the download topic.
It was 1.0.2 from August 2007.

Now I've downloaded 1.1, and it works correctly.

Thank you.

Zoltan