Search found 4 matches

by srdjan.bogojevic
Thu Apr 26, 2012 8:23 am
Forum: Object Identification and Technologies
Topic: CheckedListBox item
Replies: 2
Views: 2624

Re: CheckedListBox item

In the meantime I solved the problem. The answer is: use FindDescendants<CheckBox> () instead of
FindChildren<CheckBox>()
by srdjan.bogojevic
Wed Apr 25, 2012 4:51 pm
Forum: Object Identification and Technologies
Topic: CheckedListBox item
Replies: 2
Views: 2624

CheckedListBox item

Hi All, I've used a CheckedListBox control in application. I read all items in the collection through: IList<CheckBox> items = ....FindChildren<CheckBox>. But, this only works when the number of items set is not large, or more preciselym, when the scroll bar does not appear in the listbox. If you ha...
by srdjan.bogojevic
Mon Apr 02, 2012 11:23 am
Forum: Object Identification and Technologies
Topic: Read comment value from Excel Ranorex.Cell
Replies: 2
Views: 2759

Read comment value from Excel Ranorex.Cell

Hi All,

Does anybody know, how to read excell cell comment valu from ranorex cell.
I can read comment value directly from excel as: cell.Comment.Shape.AlternativeText.

Or can I get this by the ranorex spy tool.

Thanks,
Srdjan