On Fri, 07 Dec 2007 18:37:35 -0600, Noelson Duarte <[EMAIL PROTECTED]> wrote:

Hello,

I've a py script with only two functions (no class) . From PyUNO docs I
know that is possible to deploy scripting framework py files as UNO
packages. All right.

I want to know if is it possible to deploy it as an Addon and, if yes, what
is the URL used within addons.xcu to call func1 ?

Sorry my english and thanks.
--
Noelson

You can generate your own Addon.xcu (is an XML), you will define the menu, options and other parameters. In the end you will need to send the execute to the function a good explanation of the addon is on the wiki.

then just zip it and rename to an oxd so you can install as a package manager.
http://wiki.services.openoffice.org/wiki/UNO_component_packaging#Addons.xcu

http://wiki.services.openoffice.org/wiki/Extension_Deployement



--
Alexandro Colorado
Help the Tabasco Relief efforts:
http://rootcoffee.blogspot.com/2007/11/race-to-save-mexico-flood-victims.html

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

Reply via email to