Posted 19 years ago
by Tom Pickrell
I've just started working with Syntax Editor. I've installed Version 3.0.0.179, and have built an XML Editor application.
The application runs and works just fine, but the DEL key does not work, unless there selected text.
I've put keydown, and keypress events at the form level, and keydown, keypress, keytyped and keytyping events at the syntax editor component level.
None of the events are tripped unless I also press SHIFT, CTRL, or ALT in addition to DEL.
The test application seems to work fine, so, it's probably something in my form setup, but I don't see it, and am not sure where to start looking.
The application runs and works just fine, but the DEL key does not work, unless there selected text.
I've put keydown, and keypress events at the form level, and keydown, keypress, keytyped and keytyping events at the syntax editor component level.
None of the events are tripped unless I also press SHIFT, CTRL, or ALT in addition to DEL.
The test application seems to work fine, so, it's probably something in my form setup, but I don't see it, and am not sure where to start looking.