Hi,
I must be doing something really dumb with this
ActiveX_IEHtmlWindow
control. I want to embed it in my program, but when I do, I
find that it
won't resize correctly. The frame resizes fine, but the
ActiveX_IEHtmlWindow only stays at some default size and
doesn't redraw
itself or something. I've included a sample of what I am
doing.
I can make it work if I lose the notebook and set my panel
object like
this:
self.panel = TestPanel(self.frame)
I hope someone can shed some light on this. I am using
wxPython 2.8 and
Python 2.4 on Windows XP SP 2.
Thanks!
Mike Driscoll
Applications Specialist
MCIS - Technology Center
------------------------------------------------------------
---------
To unsubscribe, e-mail: wxPython-users-unsubscribe lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help lists.wxwidgets.org
|