To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=116928 Issue #|116928 Summary|Basic Run-Time Error when oComboBox.additem("&New Item |",0) is used Component|scripting Version|OOO330m19 Platform|Unknown URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|kr Reported by|tombil
------- Additional comments from [email protected] Fri Feb 11 17:31:27 +0000 2011 ------- Reproduce Steps: 1. Open Basic, create dialog "Dialog1", insert combobox "ComboBox1" 2. Run basic code: oDialog1 = createUnoDialog(DialogLibraries.Standard.Dialog1) oComboBox = oDialog1.GetControl("ComboBox1") oComboBox.additem("New Item",0) ' OK oComboBox.additem("&New Item",0) ' Basic Run-Time Error, Message :StringResourceImpl : No Entry for ResourceID: . oDialog1.Execute --------------------------------------------------------------------- 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]
