To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76491
Issue #|76491
Summary|Removing a control from a dialog by code, doesn't work
| without dispose methode
Component|api
Version|OOo 2.2
Platform|All
URL|
OS/Version|All
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|fs
Reported by|cornouws
------- Additional comments from [EMAIL PROTECTED] Wed Apr 18 20:42:23 +0000
2007 -------
removing a control from a dialog by code, works with these lines
oDlgModel.removeByName("controlName")
oContrl = oDocDlg.getControl("controlName")
oContrl.dispose
oDocDlg.removeControl(oContrl)
of which the line with dispose methode should not be necessary.
I'll ad an document with a sample.
---------------------------------------------------------------------
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]