Hi Andreas!
I fixed the problem (I had called my ScriptProvider
'GroovyScriptProvider' instead of 'ScriptProviderForGroovy'), and have
made an initial v0.1 release for folks to try out.
http://www.ifcx.org/
http://www.ifcx.org/wiki/GroovyForOpenOffice.html
Thanks for the help!
Jim
Andreas Bregas wrote:
Hi Jim,
I've created a new ScriptProvider (for Groovy) using the Java helper
following the developer guide example, and it installs (shared or
local) OK but it never shows up in the "Organize Macros..." menu.
it's difficult to analyze your problem as you provide nearly
no information. As a first step: Have you checked, if your new
service is really available? You can do this e.g. with a small
Basic script:
oService = CreateUnoService(
"com.sun.star.script.provider.ScriptProviderForBasic" )
msgbox oService.dbg_methods
Of course you have to replace ScriptProviderForBasic with your
service name.
Regards
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]