I'm trying to use the IEHtmlWin but can't find any examples of it in
use. Does anyone know of any?
And parenthetically, I'm using it to upload pictures to a Facebook
profile from a WX App. If anyone knows of a better way to do this than
a browser session, that's definitely invited too...
I'm trying to use the IEHtmlWin but can't find any examples of it in
use. Does anyone know of any?
Yes, look in the wxPython demo application it has an example of this
and many (most) other controls (see ActiveX_IEHtmlWindow).
And parenthetically, I'm using it to upload pictures to a Facebook
profile from a WX App. If anyone knows of a better way to do this than
a browser session, that's definitely invited too...
Many websites offer an xml-rpc protocol for remotely updating things
and sending commands/content to the website. You may want to
investigate if facebook has something along these lines or not.
Cody
···
On Fri, Jul 17, 2009 at 2:36 PM, wrybread<wrybread@gmail.com> wrote:
And parenthetically, I'm using it to upload pictures to a Facebook
profile from a WX App. If anyone knows of a better way to do this than
a browser session, that's definitely invited too...
Many websites offer an xml-rpc protocol for remotely updating things
and sending commands/content to the website. You may want to
investigate if facebook has something along these lines or not.