Page 1 of 1

Ranorex.Control.Enabled + release 1.3 ?

Posted: Mon Oct 08, 2007 7:28 am
by Lester Burnham
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.

Posted: Mon Oct 08, 2007 1:36 pm
by Support Team
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