How are you supposed to the handle HTTP Auth? I can't see a trigger to handle it my self or a method to enable IE to use its own dialogs to prompt the user. I know if your using COM to script IE you can set Silent to true and it will not prompt the user but I cant find an equivilent for wxPython. I suppose there should be one, but where is it?!
How are you supposed to the handle HTTP Auth? I can't see a trigger to handle it my self or a method to enable IE to use its own dialogs to prompt the user. I know if your using COM to script IE you can set Silent to true and it will not prompt the user but I cant find an equivilent for wxPython. I suppose there should be one, but where is it?!
Any suggestions?
Which version are you using?
The wx.lib.iewin.IEHtmlWindow has a 'silent' property.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!