Hello openoffice mailing list,

I integrated OpenOffice.org into a SWT+java based application. OpenOffice.org is only one part of the GUI. OOo seems to "steal" the focus to the other components of that GUI: it is not possible to enter characters in any other window. Instead, each time I enter a character, it is written in the opened OpenOffice.org document.

I want to remove the focus from OpenOffice.org each time a user selects an other widget of the Java GUI (i.e. if the users selects a text input form, the focus should be removed from OpenOffice.org and given to the input form).

I saw that "XWindow" has a "setFocus" method, but no "removeFocus" method.

How can I remove programmatically remove the focus from OpenOffice.org?

regards and thanks,
Daniel

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

Reply via email to