Search found 3 matches

by a_kor
Wed Sep 09, 2009 3:07 pm
Forum: General Questions
Topic: Devexpress SimpleButton
Replies: 13
Views: 6370

Re: Devexpress SimpleButton

thanks Alex, the link was a great help. It works now.
by a_kor
Wed Sep 09, 2009 2:53 pm
Forum: General Questions
Topic: Devexpress SimpleButton
Replies: 13
Views: 6370

Re: Devexpress SimpleButton

No I have not used the recorder. The problem is that the DevExpresse SimpleButton can not be found by Ranorex on the loaded form and I can't invoke Click event of that control. I use .Net 3.5 VS 2008.
by a_kor
Wed Sep 09, 2009 1:50 pm
Forum: General Questions
Topic: Devexpress SimpleButton
Replies: 13
Views: 6370

Devexpress SimpleButton

Is there a way to find a Devexpress SimpleButton on the form? /* Form form = Host.Local.FindChild<Ranorex.Form>("Myform"); form.Activate(); Button button = form.FindChild<Ranorex.Button>("btnMyButton"); // DevExpress control. button.Click(); */ It does not work. Would you give me some ideas how to s...