Mauricio Palazzi wrote:
Hi,


I am new to OOo and currently trying to create an Addon in Java. I've read the documentation (Developers Guide 2.0, chapter 4.3.7) but it seems it's not up to date with the OO 2.0.

The addon feature itself wasn't changed for OOo 2.0, so the documentation is up to date. There is only one extension as OOo 2.0 can now control many more toolbars. Therefore we decided that every add-on gets its own toolbar. OOo 1.1.x merged all add-on toolbar button at the end of the function bar. Sometimes that lead to non easy accessible functions (The user must use the scroll buttons at the end of the function bar to access these buttons).


The Addon submenu (under Tools) does not exist in my OpenOffice.
The add-on menu is only visible, if at least one add-on creates menu items below it. See chapter 4.7.3 Add-Ons and paragraph starting with Menus how you can do it.

Also, after reading several times the documentation I didn't manage to create an Addon.

On my system OOo 2.0.1 this works without any problem. You can find some simple add-ons, to check your installation, here (using Basic and C++):
http://framework.openoffice.org/servlets/ProjectDocumentList?folderID=226&expandFolder=226&folderID=71


Anyone can help me on this ? Is there a HOWTO for a "HelloWorld" addOn in java ?

You can find sample add-ons based on Java in the OOo SDK. See http://api.openoffice.org/ for more information.

Regards,
Carsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to