To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80296
------- Additional comments from [EMAIL PROTECTED] Tue Nov 6 06:57:54 +0000
2007 -------
Hi,
i will provide a second example ...
i used oo 2.3 m233 (vista)
- install "extensiondialog_1.oxt"
i used: unopkg add extensiondialog_1.oxt -v -f --shared
- open a calc document, open the calc preferences (Tools -> Options),
you will find a new entry "Demo Options Page"
- enter some data / change checkbox/radiobutton ...
- close with ok, open again, check the entered data/values ...
- uninstall "extensiondialog_1.oxt"
i used: unopkg remove extensiondialog_1.oxt -v -f --shared
- install "extensiondialog_2.oxt",
i would suggest to rename it first to "extensiondialog_2.oxt"
- enter data in the new textfield "new Field"
- close with ok, open again, the data for new field was *not* saved
- close openoffice
- delete user\registry\cache\org.openoffice.desktop.deployment.
options.ExtensionData.dat"
- try again, and it will work ...
changes made in "extensiondialog_2.oxt"
- changed the "ExtensionDialog.xdl" and added a new textfield
<dlg:text dlg:id="Label2" dlg:tab-index="9" dlg:left="20" dlg:top="120"
dlg:width="50" dlg:height="16" dlg:value="new Field"/>
<dlg:textfield dlg:id="String2" dlg:tab-index="10" dlg:left="90"
dlg:top="120" dlg:width="90" dlg:height="16"/>
- also changed ExtensionDialog.xcs, added:
<prop oor:name="String2" oor:type="xs:string">
<value></value>
</prop>
and last changed the "OptionsEventHandler.java" to allow saving "String2"
Oliver
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]