Re: [api-dev]Re: Java - Access StarBasic Scripts in hidden document-not working

2006-09-18 Thread Jürgen Schmidt
Hi, it seems to be a bug and Andreas has already submit an issue for the problem Thanks Juergen Bernard Marcelly wrote: Bonjour Andreas, ( unrelated note : your messages have a "reply-to" which disturbs my emailer. It should read dev@api.openoffice.org ) Message du 2006-09-13 09:56: here

[api-dev] Re: Java - Access StarBasic Scripts in hidden document-not working

2006-09-15 Thread Andreas Bröker
Hello Bernard, I have filed an issue (69552) for this. Best regards Andreas Bernard Marcelly schrieb: Bonjour Andreas, ( unrelated note : your messages have a "reply-to" which disturbs my emailer. It should read dev@api.openoffice.org ) Message du 2006-09-13 09:56: here is my Java code s

[api-dev] Re: Java - Access StarBasic Scripts in hidden document -not working

2006-09-13 Thread Andreas Bröker
Hello Bernard, here is my Java code snippet: XScriptProviderSupplier scriptProviderSupplier = (XScriptProviderSupplier)UnoRuntime.queryInterface(XScriptProviderSupplier.class, xComponent); XScriptProvider xScriptProvider = scriptProviderSupplier.getScriptProvider(); XScript xScript = xScript