Ranorex.Control.Enabled + release 1.3 ?

Class library usage, coding and language questions.
Lester Burnham
Posts: 2
Joined: Thu Oct 04, 2007 2:48 pm

Ranorex.Control.Enabled + release 1.3 ?

Post by Lester Burnham » Mon Oct 08, 2007 7:28 am

Hello,

Should the Ranorex.Control.Enabled property of a control such as a button have the same value as the Winforms.Control.Enabled property of the same control ?

I've made some tests and it appears that even if the System.Windows.Forms.Control.Enabled property is set to false, Ranorex.Control.Enabled returns true. Is it Ok or a bug ? Is there any other way to get the Winforms.Control.Enabled property of a control ?

Other question : I've read somewhere release 1.3 should be released in october. Is this date still available ? (waiting for it to order licence)

Thanks.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Post by Support Team » Mon Oct 08, 2007 1:36 pm

Hi Lester,

I tried to reproduce, but it works for me.
Sample code:

Code: Select all

Control button = form.FindControlName("button1");
Console.WriteLine("Enabled: " + button.Enabled);
Download sample application
Other question : I've read somewhere release 1.3 should be released in october. Is this date still available ? (waiting for it to order licence)
Yes version 1.3 will be released in october.

Gabor
Ranorex Support Team