IEHtmlWindow

Chris Haynes chaynes at indiana.edu
Sat Sep 2 08:31:58 PDT 2006


Robin Dunn wrote:
> See 
>
http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:msp:93517:fijbnmpjbjeoomhmoci
k

Thanks, that did it. Looks like our messages "crossed in the mail". 

It seems the simplest fix for the book's code on the bottom of page 502 is
to remove the parent argument.

The remaining show-stopper for my application is that though the
python-initiaed IE browser will run Javascript (with an absolute link: see
below), it is unresponsive to keyboard input. If the window is too small so
there is a vertical scrollbar, the
up/down arrow keys will scroll, so keyboard events are being caught at a
level that manages the window scrolling, not by
the IE browser, as I need. 

  html.SetFocus()

does not help. Any suggestions on how to burrow in to the IE canvas so the
focus can be set there? Or some other approach?

Another glitch I can live with is that relative file links don't work, or
are relative to something useless (not the python current directory). If
that can be fixed it would be nice.

Best,
Chris

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20060902/76a1fd6b/attachment.htm


More information about the wx-users mailing list