Re: [python-win32] 2010 com addin and IRibbonExtensibilty

2010-12-08 Thread Christian K.
Hi Robert, Am 09.12.10 00:05, schrieb robert2682: 2) I'd appreciate it if you'll let me know whether the Tag attribute in the callback can be read. This is the problem I mentioned in my initial response. Just let me know the contents of the second message box after clicking the button in Offic

Re: [python-win32] 2010 com addin and IRibbonExtensibilty

2010-12-08 Thread robert2682
Christian K. wrote: Hi Christian, As promised, attached please find a sample program for accessing the Office Ribbon from Python. A couple notes: 1)The program I've written is for Excel; if you want Outlook you'll need to change the registration code, but this shouldn't be a big deal!

Re: [python-win32] 2010 com addin and IRibbonExtensibilty

2010-12-07 Thread robert2682
Christian K. wrote: I even fail to get that far. What do I have to change here to be able access the new style toolbars? class Addin: _com_interfaces_ = ['_IDTExtensibility2'] _public_methods_ = [] _reg_clsctx_ = pythoncom.CLSCTX_INPROC_SERVER _reg_clsid_ = "{D371B22C-78B1-427

Re: [python-win32] 2010 com addin and IRibbonExtensibilty

2010-12-07 Thread Christian K.
Am 06.12.10 05:42, schrieb robert2682: Christian K. wrote: Hi, has anybody experiencs in writing Outlook com addins using the IRibbonExtensibilty mechanism? I would like to make use of the ui features provided by office 2010. Currently I am creating office toolbars as demonstrated in the win32c

Re: [python-win32] 2010 com addin and IRibbonExtensibilty

2010-12-05 Thread robert2682
Christian K. wrote: Hi, has anybody experiencs in writing Outlook com addins using the IRibbonExtensibilty mechanism? I would like to make use of the ui features provided by office 2010. Currently I am creating office toolbars as demonstrated in the win32com.demos and all toolbars go to the "Add

[python-win32] 2010 com addin and IRibbonExtensibilty

2010-12-05 Thread Christian K.
Hi, has anybody experiencs in writing Outlook com addins using the IRibbonExtensibilty mechanism? I would like to make use of the ui features provided by office 2010. Currently I am creating office toolbars as demonstrated in the win32com.demos and all toolbars go to the "Addins" tab. Thank