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

GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to