Page 1 of 1

Checkable Class is missing?!

Posted: Thu Nov 17, 2011 11:17 am
by andagongs
Hi there,
yesterday i ran into a weird problem. In Ranorex Spy i see a table's row with the "Checkable"-capability. What i need is to get and set the checked-state of this row.

usually i would use the Checkable class, according to the capability listed in the Spy, like this (example notation):

Code: Select all

Checkable myRow = "/form/..../table/row[@someattributes]";
if (myRow.Checked) ... ;
but my Problem is, that the Checkable-Class, which i really need for this is not there in my Visual Studio. In a new project i referenced ALL Ranorex Assemblies, without success.
The Ranorex Framework documentation does not say anything special about this class.
Using Visual Studio 2008, Windows 7, Ranorex 3.0.1

Any Ideas ?
Thank you!

Re: Checkable Class is missing?!

Posted: Thu Nov 17, 2011 11:30 am
by andagongs
Well to help myself i just updatet to Ranorex 3.1.1 where the needed class is just there.

First tests seem to be working so this thing is fixed now.