Search found 7 matches

by Noxxys
Mon Jun 29, 2015 10:13 am
Forum: Object Identification and Technologies
Topic: Change automatic naming of elements
Replies: 1
Views: 2296

Change automatic naming of elements

Hi, Both in Ranorex Spy and in the repository when recording, elements are given names based on their "Native Window / Class" value. I'm automating a desktop QT application, and I'm in a situation where everything is called "element 'Qt5QWindowIcon'". However, the value of "Dynamic / AccessibleName"...
by Noxxys
Wed Jan 28, 2015 5:40 pm
Forum: Automation API
Topic: Disable reports entirely
Replies: 6
Views: 3511

Re: Disable reports entirely

It's working, thanks a lot.
by Noxxys
Mon Jan 26, 2015 4:36 pm
Forum: Automation API
Topic: Disable reports entirely
Replies: 6
Views: 3511

Disable reports entirely

Hi,

I'm using the Ranorex API in a C# program to click a few things, but I don't want it to generate any report file at all. The reason is that this program will run 24/7 unattended and I don't need the reports, so I don't want the reports to fill the hard drive.

How do I do that?

Thanks
by Noxxys
Thu Dec 11, 2014 6:24 pm
Forum: Automation API
Topic: Setup reports from API
Replies: 2
Views: 2797

Re: Setup reports from API

Thanks, this is what I was looking for. However I'm having an issue: in the resulting report file (html), my test case is empty and doesn't show the info and warning messages that should be there. I can see these messages in the .data file, but they are not loaded by the html file. TestReport.Setup(...
by Noxxys
Fri Dec 05, 2014 4:49 pm
Forum: Automation API
Topic: Setup reports from API
Replies: 2
Views: 2797

Setup reports from API

Hi, In Ranorex Studio, I was able to set up the report file to my liking: http://s11.postimg.org/en7tkqfyr/Ranorex_studio_report_setup.jpg However, when I write code from Visual Studio and I use the Ranorex API, it doesn't generate reports anywhere. I've tried to use the following code, but it gener...
by Noxxys
Fri Nov 28, 2014 11:11 am
Forum: Object Identification and Technologies
Topic: Menu items in Maya 2015 (QT)
Replies: 3
Views: 2419

Re: Menu items in Maya 2015 (QT)

Thanks for your quick answer Markus. I was already using version 5.2.1, but I had similar problems with menu items before you added native support for QT. I tried with the trial version of Maya 2015 that is available on Autodesk's website, and it's the same behavior. I've found a workaround by doing...
by Noxxys
Wed Nov 26, 2014 5:03 pm
Forum: Object Identification and Technologies
Topic: Menu items in Maya 2015 (QT)
Replies: 3
Views: 2419

Menu items in Maya 2015 (QT)

Hi, I'm having trouble with getting proper recognition of menu and submenu items in Maya 2015, which is running on QT. I'm on Ranorex 5.2.1 with native QT support, but the problem is more or less the same with previous versions and the accessibility plugin. Here is what I see in the Spy, when lookin...