OOoBean

From Apache OpenOffice Wiki
Revision as of 07:42, 24 May 2007 by Jsc (Talk | contribs)

Jump to: navigation, search

The OpenOffice.org Bean is intended to include office components in Java application or applets. The bean provides full access to the office API and the embedded office components can be customized and controlled over the API.


Under Construction!!


Known Problems

  1. The office window does not get keyboard focus.


  1. The office window does not get keyboard focus. This happens when using gtk on Linux/Solaris and a Sun JRE 5. This can be workarounded by setting the property sun.awt.noxembed to true. For example, start java with -Dsun.awt.noxembed=true

    When using OOoBean in a Java applet which is displayed by a web browser, then it is necessary to add an entry in the Java Control Panel of the JRE. On Windows it can be found in the Windows Control Panel and on Linux it can be found in the bin directory of the Java installation. Select the "Java" tab and press the "View" button in the "Java Applet Runtime Settings" section. In the "Java Runtime Parameters" column add -Dsun.awt.noxembed=true

    It was reported that this workaround causes another focus errors, that happens with all applets. For example, it can happen that HTML text boxes does not receive keyboard focus anymore.

Personal tools