[wxPython-dev] 20060712 test build uploaded

Robin Dunn robin at alldunn.com
Mon Jul 17 14:02:18 PDT 2006


David Hughes wrote:
> Robin Dunn wrote:
> 
>> Werner F. Bruhin wrote:
>>
>>>
>>> *ActiveXPdfWindow*
>>> Crashes when opening a PDF file (Adobe 7.0.5)
>>
>>
>> Yes, this is the same old problem with Adobe's new ActiveX control 
>> that nobody has been able to solve yet.  I suppose I should just take 
>> this module out of the demo, or else show it by embedding in an IE 
>> window instead, which does work.  If somebody has time to whip up a 
>> patch for this I would appreciate it.
> 
> See attached file ActiveX_PDFWindow.py.
> 

I decided to take a different route with this.  Instead of just 
modifiying the demo I modified the wx.lib.pdfwin module to automatically 
use the IE window.  This way it is still able to expose the Acrobat COM 
methods because they are available via the Document property.  However 
this required using win32com instead of wx.activex.

Please give it a try by getting the CVS version:


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





More information about the wxpython-dev mailing list