Re: [python-win32] Webbrowser control and Tab Navigation

2008-06-11 Thread Christof Ecker
2008/6/10 Mike Driscoll <[EMAIL PROTECTED]>: > Christof Ecker wrote: >> >> Hi all, >> >> I am using the webbrowser control (internet explorer) as display >> component in a project. Unfortunately the Tab and Enter keys do not >> work, i.e. it is impossible to switch between input fields of the >> di

Re: [python-win32] Webbrowser control and Tab Navigation

2008-06-10 Thread Mike Driscoll
Christof Ecker wrote: Hi all, I am using the webbrowser control (internet explorer) as display component in a project. Unfortunately the Tab and Enter keys do not work, i.e. it is impossible to switch between input fields of the displayed html-page and it is impossible to enter a newline in an i

[python-win32] Webbrowser control and Tab Navigation

2008-06-09 Thread Christof Ecker
Hi all, I am using the webbrowser control (internet explorer) as display component in a project. Unfortunately the Tab and Enter keys do not work, i.e. it is impossible to switch between input fields of the displayed html-page and it is impossible to enter a newline in an input field. The shorten