Search found 9 matches

by AKalytiuk
Mon Sep 12, 2016 1:01 pm
Forum: Object Identification and Technologies
Topic: IAccessible2 technology support
Replies: 1
Views: 1733

IAccessible2 technology support

Please tell - do you have plans to add IAccessible2 technology support to Ranorex? We have tried Ranorex 6.0 - and it appeared not to have complete support of IAccessible2. In particular it was not possible to set text into QLineEdit control of Qt framework. We have application with User Interface c...
by AKalytiuk
Tue Jun 24, 2014 3:19 pm
Forum: General Questions
Topic: PopupWatcher usage questions
Replies: 5
Views: 3401

Re: PopupWatcher usage questions

Thanks for advice about submitting feature request by email to support(at)ranorex.com. The reality is that development team has pretty heavy defects load and simply neglects minor defects - especially this one which has Java's dialogs popping-up - not those displayed by the product itself. While def...
by AKalytiuk
Tue Jun 24, 2014 11:02 am
Forum: General Questions
Topic: PopupWatcher usage questions
Replies: 5
Views: 3401

Re: PopupWatcher usage questions

Problem is that dialogs I have are really unexpected - first they pop-up at random step in test script, second they should not pop-up at all (as I close them at the beginning of test script - where they are expected - with 'Do not show again' check box marked). The work around you have suggested is ...
by AKalytiuk
Mon Jun 23, 2014 6:04 pm
Forum: General Questions
Topic: PopupWatcher usage questions
Replies: 5
Views: 3401

PopupWatcher usage questions

I have following questions regarding PopupWatcher : 1. Does it stops execution of UI actions (mouse moves and clicks) in the main thread while executing PopupItemCallback ? 2. Does it have any way to determine which PopupItemCallback to execute when several pop-ups are detected (so that different po...
by AKalytiuk
Mon Aug 05, 2013 2:15 pm
Forum: Automation API
Topic: Where to put STAThread if Ranorex is used in separate thread
Replies: 1
Views: 3629

Where to put STAThread if Ranorex is used in separate thread

Hi, There are 2 questions in my topic: 1. Where exactly Appartment State should be set to STA ( STAThread applied) for situations where all calls to Ranorex API are made in separate thread? 2. Where can detailed documentation about Appartment State STA that is required for Ranorex API calls be found...
by AKalytiuk
Thu Feb 16, 2012 9:34 am
Forum: Automation API
Topic: Wait for all AJAX requests to complete
Replies: 3
Views: 5309

Wait for all AJAX requests to complete

Hi, Please tell is there any tools in Ranorex API to wait for all AJAX requests on the web page to complete? Does method .WaitForDocumentLoaded() ( http://www.ranorex.com/Documentation/Ranorex/html/M_Ranorex_WebDocument_WaitForDocumentLoaded_1.htm ) wait till all AJAX requests on the page are comple...
by AKalytiuk
Fri Mar 11, 2011 6:15 pm
Forum: Automation API
Topic: Dynamically inquire all controls on form
Replies: 2
Views: 2478

Dynamically inquire all controls on form

Hi, Please tell, does Ranorex framework provides way to dynamically inquire and get all child controls from certain form (in order to find certain control on form)? Actually I need to scan whole tree of controls in Eclipse main form in order to find controls with certain labels. Using XPath for find...
by AKalytiuk
Fri Mar 11, 2011 5:14 pm
Forum: Object Identification and Technologies
Topic: Support of work with non-standard controls using Win32 API
Replies: 5
Views: 3561

Re: Support of work with non-standard controls using Win32 API

DevExpress controls are handled properly by Ranorex in our application - thanks very much. Looks like spy recognize controls (Stingray controls) as 'AfxWndXXXXX' or 'AfxXXXXX' (where XXXXX is some hex-based number). Actually Stingray controls does not implement MSAA interface and the only way to wor...
by AKalytiuk
Fri Mar 04, 2011 2:59 pm
Forum: Object Identification and Technologies
Topic: Support of work with non-standard controls using Win32 API
Replies: 5
Views: 3561

Support of work with non-standard controls using Win32 API

Hi, Could you please tell whether Ranorex framework allows work with non-standard controls (not supported out-of the box and created by 3rd party vendors) using Win32 API? I.E. is there a way to get HWND identifier of complex control that is un-supported and cannot be handled by framework - and then...