| View previous topic :: View next topic |
| Author |
Message |
Lester Burnham
Joined: 04 Oct 2007 Posts: 2
|
Posted: Mon Oct 08, 2007 8:28 am Post subject: Ranorex.Control.Enabled + release 1.3 ? |
|
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. |
|
| Back to top |
|
 |
Support Team Site Admin
Joined: 07 Jul 2006 Posts: 435
|
Posted: Mon Oct 08, 2007 2:36 pm Post subject: |
|
Hi Lester,
I tried to reproduce, but it works for me.
Sample code:
Code: click into code to enlarge
Control button = form.FindControlName("button1");
Console.WriteLine("Enabled: " + button.Enabled);
Download sample application
| Quote: |
| 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 |
|
| Back to top |
|
 |
|