Page 1 of 1

WPF Combo Box

Posted: Thu Nov 19, 2009 7:58 pm
by atom
Hiya

I have a problem seeing WPF combo box items
The item text property doesnt appear to be the name of the text the item is displaying, but rather the class name of the code behind it. See screenshot below:
wpf_combo.JPG

Re: WPF Combo Box

Posted: Fri Nov 20, 2009 2:51 pm
by Support Team
Hmm, maybe someone forgot to override ToString() in the class in question.
Do those ListItems have children ? Please post a snapshot (rxsnp) of the combobox.

Michael
Ranorex Team

Re: WPF Combo Box

Posted: Fri Nov 20, 2009 5:00 pm
by atom
I think your correct...
The combo box is based on an object collection, with items in the combo box coming from a specific property of each object. No .ToString was implemented on the object
I will talk to our developers, and let you know

Thanks

Re: WPF Combo Box

Posted: Wed Feb 02, 2011 5:23 am
by prabhu_thi
Hi,

Wether the above mentiond is fixed..Becaus i am also facing problems in WPF Combo controls

Re: WPF Combo Box

Posted: Wed Feb 02, 2011 9:20 am
by Support Team
prabhu_thi wrote:Wether the above mentiond is fixed..Becaus i am also facing problems in WPF Combo controls
There is no fix, because this is not an issue Ranorex can do anything about. If you read the conversation in this thread, it was explained that this is most probably an issue of the control or the usage of it.

Regards,
Alex
Ranorex Team