Hello Andrew, On Saturday 07 February 2009 14:00, Andrew Douglas Pitonyak wrote: > 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?l > >anguage=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.t > >mp_/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
there is some info on broken things at the start of http://udk.openoffice.org/python/python-bridge.html Four out of five are Windows only. Regards -- Ariel Constenla-Haile La Plata, Argentina "Aus der Kriegsschule des Lebens - Was mich nicht umbringt, macht mich härter." Nietzsche Götzendämmerung, Sprüche und Pfeile, 8. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
