Hi all,
Has anyone tried successfully or unsuccessfully to get wxPython working
inside of Excel? I am trying to write an add-in for excel but I need to be
able to pop up dialog boxes etc. I know I can use the win32 stuff and pop a
VB dialog using com, but the code of the add-in is also used in other
applications and across platforms. Any help would be appreciated.
Regards
Gerrit van Dyk
···
-------------------------------------------------------------------------
This e-mail is intended only for the use of the individual or entity named
above and may contain information that is confidential and privileged,
proprietary to the company and protected by law. If you are not the intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this e-mail is strictly prohibited. Opinions, conclusions and
other information in this message that do not relate to the official
business of our company shall be understood as neither given nor endorsed by
it.
There's an example for embedding Internet Explorer in a wxPython app in the
wxPython demo.
But you probably want to write an ActiveX server to make an excel plugin.
Check out the the win32com stuff:
You can use the wxApp message loop instead of the pythonCom message loop as
most of the COM examples show.
Hope this helps.
GBU
Matthew Sherborne
···
----- Original Message -----
From: "Gerrit Van Dyk" <GerritVD@decillion.net>
To: "wxPython-users (E-mail)" <wxpython-users@lists.wxwindows.org>
Sent: Friday, March 15, 2002 5:09 PM
Subject: [wxPython] wxPython and Excel
Hi all,
Has anyone tried successfully or unsuccessfully to get wxPython working
inside of Excel? I am trying to write an add-in for excel but I need to be
able to pop up dialog boxes etc. I know I can use the win32 stuff and pop
a
VB dialog using com, but the code of the add-in is also used in other
applications and across platforms. Any help would be appreciated.
Regards
Gerrit van Dyk
-------------------------------------------------------------------------
This e-mail is intended only for the use of the individual or entity named
above and may contain information that is confidential and privileged,
proprietary to the company and protected by law. If you are not the
intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this e-mail is strictly prohibited. Opinions, conclusions and
other information in this message that do not relate to the official
business of our company shall be understood as neither given nor endorsed
by
it.
_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users