Oliver Brinzing wrote:
Hi Andrew,

Use Tools -> Macros -> Organize Macros -> Python to view the Python
macros included with OOo.

i t should be possible to deploy scrips via extension.mechanism
i have written a java script dispatcher for form controls, for example a method 
"doSomething":

vnd.sun.star.script:scriptdispatch.org.test.script.Dispatch.doSomething?language=Java&location=share:uno_packages/scriptdispatch.oxt

this works perfect with oo 2.4.2 (i can connect the form control event with the 
above mentioned url
using
the gui editor) but just noticed, oo 3.0.1 installs the extension without any 
error message
but it's not activated.

i can not find any "share/Scripts/unopkg-desc.xml" which sholud contain the 
path to the url like:

<unopackages>
 <language value="Java">
     <package
value="vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE/uno_packages/2446.tmp_/scriptdispatch.oxt/dispatch/"/>
</language>
</unopackages>

seems, something is broken ... :-(

http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Scripting/Integration_with_Extension_Manager

Oliver
Thanks for the link Oliver.

Dean, based on the feedback here, take a look at the WIKI link above and then decide if something has changed and / or is broken. It sounds to me like something might be broken.

Do you know how to search for bugs and file a bug report?

http://www.openoffice.org/issues/query.cgi

I do not know the previous behavior, but this was one that I found

http://www.openoffice.org/issues/show_bug.cgi?id=68248

--
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