Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
Pavel Murashov
|
Jan 21, 2010 - 7:08 AM
|
Sample: public partial class Form1 : Form
{
internal Dialog dlg = new Dialog();
public Form1()
{
InitializeComponent();
} private void button1_Click(object sender, EventArgs e)
{
dlg.ShowDialog();
}
} Dialog have a Ribbon ComboBox with 3 strings in items: 111, 222, 333.Strings entered non-dynammically in the "String Collectiom Editor". After second call of button1_Click I have next string collection in ComboBox: 111
111
222
333
222
333 Standard ComboBox haven’t this problem.
|
|
Technical Support
|
Jan 21, 2010 - 12:14 PM
|
Thank you. We confirm that it can be reproduced on our side. The fix will be available in the next release.
|
|
Technical Support
|
Jan 21, 2010 - 7:19 AM
|
Could you send us a test project demonstrating the problem?
|
|
Pavel Murashov
|
Jan 21, 2010 - 7:34 AM
|
|
|