Does anyone know how I map the keyboard events TAB and ENTER for the
IEHtmlWindow control?
Whenever I use the IEHtmlWindow to present a page having buttons (to
submit content of a form) and edit fields (of the form), I'm not able to
TAB between the various input fields and pressing ENTER does not
activate the default button.
Guess I have to hook up some events. Does anyone have examples of how
this is done?
Does anyone know how I map the keyboard events TAB and ENTER for the
IEHtmlWindow control?
Somebody mentioned a while back that the IE ActiveX control requires something else to be implemented in the ACtiveX container in order for the key events to be handled by the container. Unfortunatly it was a bit beyond my understanding and I didn't have time to learn so I've been waiting/hoping that somebody else would implement it and submit a patch. Sorry.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!