Search found 36 matches

by andreas.tastler
Tue Sep 19, 2017 12:55 pm
Forum: Object Identification and Technologies
Topic: invalid Item
Replies: 4
Views: 2103

Re: invalid Item

Hi qwertzu Yes, the elements are still invalid after re-opening spy. Only if I re-opening the AUT they will be valid again. I did the steps you suggested, the elements are still invalid. Now I can navigate to the elements, but this was previously possible by using the Ctrl+LWin Shortcut. However I m...
by andreas.tastler
Wed Sep 13, 2017 10:59 am
Forum: Object Identification and Technologies
Topic: invalid Item
Replies: 4
Views: 2103

Re: invalid Item

Hi, Thank you for your answer. I read the thread you provided and I agree that the elements of the context menu are going invalid if the popup will be closed. My problem now is, that when I reopen the menu and refresh the tree in Ranorex Spy, the elements are staying invalid. Even when I close Ranor...
by andreas.tastler
Mon Sep 11, 2017 3:20 pm
Forum: Object Identification and Technologies
Topic: invalid Item
Replies: 4
Views: 2103

invalid Item

Hi I use Ranorex 7.1.2 and have the following problem. I have a winforms application which uses devexpress menu items. When I am doing an instant tracking for the first time on the menu, everything is just fine. Screenshot_Menu.png Screenshot_Tracking_1.png If I close the menu, reopen it and to a ne...
by andreas.tastler
Fri Nov 18, 2016 4:44 pm
Forum: Automation Tools
Topic: Different behaviour of FindSingle-Method
Replies: 3
Views: 1788

Re: Different behaviour of FindSingle-Method

But in my case, the variable ID_Teilanwendung is not set via binding, but is set by code. Even if I change it to a static value without variables, the element will only be found, if I run the TestCase from TestSuite. I also tried to run Studio and my Application as 32bit process, run both elevated a...
by andreas.tastler
Fri Nov 18, 2016 2:30 pm
Forum: Automation Tools
Topic: Different behaviour of FindSingle-Method
Replies: 3
Views: 1788

Different behaviour of FindSingle-Method

Hi I search for listitems in a drop down. This is done by the following code. repo.IsagClient.Self.FindSingle(string.Format("form/form/container/listitem/text[@name~'^{0}\\.']", ID_Teilanwendung), 10000); My Applicatio is a WPF-Application and I use the WPF Legacy Mode UiaOnly. Now, I have a problem...
by andreas.tastler
Mon Sep 26, 2016 10:09 am
Forum: Bug Reports
Topic: IndentationSize will not be saved
Replies: 1
Views: 1640

IndentationSize will not be saved

Hello The file RanorexStudioProperties.xml will not be saved correctly, if I change the value of Indentation in register Text Editor Behavior in Ranorex Studio Options. If I write the value directly in the file, it will be used in ranorex studio correctly. <SerializedValue name="CodeEditorOptions"> ...
by andreas.tastler
Thu Sep 19, 2013 8:03 am
Forum: Object Identification and Technologies
Topic: Ranorex Studio 4.1.0 cannot find objects that Spy can find.
Replies: 35
Views: 13338

Re: Ranorex Studio 4.1.0 cannot find objects that Spy can find.

It was definitely not a timing issue.
But now it is working in all cases! I haven't seen this before. I just don't know what I have changed. But for now it seems to be OK.

Thank you.
Andreas
by andreas.tastler
Fri Sep 13, 2013 7:31 am
Forum: Object Identification and Technologies
Topic: Ranorex Studio 4.1.0 cannot find objects that Spy can find.
Replies: 35
Views: 13338

Re: Ranorex Studio 4.1.0 cannot find objects that Spy can find.

Could this just be a timing issue? No, I tried it with 30s, but element was not found. Yesterday, I tried to create a completely new solution in Ranorex 4.1.0, added the button to the repository and tried with the same Host.Find() call. And it worked! Maybe there is a different setting between the ...
by andreas.tastler
Thu Sep 12, 2013 9:49 am
Forum: Object Identification and Technologies
Topic: Ranorex Studio 4.1.0 cannot find objects that Spy can find.
Replies: 35
Views: 13338

Re: Ranorex Studio 4.1.0 cannot find objects that Spy can find.

Hello, I have the same issue after updating to Ranorex 4.1.0. No elements will be found by using the Host.Local.Find(). I use a helper class which contains the following method public static IList<Element> Find(RepoItemInfo itemInfo, Duration timeout) { return Host.Local.Find("/" + itemInfo.Absolute...
by andreas.tastler
Mon Feb 04, 2013 10:09 am
Forum: Bug Reports
Topic: AbortKey not recognized via RealVnc
Replies: 4
Views: 2242

Re: AbortKey not recognized via RealVnc

Dear Alex

Thank you for you detailled answer. We can live with this situation. We develop our UITests on local workstations. VNC is running on the build server where we run the nightly builds unattanded. The abort key is used only when it comes to debugging or bug reproducing.

Best Regards
Andreas
by andreas.tastler
Fri Feb 01, 2013 6:59 am
Forum: Bug Reports
Topic: AbortKey not recognized via RealVnc
Replies: 4
Views: 2242

Re: AbortKey not recognized via RealVnc

Hello Markus

I tried to disable this option but it is still not possible to abort the execution.

Regards
Andreas
by andreas.tastler
Thu Jan 31, 2013 12:58 pm
Forum: Bug Reports
Topic: AbortKey not recognized via RealVnc
Replies: 4
Views: 2242

AbortKey not recognized via RealVnc

Hello, I use RealVNC to execute Ranorex testcases remotly. Since Ranorex 4.0.2, I cannot abort the execution with abort key (I tried Pause and other keys). However it works when I abort the testcase local on the server. For further analyzing this issue, I ask me if there have been any changes in the...
by andreas.tastler
Thu Jan 31, 2013 12:14 pm
Forum: Bug Reports
Topic: variables in commandline argument reportfile not resolved
Replies: 11
Views: 2341

Re: variables in commandline argument reportfile not resolved

Hello,

Seems to be a fixed bug of 4.0.1. It works with 4.0.2.

Best Regards
Andreas
by andreas.tastler
Thu Jan 31, 2013 8:44 am
Forum: Bug Reports
Topic: variables in commandline argument reportfile not resolved
Replies: 11
Views: 2341

variables in commandline argument reportfile not resolved

Hello,

Variables in the commandline argument reportfile will not be resolved in Ranorex 4.0.1.
example: %S_%Y%M%D_%T.rxlog

Best Regards
Andreas
by andreas.tastler
Mon Oct 08, 2012 7:19 am
Forum: Automation Tools
Topic: Generate Image Resources
Replies: 7
Views: 2684

Re: Generate Image Resources

Thank you.
Regards
Andreas