Greetings all …
I attempted KeyDown, KeyPress & KeyUp on a WiseJ UserControl
the goal here is capture the enter/return key anywhere on the control.
So of course there is a table layout panel on my usercontrol so perhaps I need to use its Key events.
so I additionally tried to use those to capture the key input and invoke a search method.
Results are inconsistant.
As if the key-up needed the keypress to be wired up in order to fire. Or something crazy like that but again
inconsistent.
I have all three hooked up ( all six ) if you count the methods on the usercontrol and the tblLayoutPanel,
and I can’t get any of them to fire consistently.
All the key event work perfectly fine for us. If you have a test case that shows your issues we can probably help. The wiring need is part of the documented lazy event system. When running in a browser you don’t want all key and pointer events to fire all the times unless the control requested them.
Please login first to submit.