Search found 12 matches

by Eike
Tue Jul 07, 2020 9:30 am
Forum: General Questions
Topic: Using localhost in browser start and RanoreXPath
Replies: 4
Views: 1730

Re: Using localhost in browser start and RanoreXPath

So, no solution for you, I've not poked into it too much, but we share a similar experience at least! It's good to hear I didn't miss something obvious to everybody else. ;) If there's no solution but using a second variable, I think this would be a feature request to Ranorex: Please enable startin...
by Eike
Tue Jul 07, 2020 9:28 am
Forum: General Questions
Topic: Using localhost in browser start and RanoreXPath
Replies: 4
Views: 1730

Re: Using localhost in browser start and RanoreXPath

And what happens if you use "http://localhost...."? I think there should be no problem with using http:// even if you are using localhost? ;) Have you tried to open the localhost page this way manually (via standalone web browser)? With http://, the browser starts with the correct page - but the Ra...
by Eike
Mon Jul 06, 2020 4:43 pm
Forum: General Questions
Topic: Using localhost in browser start and RanoreXPath
Replies: 4
Views: 1730

Using localhost in browser start and RanoreXPath

Hello! For testing our web site, we got a global variable $URL that's used to start the browser as well as for domain recognition in RanoreXPaths (/dom[@domain='$URL']//divtag...). This works fine for teh real server domain names, but does not work for early testing on localhost:port. If we're using...
by Eike
Mon Mar 30, 2020 5:10 pm
Forum: How To …
Topic: Passing simple arguments to my module/code (in a beautiful way)
Replies: 4
Views: 1330

Re: Passing simple arguments to my module/code (in a beautiful way)

Thanks for sharing your experiences and confirming I've not overlooked something obvious to everybody else. ;)

Stay safe!
by Eike
Mon Mar 30, 2020 9:30 am
Forum: How To …
Topic: Passing simple arguments to my module/code (in a beautiful way)
Replies: 4
Views: 1330

Re: Passing simple arguments to my module/code (in a beautiful way)

Basically anything that doesn't force me to call my 1 "one". ;) It's cluttering up to a long list of useless stuff... The group parameters do have something I'd prefer, the "constant values" table. PS: It's like if C++ would force me every time to do static int one = 1; static int two = 2; int sum =...
by Eike
Sun Mar 29, 2020 1:25 pm
Forum: How To …
Topic: Passing simple arguments to my module/code (in a beautiful way)
Replies: 4
Views: 1330

Passing simple arguments to my module/code (in a beautiful way)

Hello, I must be missing something obvious. I hope. :) I got a (code) module (and similar recording modules) that need simple parameterization. One gets row and column of a table cell to be clicked, the other e.g. the colour of a virtual LED to be checked. At the moment, I set those arguments in the...
by Eike
Mon Aug 19, 2019 12:21 pm
Forum: Bug Reports
Topic: Ctrl - Tab
Replies: 6
Views: 2635

Re: Ctrl - Tab

ahoisl wrote:
Fri Jul 19, 2019 9:03 am
Probably, because I use my mouse wheel to close tabs, i.e. by clicking the mouse wheel button on a tab header you can also close non-open tabs.
Thanks Alex, I got used to this in Ranorex...
... and Visual Studio, Firefox, Notepad++, ...
by Eike
Fri Jul 19, 2019 8:10 am
Forum: Bug Reports
Topic: Ctrl - Tab
Replies: 6
Views: 2635

Re: Ctrl - Tab

Weird enough, as a Ranorex developer I stumbled over this behavior just recently, too. It only happens if you press Ctrl+Tab really quickly, resulting in Ctrl being released before Tab. In other words, if you carefully press the keyboard shortcut, it works, but not if you just press it sloppily. As...
by Eike
Thu Jul 18, 2019 10:29 am
Forum: Bug Reports
Topic: Ctrl - Tab
Replies: 6
Views: 2635

Re: Ctrl - Tab

As all the common tools with tabs usually also handle the "sloppy" shortcut - and I got annoyed by Studio's behavior, too :wink: -, I added code to handle the fast Ctrl+Tab. The fix should be included in the next service/minor release (9.1.1 just got released, so the fix would be in 9.1.2 and 9.2.0...
by Eike
Wed Jul 10, 2019 2:11 pm
Forum: Bug Reports
Topic: Copy and paste in variables value field
Replies: 1
Views: 1371

Copy and paste in variables value field

Hello, when I open e.g. the global parameters dialog, click on a value field of a variable once(!) and paste some text, the text is properly displayed. But when I close the dialog by clicking "OK" and open it again, the old value is shown. When I do the same with two clicks (not a double click), it ...
by Eike
Wed Jul 10, 2019 10:36 am
Forum: Bug Reports
Topic: Error handling for missing runtime on build server
Replies: 0
Views: 1605

Error handling for missing runtime on build server

Hello, I'm using a build server to build my Ranorex tests, including the runtime. I did a minimal Ranorex installation on it (AFAIR all optional checkboxes disabled). I understand this does not work, but the way it didn't work was suboptimal: C:\Program Files (x86)\Ranorex\Studio\Bin\Ranorex.MSBuild...
by Eike
Wed Jul 10, 2019 9:57 am
Forum: Bug Reports
Topic: Ctrl - Tab
Replies: 6
Views: 2635

Ctrl - Tab

Hello, I'm new to Ranorex and I'm wondering about some things... First things first: When I press Ctrl - Tab to change between tabs, Ranorex Studio (9.1) sometimes brings up the tab list shortly, but as I'm releasing the keys fast, it doesn't change tabs. I'm pressing Ctrl - Tab to change tabs, so i...