Checkable Class is missing?!

Bug reports.
User avatar
andagongs
Posts: 3
Joined: Tue Aug 09, 2011 3:24 pm

Checkable Class is missing?!

Post by andagongs » Thu Nov 17, 2011 11:17 am

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!
Guido,
andagon GmbH
www.andagon.com

User avatar
andagongs
Posts: 3
Joined: Tue Aug 09, 2011 3:24 pm

Re: Checkable Class is missing?!

Post by andagongs » Thu Nov 17, 2011 11:30 am

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.
Guido,
andagon GmbH
www.andagon.com