Information in regards to wx.lib.iewin.IEHtmlWindow

I been trying to locate information this control without any success.
I’m looking to find a list of methods and events that are exposed, but
I’m not finding anything. E.g., Can I send over predefined cookies with
the requests? What events can I listen to? I looked over the example in
the wxPython demo application, but it doesn’t show anything in regards
to Cookies and also just a few events.

Any information would be helpful.

P.S. wxPython ROCKS!

···


-Richard Burton

Richard Burton wrote:

I been trying to locate information this control without any success. I'm looking to find a list of methods and events that are exposed, but I'm not finding anything. E.g., Can I send over predefined cookies with the requests? What events can I listen to? I looked over the example in the wxPython demo application, but it doesn't show anything in regards to Cookies and also just a few events.

Any information would be helpful.

Use the source:

http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/wxPython/wx/lib/iewin.py?rev=1.2&content-type=text/vnd.viewcvs-markup

and MSDN has info about the COM interface used:

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Thanks for your feedback. How would future versions of IE impact the use of this widget? It shouldn’t because it’s dependent on the underlying interface that MS provides?

···

On 7/17/06, Robin Dunn robin@alldunn.com wrote:

Richard Burton wrote:

I been trying to locate information this control without any success.
I’m looking to find a list of methods and events that are exposed, but
I’m not finding anything. E.g., Can I send over predefined cookies with

the requests? What events can I listen to? I looked over the example in
the wxPython demo application, but it doesn’t show anything in regards
to Cookies and also just a few events.

Any information would be helpful.

Use the source:

http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/wxPython/wx/lib/iewin.py?rev=1.2&content-type=text/vnd.viewcvs-markup

and MSDN has info about the COM interface used:

http://msdn.microsoft.com/workshop/browser/webbrowser/reference/ifaces/iwebbrowser2/iwebbrowser2.asp


Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!


To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail:
wxPython-users-help@lists.wxwidgets.org


-Richard Burton

Richard Burton wrote:

Thanks for your feedback. How would future versions of IE impact the use of this widget? It shouldn't because it's dependent on the underlying interface that MS provides?

Correct, although as with anything in the Microsoft world any "should"
or "shouldn't" comments always take a lot of luck to remain true for long.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Robin I must say, this widget is excellent. You did a very good job and
it’s very creative. The sky is the limit with this thing!

Best Regards,

Richard Burton

···

On 7/17/06, Robin Dunn robin@alldunn.com wrote:

Richard Burton wrote:

Thanks for your feedback. How would future versions of IE impact the use
of this widget? It shouldn’t because it’s dependent on the underlying
interface that MS provides?

Correct, although as with anything in the Microsoft world any “should”
or “shouldn’t” comments always take a lot of luck to remain true for long.


Robin Dunn
Software Craftsman

http://wxPython.org
Java give you jitters? Relax with wxPython!


To unsubscribe, e-mail:
wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org


-Richard Burton