Dear all,
While using wx.activex in version 2.5.1 with Python 2.3, I
have encountered some difficulties.
I would appreciate very much if someone can share some light
or experience on them.
*. No properties are generated from wx.activex.GernerateAXModule
for some ActiveX controls
where properties can be found in Microsoft C++
6.0 ActiveX Control Test Container.
(ie. MyActiveXWindow.GetAXPropCount() == 0)
*. Unsupported type encountered with wx.activex.GernerateAXModule.
Currently only some data types are supported.
I would like to enhance the _activex.pyd with some
additional types needed for my application.
Anyone know where is the source code for it?
(I do not seem to find it in wxPythonSrc-2.5.1.5.tar.gz)
-JC
Robin
2
Jung Lin wrote:
Dear all,
While using wx.activex in version 2.5.1 with Python 2.3, I have encountered some difficulties.
I would appreciate very much if someone can share some light or experience on them.
*. No properties are generated from wx.activex.GernerateAXModule for some ActiveX controls
where properties can be found in Microsoft C++ 6.0 ActiveX Control Test Container.
(ie. MyActiveXWindow.GetAXPropCount() == 0)
*. Unsupported type encountered with wx.activex.GernerateAXModule.
Currently only some data types are supported.
I would like to enhance the _activex.pyd with some additional types needed for my application.
Anyone know where is the source code for it?
(I do not seem to find it in wxPythonSrc-2.5.1.5.tar.gz)
It is part of the PyWin modules.
http://starship.python.net/crew/mhammond/win32/
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!