Search found 11 matches

by Thor.Irgens
Fri Apr 29, 2022 3:00 pm
Forum: Bug Reports
Topic: Incorrect button size
Replies: 5
Views: 879

Re: Incorrect button size

I am unfortunately unable to start Ranorex 10.2. Seems our companys licenses doesn't support 10.2..
by Thor.Irgens
Fri Apr 29, 2022 7:55 am
Forum: Bug Reports
Topic: Incorrect button size
Replies: 5
Views: 879

Re: Incorrect button size

Unfortunately I am unable to download the 10.2. I can only get 10.1.7.
Is there a special link for the 10.2?
by Thor.Irgens
Mon Apr 25, 2022 2:06 pm
Forum: Bug Reports
Topic: Incorrect button size
Replies: 5
Views: 879

Incorrect button size

Hi. We have encountered a problem, that code cannot click a X button when application is maximized. Looking in the Spy, the size is shown as 2568, 19. When not maximized, its size is just 60,37. We discovered this when UI changed to Right-to-Left language like Farsi. OS: Windows 10. Ranorex: 10.1.6....
by Thor.Irgens
Mon Oct 19, 2020 11:12 am
Forum: General Questions
Topic: Remote spying
Replies: 2
Views: 820

Re: Remote spying

Thank you for the fast reply. Not the answer I hoped for :) but much appriciated.
by Thor.Irgens
Mon Oct 19, 2020 10:48 am
Forum: General Questions
Topic: Remote spying
Replies: 2
Views: 820

Remote spying

Hi. We currently use C# Ranorex client libraries to automate some UI application. Tests run on the same machine as the application. I have a little dream separating the test running machine from the application machine, so I can load "clean" application machine (VM) during the test. Is there any cha...
by Thor.Irgens
Tue Feb 27, 2018 10:03 am
Forum: Automation Tools
Topic: Detecting animating
Replies: 2
Views: 1467

Detecting animating

Hi,

Is there any way to detect if an animation is running on a UI element? I have a button which has an "I am working on it" animation and I would like to detect when it is done instead of just putting in a delay.
by Thor.Irgens
Thu Dec 14, 2017 3:20 pm
Forum: Object Identification and Technologies
Topic: Objects not identified as WPF
Replies: 5
Views: 2349

Re: Objects not identified as WPF

Hi, Thanks for the sample. I'm not on "creators" update yet, so your sample works fine form me. I'm getting WPF flavor via Spy. But I'm sure your sample will eventually help Ranorex folks to find the source of problem. You are welcome and thanks for your time :) . My other colleague also solved the...
by Thor.Irgens
Thu Dec 14, 2017 10:12 am
Forum: Object Identification and Technologies
Topic: Objects not identified as WPF
Replies: 5
Views: 2349

Re: Objects not identified as WPF

I have created a small test application only consisting of UI. I have verified that on the faulty machines the flavor name is UIA, even when the spy is set to WpfImprovedOnly. Also verified on my own machine, that the falvor name is WPF when set to WpfImprovedOnly. It does seem to be linked to the l...
by Thor.Irgens
Thu Dec 14, 2017 8:55 am
Forum: Object Identification and Technologies
Topic: Objects not identified as WPF
Replies: 5
Views: 2349

Re: Objects not identified as WPF

Hi, Could you please post a small sample app and snapshots, both from Win10 and Win8? I'm afraid, there is not much anyone here can do or suggest without the sample app. I believe you can take any app and reproduce the issue on. The constants in all tests here, have been the AUT and code. The diffe...
by Thor.Irgens
Wed Dec 13, 2017 3:56 pm
Forum: Object Identification and Technologies
Topic: Objects not identified as WPF
Replies: 5
Views: 2349

Objects not identified as WPF

Hi, I have a colleague who tries to find an UI element using WpfImprovedOnly, but the result is returned with UI flavor. Here the code we try to run RanorexExtensions.UseWpfImprovedOnly(); TAdapter adap = adapter.GetSingle<TAdapter>(rxPath, timeout); RanorexExtensions.UseUiaOnly(); return adap; publ...
by Thor.Irgens
Tue Sep 20, 2016 10:13 am
Forum: Automation API
Topic: CaptureCompressedImage returns null
Replies: 1
Views: 1835

CaptureCompressedImage returns null

Hi, I have a problem with CaptureCompressedImage(), it returns null on an adapter that has width, height and an anchor (X,Y). Does anyone have a similar experience and hopefully solution? I have previously experienced that objects are sent to Garbage Collector, but that would set the height, width, ...