Mathieu van Echtelt wrote:

Hi,

Thanks for your suggestion, but I already started exploring Python-UNO
bridge and made some progress.
(http://udk.openoffice.org/python/python-bridge.html)

A python script connects to my running OOo, this is great because now
I don't have to startup and wait for OOo after every marco execution.

I can execute this Python script from Smalltalk.

My first question is solved now. But how to invoke my OOs macro's
(written in Basic, included in OOo) from within this Python script?
I have never done it.... There might be a dispatch that you can use, but that would require a frame.... You could simply write your macro in Python

--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info:  http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to