Search found 4 matches

by cnim
Fri Aug 02, 2013 5:54 pm
Forum: Object Identification and Technologies
Topic: Spy can find sub-form, but test stalls when trying to act.
Replies: 7
Views: 2365

Re: Spy can find sub-form, but test stalls when trying to act.

Hello, Could you please try to add a short delay (e.g. 500ms) before you access your sub-form? Do you see any difference? Regards, Markus (T) That worked! I can't believe I didn't throw in a thead.sleep into my code when I was trying to get it to work. It's just that there was no delay in the sub-f...
by cnim
Tue Jul 30, 2013 4:07 pm
Forum: Object Identification and Technologies
Topic: Spy can find sub-form, but test stalls when trying to act.
Replies: 7
Views: 2365

Re: Spy can find sub-form, but test stalls when trying to act.

I'm not sure if this code is what you are looking for. The first line is interacting with the main application form, the 2nd is a right-click menu, the 3rd is a pop up dialog message box. After that the CreateTemporaryOrder sub-form comes up, the last 2 lines are trying to interact with that sub-for...
by cnim
Mon Jul 29, 2013 9:40 pm
Forum: Object Identification and Technologies
Topic: Spy can find sub-form, but test stalls when trying to act.
Replies: 7
Views: 2365

Re: Spy can find sub-form, but test stalls when trying to act.

Ranorex Spy doesn't show the sub-form as a child of the Main form (The form is nested directly below the Host). So I'm not sure if that's the issue. One thing I just found out was that Ranorex is able to interact with the sub-form if the sub-form is open when I run the test. But if the test opens th...
by cnim
Mon Jul 29, 2013 5:37 pm
Forum: Object Identification and Technologies
Topic: Spy can find sub-form, but test stalls when trying to act.
Replies: 7
Views: 2365

Spy can find sub-form, but test stalls when trying to act.

Windows 7 sp1 Ranorex Version 4.0.4.23593 .Net Runtime 4.0.30319.18052 I am automating an application that brings up another form window when you click on a button in the Main Application. With Spy, I have been able to identify all of the elements in the sub-form. However, when I run the test (I wri...