Re: wxpython and IEHtmlWindow, Focus Problem.

2008-04-25 Thread Mike Driscoll
On Apr 24, 11:48 pm, Farsheed Ashouri <[EMAIL PROTECTED]> wrote: > Hi everyone. I create a little browser with wxpython and IEHtmlWindow. > But I have a little problem here. > When I press enter in the html page, The focus goes to another panel. > Why this happens? > I want to load a html page and

wxpython and IEHtmlWindow, Focus Problem.

2008-04-24 Thread Farsheed Ashouri
Hi everyone. I create a little browser with wxpython and IEHtmlWindow. But I have a little problem here. When I press enter in the html page, The focus goes to another panel. Why this happens? I want to load a html page and it have textares and user should able to press enter inside html page. Th