Search found 9 matches

by kissKurisu
Wed Jun 30, 2021 1:35 am
Forum: Object Identification and Technologies
Topic: Does Ranorex support DirectUI?
Replies: 1
Views: 1140

Does Ranorex support DirectUI?

Hi,
We have tried ver9.x,but didnt work.
Is there any suggestions about how to automate directui apps?
A simple demo attached.
Thank you.
by kissKurisu
Wed Oct 14, 2020 10:09 am
Forum: Object Identification and Technologies
Topic: Cgridctrl recognized as win32 although uia implemented
Replies: 2
Views: 1422

Cgridctrl recognized as win32 although uia implemented

Hi
We use MFC, the grid and cell control have implemented UI Automtion according to MSDN.
But grid is recognized as win32 while cells are uia correctly.
Snapshot attached.

Ranorex 9.3.3
Win10
by kissKurisu
Fri Sep 07, 2018 7:53 am
Forum: General Questions
Topic: Could not get a valid element rectangle
Replies: 1
Views: 1313

Could not get a valid element rectangle

Hello, //code open a form Button btn=repo.Form1.BtnCancel; btn.Click(); //do noting and click cancel button to close the form //code open the same form again btn.Click(); //click the same cancel button again When executing btn.Click() the second time,I got warning "Could not get a valid element rect...
by kissKurisu
Wed Apr 25, 2018 9:35 am
Forum: General Questions
Topic: ranorex7.2 not working on windows xp
Replies: 3
Views: 1378

Re: ranorex7.2 not woring on windows xp

Hi, You are right, Ranorex 7.2 should still support Windows XP. Support for XP has been dropped in 8.0. The problem you are experiencing sounds like a missing/corrupted prerequisity? The OS you are using is 32 or 64bit? In case of 64bit system, you have to install also 64bit versions of VC++ libs. ...
by kissKurisu
Fri Apr 20, 2018 8:48 am
Forum: General Questions
Topic: ranorex7.2 not working on windows xp
Replies: 3
Views: 1378

ranorex7.2 not working on windows xp

Hi, The user guide shows ranorex7.2 supports Windows XP.But we met some troubles: Can not open Ranorex Studio,no error or other windows popped up,just nothing happened. Can not open Spy or other tools,said that .net fw 4.5 needed.(can not install v4.5 on xp) Can not run exe built on win10,here is th...
by kissKurisu
Thu Mar 15, 2018 7:18 am
Forum: Mobile Testing
Topic: Instrumentation failed:java.lang.IllegalArgumentException
Replies: 2
Views: 2268

Re: Instrumentation failed:java.lang.IllegalArgumentException

Hi,

Thanks for your suggestion,asdf.And we have found the problem is that our apk includs some files with Chinese character name.

The apk was zipped with UTF-8,if we change to gbk or name files with Engish char,there will be no error.

Hope this could help others.
by kissKurisu
Tue Mar 13, 2018 8:46 am
Forum: Mobile Testing
Topic: Instrumentation failed:java.lang.IllegalArgumentException
Replies: 2
Views: 2268

Instrumentation failed:java.lang.IllegalArgumentException

Hi, While using instrumentation wizard,the error occurred.We have sought advice from our developers,but no help.We want to know it's the problem of our apk or ranorex,and how to fix it. Operating system: Win7 sp1 Ranorex version: 7.2.1 The APK is not obfuscated. Yes. You are using API level 8 or abo...
by kissKurisu
Fri Oct 20, 2017 4:31 am
Forum: Object Identification and Technologies
Topic: Exception while identifying ComponentOne WPF controls
Replies: 3
Views: 2680

Re: Exception while identifying ComponentOne WPF controls

Hi,

Here is the Snapshot file,hope it will help.

Thanks.
by kissKurisu
Wed Oct 18, 2017 9:20 am
Forum: Object Identification and Technologies
Topic: Exception while identifying ComponentOne WPF controls
Replies: 3
Views: 2680

Exception while identifying ComponentOne WPF controls

Hi, Our application uses the ComponentOne WPF controls.When we idendify buttons or other controls(new solution), a popup message says that "Failed to instrument WPF process. UI element identification capabilities for this window are limited. Exception while initializing WPF proxy: System.Runtime.Rem...