Issue 116928 - Basic Run-Time Error when oComboBox.additem("&New Item",0) is used
Summary: Basic Run-Time Error when oComboBox.additem("&New Item",0) is used
Status: CONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: scripting (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: Unknown All
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-11 17:31 UTC by tombil
Modified: 2013-02-24 21:01 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description tombil 2011-02-11 17:31:27 UTC
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
Comment 1 kay.ramme 2011-02-14 07:14:07 UTC
Andreas, please have a look.
Comment 2 Oliver Brinzing 2011-02-14 11:57:26 UTC
.