Search found 7 matches

by vtp
Thu Oct 15, 2009 3:07 pm
Forum: General Questions
Topic: Supported Platforms and System Requirements.
Replies: 4
Views: 3632

Re: Supported Platforms and System Requirements.

Hello!

Just one more question to this things.
Do you support the testing of 32 and also 64 bit applications under all these supported platforms?

Thank you for your answer.
by vtp
Thu Oct 15, 2009 2:53 pm
Forum: General Questions
Topic: WPF support of System.Windows.Shapes available?
Replies: 1
Views: 4815

WPF support of System.Windows.Shapes available?

Hello! When I try to test a WPF application I can get Informations about the Image but no informations about also available "Ellipse" elements. So I tried to test with a very small WPF application with a WPF ellipse (and a WPF button). Again I get no information about the ellipse (but had no problem...
by vtp
Thu Oct 08, 2009 5:10 pm
Forum: Automation Tools
Topic: Add self coded features to Recorder possible?
Replies: 1
Views: 2512

Add self coded features to Recorder possible?

Is there any possibility (or is it planed) to add some self coded feature to the recorder? For example the group item in the DevExpress NavBar is not known by Ranorex (only the link item). When I write a class/method to expand a group (by its Text or (internal) Name) then can I use this in the code ...
by vtp
Fri Sep 18, 2009 3:39 pm
Forum: General Questions
Topic: Devexpress SimpleButton
Replies: 13
Views: 6378

Re: Devexpress SimpleButton

Thanks to Ciege for your explanations. There are a point of view I've not really thought about till now, but I think it is importent to know. Also Thanks to Alex for your explanations. Your code snippet works fine and I see how it works. Unfortunately I have still the asking where I can learn more a...
by vtp
Thu Sep 17, 2009 2:42 pm
Forum: General Questions
Topic: Devexpress SimpleButton
Replies: 13
Views: 6378

Re: Devexpress SimpleButton

Thank you for your explainings. Now I hope I understand what happens. Ranorex.Button loginOk1 = rxpathLoginForm + "/container/button[@controlname='okButton']"; // 1. don't work Ranorex.Control loginOk1 = rxpathLoginForm + "/container/element[@controlname='okButton']"; // 2. work The 1. don't work be...
by vtp
Thu Sep 17, 2009 10:39 am
Forum: General Questions
Topic: Devexpress SimpleButton
Replies: 13
Views: 6378

Re: Devexpress SimpleButton

Thank you for your help! Both solutions work good. But there are two more questions now: @Ciege: What do you mean with "Just for sanity sake make sure there is only one button below the element "'okButton'". There should be..."? When I use the controlname can there be two buttons with the same name?...
by vtp
Wed Sep 16, 2009 5:07 pm
Forum: General Questions
Topic: Devexpress SimpleButton
Replies: 13
Views: 6378

Use of *only* button "controlname" possible?

When I use the ranorex recorder I get a path to the (DevExpress?) element "SimpleButton" button like "/form[@controlname='UserSelectionForm2']/container/element[@controlname='okButton']/button[@accessiblename='OK']" So I tried something like the following code and it works: string rxpathLoginForm = ...