Search found 19 matches

by Stas_Tserk
Sun Mar 06, 2016 10:28 am
Forum: General Questions
Topic: Handling unexpected Dialogs questions
Replies: 9
Views: 2661

Re: Handling unexpected Dialogs questions

Thanks support team!
How to use this global parameter in record?
I've tried $MyTimeOut, but it doesn't work.
by Stas_Tserk
Wed Mar 02, 2016 4:20 pm
Forum: General Questions
Topic: Handling unexpected Dialogs questions
Replies: 9
Views: 2661

Re: Handling unexpected Dialogs questions

Anyway I read all forum and decide to add delay in all places where popup window can be. One question here. Can I add global variable with timeout and use it in all records? I find only "copy variable from repository" but when I've changed variable value, records saved old value. I read about DDT an...
by Stas_Tserk
Wed Mar 02, 2016 12:55 pm
Forum: General Questions
Topic: Handling unexpected Dialogs questions
Replies: 9
Views: 2661

Re: Handling unexpected Dialogs questions

Hello again, I understand what was my issue and fix it. As we talked, I do: 1. open window 2. do something 3. close window. Between 1st and 2nd steps popupwatcher finds window, but it doesn't have enough time to click to "ok" or other button in popup window for close it. So, when I insert delay betw...
by Stas_Tserk
Wed Mar 02, 2016 10:54 am
Forum: General Questions
Topic: Handling unexpected Dialogs questions
Replies: 9
Views: 2661

Re: Handling unexpected Dialogs questions

Hi, Have you tried to add a breakpoint to the CatchAndClose method? My guess is that Ranorex never goes inside this method and this is why the window is not closed. In other words, popupwatcher most probably failed to detect repo.MSACCESS1 element and therefore, the CatchAndClose method is not init...
by Stas_Tserk
Wed Mar 02, 2016 10:31 am
Forum: General Questions
Topic: Handling unexpected Dialogs questions
Replies: 9
Views: 2661

Re: Handling unexpected Dialogs questions

Thanks for your answer! At the moment I want to talk about my first question. I've added my code to program.cs, inherited from "ITestModule". PopupWatcher myPopupWatcher = new PopupWatcher(); myPopupWatcher.Watch(repo.MSACCESS1, CatchAndClose); myPopupWatcher.Start(); private static void CatchAndClo...
by Stas_Tserk
Wed Mar 02, 2016 8:54 am
Forum: General Questions
Topic: Handling unexpected Dialogs questions
Replies: 9
Views: 2661

Handling unexpected Dialogs questions

Hello! I am using Ranorex 5.4.4. I read this article http://www.ranorex.com/support/user-guide-20/code-examples.html#c4678 What I am doing: I open windows and want to know, if some popup window with error opened instead of window. My structure like this, 3 records: 1. Open window. <here we can have ...
by Stas_Tserk
Fri Feb 19, 2016 2:49 pm
Forum: Object Identification and Technologies
Topic: Unexpected error with MS ACCESS controls identification
Replies: 10
Views: 2212

Re: Unexpected error with MS ACCESS controls identification

Just to be sure, do you have Ranorex installed and started on that remote machine Yes, sure, Ranorex installed on remote machine. Please check this blog post about working with Ranorex on remote machines: I've read this guide and setup my settings, but it doesn't help :( Is Ranorex good for working...
by Stas_Tserk
Fri Feb 19, 2016 9:22 am
Forum: Object Identification and Technologies
Topic: Unexpected error with MS ACCESS controls identification
Replies: 10
Views: 2212

Re: Unexpected error with MS ACCESS controls identification

I would suggest to uninstall and reinstall Ranorex. It doesn't help :( Another thing you might try is to install Ranorex on different computer. Just to check if it works/does not work the same on any computer? I cannot start this Access project on different computer. I get some references errors an...
by Stas_Tserk
Thu Feb 18, 2016 1:44 pm
Forum: Object Identification and Technologies
Topic: Unexpected error with MS ACCESS controls identification
Replies: 10
Views: 2212

Re: Unexpected error with MS ACCESS controls identification

Please upload also the exact error you are getting (it most probably shows failed xpath) I don't have error. Ranorex records coordinates on OFormSub to find controls. All of my previous tests have the same at the moment, but in past they contain clicking on controls, not coordinates on form. I thin...
by Stas_Tserk
Thu Feb 18, 2016 12:24 pm
Forum: Object Identification and Technologies
Topic: Unexpected error with MS ACCESS controls identification
Replies: 10
Views: 2212

Re: Unexpected error with MS ACCESS controls identification

Apparently, something must have changed on your computer since it last worked? Have you updated Ranorex/Access? Have you changed Ranorex settings? Have you installed some MS updates? I haven't changed any settings or installed any updates. If really I gave you full info that I have.I am disappointe...
by Stas_Tserk
Thu Feb 18, 2016 10:59 am
Forum: Object Identification and Technologies
Topic: Unexpected error with MS ACCESS controls identification
Replies: 10
Views: 2212

Unexpected error with MS ACCESS controls identification

Hello all, I was writing scripts using Ranorex 5.4.4. All was fine, any controls have recognition fast and without any issue. But at one moment Ranorex Studio Recorder and Spy stop recognition lots of elements. For example, on access form I have buttons, text and etc. Now Ranorex can find only big p...
by Stas_Tserk
Wed Feb 17, 2016 11:54 am
Forum: Automation API
Topic: Use baseclass and where is "exist"?
Replies: 1
Views: 2254

Use baseclass and where is "exist"?

Hello! First of all, I am using Ranorex 5.4.4. I automate big MS Access database with a lot of forms. I am trying to find the best solution for me. What I am automation: 1. Open form in access. 2. Check that after opening form is enabled. 3. Close form -> go next form My issue here: sometimes some f...
by Stas_Tserk
Fri Feb 27, 2015 9:26 am
Forum: Object Identification and Technologies
Topic: Find only element of default tab
Replies: 10
Views: 3162

Re: Find only element of default tab

hello there
Ranorex 5.3 fix my problem.
Thank you all!
by Stas_Tserk
Tue Feb 03, 2015 9:17 am
Forum: Object Identification and Technologies
Topic: Find only element of default tab
Replies: 10
Views: 3162

Re: Find only element of default tab

Hello! Thank you for your reply! I had a look at your snapshot with the Insert tab selected, and sure enough I can find the .//button[@automationid='ValueId'] element in RanorexSpy I think you found it in " insert_defaultSelected.rxsnp" I wrote about it: in this snapshot you can find any elements in...