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]