Hi All,
My Qeustion is:
is it possible to open ineternet browser and confine it to a frame (or better, to browse it in multiframe object).
the application that i need is not exactly browsing - i want to view an instrument that has static IP on the server and by setting the IP in the address bar i can see it online (it's Agilent 8960).
Thanks for you help,
Roy.
···
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
is it possible to open ineternet browser and confine it to a frame (or
better, to browse it in multiframe object).
There are 3 ways of doing so. There is the built-in wx webbrowser
module, there is the "embed IE into wx", and then there is the (only
partially functioning, if I remember correctly) "embed mozilla into wx".
the application that i need is not exactly browsing - i want to view an
instrument that has static IP on the server and by setting the IP in the
address bar i can see it online (it's Agilent 8960).
You could use urllib, urllib2, or httplib directly to fetch the page and
display some other sort of indicator.
- Josiah
···
"ROY ZINN" <royzinn@hotmail.com> wrote: