[Mono-bugs] [Bug 457164] After changing the combo box items selection, the application is getting crashed.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Dec 8 07:23:48 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=457164
User suneetha_g at spanservices.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=457164#c3
--- Comment #3 from suneetha_g Gunisetti <suneetha_g at spanservices.com> 2008-12-08 05:23:45 MST ---
Please find the attached combo box settings from designder.cs file.
//
// cbGPOStatus
//
this.cbGPOStatus.DropDownStyle =
System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbGPOStatus.FormattingEnabled = true;
this.cbGPOStatus.Items.AddRange(new object[] {
"Item1",
"Item2",
"Item3",
"Item4"});
this.cbGPOStatus.Location = new System.Drawing.Point(149, 201);
this.cbGPOStatus.Name = "cbGPOStatus";
this.cbGPOStatus.Size = new System.Drawing.Size(233, 21);
this.cbGPOStatus.Sorted = true;
this.cbGPOStatus.TabIndex = 31;
this.cbGPOStatus.SelectedIndexChanged += new
System.EventHandler(this.cbGPOStatus_SelectedIndexChanged);
This combo box have added to this.panel.Controls.Add(this.cbGPOStatus);
Panel is added to TabPage.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list