[api-dev] regcomp fails with DocumentLoader example

2009-04-13 Thread Maximilian Odendahl
Hi, I am trying to compile and run the DocumentLoader example on Solaris 10, Sparc, OpenOffice SDK 3.1 and OpenOffice.org 3.1(m8). Compiling works fine, but then regcomp seems to hang forever, this is what I get: ---Register necessary runtime components in the DocumentLoader.rdb

Re: [api-dev] regcomp fails with DocumentLoader example

2009-04-13 Thread Maximilian Odendahl
Hi, Compiling works fine, but then regcomp seems to hang forever, this is what I get: ---Register necessary runtime components in the DocumentLoader.rdb -/opt/openoffice.org/ure/bin/regcomp -register -r //openoffice.org_sdk/SOLARISexample.out/bin/DocumentLoader.rdb -c

[api-dev] Crash problems with Accessibility

2009-04-13 Thread Paolo Mantovani
Hi, I've created a sample document with some macros. The document is available here: http://drop.io/OOoTestDocuments The document contains a custom toolbar with two buttons: Start Accessibility Launch a macro that register a listener on all menu / menu items the event handler

[api-dev] Getting my own toolbar via Java API

2009-04-13 Thread Tobias Krais
Hi together, I created a extension with a little Add-On toolbar. While I can access the bars OpenOffice.org delivers, e.g. the standard toolbar (private:resource/toolbar/standardbar) I wonder how I can get the toolbar of my extension. Can somebody help me with this? Greetings, Tobias