https://issues.apache.org/ooo/show_bug.cgi?id=120282
Priority: P3
Bug ID: 120282
Assignee: [email protected]
Summary: OOoBean don´t open dialogs
Severity: critical
Issue Type: DEFECT
Classification: Unclassified
OS: Windows 7
Reporter: [email protected]
Hardware: PC
Status: UNCONFIRMED
Version: unspecified
Component: sdk
Product: app dev
I have insert the open office 3.4 in a java application. I use the OOoBean.
Open office writer will display with menu and all toolbars.
oBean = new OOoBean();
add(oBean, BorderLayout.CENTER);
oBean.loadFromURL("private:factory/swriter", null);
oBean.aquireSystemWindow();
The problem is:
I click on open button in toolbar or the menu item and it will not opened the
filechooser dialog. The same applies to save as button.
I have insert a table in the writer document. Right mouse button on table cell
open the popup menu. But if i click on menu item "number format" than it will
not opened the dialog.
--
You are receiving this mail because:
You are the assignee for the bug.