Hi,
I need to integrate an ActiveX module into a wxPython application.
Is there a way to display several wxPython windows for a single
ActiveX module instance having multiple "handles" ?
Thanks !
Hi,
I need to integrate an ActiveX module into a wxPython application.
Is there a way to display several wxPython windows for a single
ActiveX module instance having multiple "handles" ?
Thanks !
Please explain.
On 2/29/12 7:03 AM, Thierry wrote:
Hi,
I need to integrate an ActiveX module into a wxPython application.
Is there a way to display several wxPython windows for a single
ActiveX module instance having multiple "handles" ?
--
Robin Dunn
Software Craftsman
The ActiveX to integrate in my wxPython application is a kind of data
analyzer managing multiple windows. It loads some data from a file
then displays a set of chronograms in a window and a grid of data
analyses in another one. Moreover these windows are synchronous : a
click on a row of the grid refresh the window containing chronograms
to point where the analyses are coming from.
At lower level, when the file containing data is loaded, the ActiveX
returns a set of Handles. It is possible to display the chronograms
view from its respective Handle by using function
"wx.Window_FromHWND". But the window that should contain the grid view
is empty when using the same function with its own Handle.
So I need some clues to display multiple windows from a single ActiveX
instance.
Thanks !
On 29 fév, 20:00, Robin Dunn <ro...@alldunn.com> wrote:
On 2/29/12 7:03 AM, Thierry wrote:
> Hi,
> I need to integrate an ActiveX module into a wxPython application.
> Is there a way to display several wxPython windows for a single
> ActiveX module instance having multiple "handles" ?Please explain.
--
Robin Dunn
Software Craftsmanhttp://wxPython.org