Search found 95 matches

by yaro2o
Tue Mar 12, 2024 8:16 am
Forum: General Questions
Topic: Delhpi version ?
Replies: 0
Views: 61

Delhpi version ?

Hello, where can I find information about the version of Delphi supported by Ranorex?
by yaro2o
Fri May 19, 2023 12:35 pm
Forum: Bug Reports
Topic: ERROR Ranorex.Plugin.DelphiRootRule
Replies: 0
Views: 3312

ERROR Ranorex.Plugin.DelphiRootRule

Hi
I have a problem with the test application not responding during the automaton. I'm using ranorex version 10.6.1
I attach the snap file and part of the log file where you can see the error of the delphi plugin, I tried to disable the plugin but it didn't help
by yaro2o
Wed Mar 01, 2023 7:01 am
Forum: How To …
Topic: Crash of the tested application during the test
Replies: 0
Views: 5415

Crash of the tested application during the test

Hello, I have a problem with ranorex and our app. The application has been rewritten for x64 and from that moment it goes into no response mode if i run test on it. It wouldn't be a problem if it wasn't for the fact that ranorex doesn't go any further with the tests, it only hangs for example 5 hour...
by yaro2o
Tue Oct 05, 2021 11:41 am
Forum: How To …
Topic: Uncheck multiple CB
Replies: 5
Views: 1253

Re: Uncheck multiple CB

I write something like this IList<Ranorex.CheckBox> TCheckBoxList = repo.PraDialog.TCheckBoxInfo.CreateAdapters<Ranorex.CheckBox>(); foreach (Ranorex.CheckBox TCheckBox in TCheckBoxList) { if(TCheckBox.Checked) { TCheckBox.Click(); } } this code uncheck all CB and then I have a recording where I cli...
by yaro2o
Tue Oct 05, 2021 9:29 am
Forum: How To …
Topic: Uncheck multiple CB
Replies: 5
Views: 1253

Re: Uncheck multiple CB

I need to Check or uncheck only first CB column
by yaro2o
Tue Oct 05, 2021 9:27 am
Forum: How To …
Topic: Uncheck multiple CB
Replies: 5
Views: 1253

Re: Uncheck multiple CB

Attached I am sending a snap
by yaro2o
Tue Oct 05, 2021 8:44 am
Forum: How To …
Topic: Uncheck multiple CB
Replies: 5
Views: 1253

Uncheck multiple CB

Hello I have a question. I have a list of 16 checkboxes and I need only 1 of them selected and the rest unchecked, ranorex must check that the selected cb is checked and that the rest is unchecked and if one of them is also checked then uncheck it
by yaro2o
Mon Apr 26, 2021 9:07 am
Forum: General Questions
Topic: Error in popup dialog handler.
Replies: 1
Views: 807

Error in popup dialog handler.

Hi, I have a question every time I run a popupwatcher walkthrough I get a message Error in popup dialog handler, after expansion. Everything is working fine, errors are closing, just this unfortunate message w Ranorex.Core.Repository.RepoItemInfo.FindInternal[T](Boolean findSingle, Boolean throwExce...
by yaro2o
Thu Sep 26, 2019 8:33 am
Forum: How To …
Topic: TRAC integration
Replies: 1
Views: 1232

TRAC integration

Is there a technical possibility to integrate ranorexa with Trac ? Writing a script or something else :?:
by yaro2o
Fri Sep 20, 2019 7:51 am
Forum: How To …
Topic: ReportToPdf error
Replies: 1
Views: 1267

ReportToPdf error

Hi i try do save my report to PDF via ReportToPDF module but i have a error message "No valid image quality defined"
by yaro2o
Thu Jun 13, 2019 8:06 am
Forum: How To …
Topic: Jenkins Integration - Start build if file exists
Replies: 1
Views: 1754

Re: Jenkins Integration - Start build if file exists

Ok, I found two Triggers and now it works. FSTrigger and Files Found Trigger :)
by yaro2o
Thu Jun 13, 2019 7:21 am
Forum: How To …
Topic: Jenkins Integration - Start build if file exists
Replies: 1
Views: 1754

Jenkins Integration - Start build if file exists

HI, I have created a project in jenkins that wanted me to be fired when the file appears in the given location or will be changed, I found such a plugin Conditional BuildStep Plugin but how would I not configure it always runs the project, maybe someone has already done something and would share kno...
by yaro2o
Mon Mar 04, 2019 3:26 pm
Forum: How To …
Topic: Foreach loop
Replies: 1
Views: 1981

Foreach loop

hi I have several elements for which I will use the same code there is a chance to put this in the loop for/foreach ?

Ranorex.Validate.Exists(element);
by yaro2o
Mon Mar 04, 2019 10:24 am
Forum: How To …
Topic: Compare row in DT
Replies: 15
Views: 3441

Re: Compare row in DT

Ok I add snap,
by yaro2o
Mon Mar 04, 2019 9:19 am
Forum: How To …
Topic: Compare row in DT
Replies: 15
Views: 3441

Re: Compare row in DT

SmartFolder -> Datasource 1
|
|___ TC1 -> Datasource 2
|___ Compare 2 data source from smartfolder and tc

It is possible ?