Page 1 of 1

AppFolder icons in the repository

Posted: Tue Mar 29, 2022 11:58 am
by HansSchl
Hi,

I am wondering which might be the algorithm by which Ranorex picks the icon that is displayed next to a top-level app folder in a repository, and whether it is possible to convince it to use a different icon. The reason I am asking is that I have five app folders for modal dialogs with almost identical RanoreXPath, and Ranorex displays four different icons. The one next to "Generic_Dialog" is the application's icon. I am attaching a screenshot of the repository.
2022-03-29_12h55_51.png
Thanks
Hans

Re: AppFolder icons in the repository

Posted: Thu Apr 21, 2022 5:44 pm
by Jacob
Hi Hans,

This is generated by the System.Drawing.dll in the .NET Framework. The icon that shows up in the Repository is dependent upon the type of object that Ranorex detects when that object is added to the Repository. I hope this helps!

--Jacob

Re: AppFolder icons in the repository

Posted: Fri Mar 01, 2024 9:17 am
by potrebitel2018
Since the app icon is being regenerated every time when an app folder child element changes, there are plenty of changes on git commit, which one does not expect.

See automatic-changes-in-appicon-attribute-t20925.html
and Support Case-01106856

Re: AppFolder icons in the repository

Posted: Tue Apr 16, 2024 3:15 pm
by mrt
potrebitel2018 wrote:
Fri Mar 01, 2024 9:17 am
Since the app icon is being regenerated every time when an app folder child element changes, there are plenty of changes on git commit, which one does not expect.

See automatic-changes-in-appicon-attribute-t20925.html
and Support Case-01106856
Did you get any (helpful) response on your support case yet?

thanks