Ranorex

Ranorex.Control.Enabled + release 1.3 ?

 
Post new topic   Reply to topic    Ranorex Forum Index -> RanorexNet
View previous topic :: View next topic  
Author Message
Lester Burnham



Joined: 04 Oct 2007
Posts: 2

PostPosted: 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
View user's profile Send private message
Support Team
Site Admin


Joined: 07 Jul 2006
Posts: 435

PostPosted: 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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Ranorex Forum Index -> RanorexNet All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum