Search found 14 matches

by jbeeson
Fri Apr 27, 2018 3:47 pm
Forum: General Questions
Topic: Invoke Windowed?
Replies: 2
Views: 1118

Re: Invoke Windowed?

Hi, You need to track the top-level form of your AUT to create a repository element. Then simply drag the tracked form from repository to recording of your choice and from the appeared context menu select Invoke Action >> Restore restore.png Hope this helps? oh wow. i always though restore un-minim...
by jbeeson
Thu Apr 26, 2018 5:20 pm
Forum: General Questions
Topic: Invoke Windowed?
Replies: 2
Views: 1118

Invoke Windowed?

Is there a way to make a window go to windowed mode from maximized? If I try and just do a resize, it's still in a maximized mode, just at the size i specified instead of fullscreen.
by jbeeson
Mon Nov 13, 2017 11:32 pm
Forum: General Questions
Topic: Convert Rooted Folder back to regular item
Replies: 1
Views: 1291

Convert Rooted Folder back to regular item

Is there a way to convert a rooted folder back to a regular item? I have a few that no longer have child items. Adapter Type in properties says "(Default)" and doesn't have any options to change it.
by jbeeson
Fri Oct 27, 2017 4:38 pm
Forum: Object Identification and Technologies
Topic: "The automating process does not have the required security"
Replies: 11
Views: 3297

Re: "The automating process does not have the required security"

Thank you for reporting back! Had done all those suggested steps from support. I did end up fixing it by uninstalling ranorex, rebooting, and then reinstalling. So it works for you now after re-installing Ranorex? Seems like those necessary DLLs got deleted by something or were not correctly instal...
by jbeeson
Fri Oct 27, 2017 3:39 pm
Forum: Object Identification and Technologies
Topic: "The automating process does not have the required security"
Replies: 11
Views: 3297

Re: "The automating process does not have the required security"

Had done all those suggested steps from support. I did end up fixing it by uninstalling ranorex, rebooting, and then reinstalling.
by jbeeson
Thu Oct 26, 2017 11:38 pm
Forum: Object Identification and Technologies
Topic: GDI issue on Windows 10 VM
Replies: 7
Views: 3105

Re: GDI issue on Windows 10 VM

Any more information on this issue? I emailed support about the same thing but they haven't been able to figure it out.
by jbeeson
Thu Oct 26, 2017 11:38 pm
Forum: Object Identification and Technologies
Topic: "The automating process does not have the required security"
Replies: 11
Views: 3297

Re: "The automating process does not have the required security"

Any more information on this issue? I emailed support about the same thing but they haven't been able to figure it out.
by jbeeson
Thu Aug 31, 2017 3:38 pm
Forum: Automation Tools
Topic: Git merging and conflict-resolving Ranorex Repositories
Replies: 15
Views: 6170

Re: Git merging and conflict-resolving Ranorex Repositories

When you guys are talking about "integrated git," do you mean TortoiseGit? Or is there another implementation now? I recently had to merge repos and still got all kinds of conflicts even though we didn't touch the same items.

I'm running the latest 7.1.
by jbeeson
Wed Apr 12, 2017 12:56 am
Forum: Automation Discussions
Topic: Identifications with PSExec
Replies: 1
Views: 3009

Identifications with PSExec

I'm attempting to use PSExec to execute my automated tests remotely. I use it to launch a powershell script that has the ranorex command line execution. The issue is that it won't identify anything once the app under test launches. When I use studio or run the powershell script locally on the remote...
by jbeeson
Fri Sep 16, 2016 4:36 pm
Forum: Bug Reports
Topic: 6.1.0 Naming a module "Delay" interferes with Ranorex.Delay
Replies: 1
Views: 1716

6.1.0 Naming a module "Delay" interferes with Ranorex.Delay

Ranorex should stop you from naming modules that interfere with a class. Naming a module "Delay" causes build errors from all the Delay class items being used.
by jbeeson
Wed Aug 31, 2016 5:17 pm
Forum: General Questions
Topic: Working with tablet mode
Replies: 1
Views: 1229

Working with tablet mode

Does anyone have any ideas for toggling tablet mode on and off? I tried modifying the corresponding registry key via code but the change doesn't happen until you log off/on. And it doesn't seem like buttons in the action center are identifiable by Ranorex. edit: Forgot to mention that I'm testing on...
by jbeeson
Thu Jun 23, 2016 12:32 am
Forum: General Questions
Topic: Support for command-line options for Remote test execution.
Replies: 8
Views: 3499

Re: Support for command-line options for Remote test execution.

No response to this yet? I'm curious about this as well. I want to run a remote test and then run a local test that depends on what my remote device did and this seems like the most logical way to do it.
by jbeeson
Thu May 19, 2016 5:02 pm
Forum: Automation Discussions
Topic: Using Ranorex (5.4) with PSExec
Replies: 2
Views: 2323

Re: Using Ranorex (5.4) with PSExec

Hi, Have you tried to run the solution.exe with admin privileges? I'm not quite sure about psexec switch, but I'm sure there must be a way to run app on remote machine (via psexec) as administrator? Yeah, that's what the -h is for; it runs it with an "elevated user token" I guess. I did end up find...
by jbeeson
Wed May 18, 2016 4:44 pm
Forum: Automation Discussions
Topic: Using Ranorex (5.4) with PSExec
Replies: 2
Views: 2323

Using Ranorex (5.4) with PSExec

I'm trying to get automation running on a remote Windows embedded device using PSExec but am having problems. Here is the command I'm trying to use: c:\PSTools\psexec -u [user] -p [password] -h \\[computername] -i 1 cmd /c "C:\automation\[solution.exe] /tc:[testcase]" The issue is that I get a WPF f...