Hi Dojo,
I would like to add my own icon to an Application.
I know that the log is defined on the XML, but I want to import a specific .svg file. I believe that this is possible on the tree controls with the option <Icon ref="pathTotheFile">.
If I try it in this case, I get that the ref is not declared.
Any suggestion? 🙂
Thank you
Hi Ana,
The icon of a connector application is always defined directly in the connector code indeed.
To my knowledge it's not possible to open an svg from a folder.
If you have the svg file, you can open it in notepad to see the code that will need to be added in the icon tag.
Hi,
For your information, normally we use icons published in https://skyline.be/skylicons/
You can download the XAML version of any icon available in this site
Great suggestion Miguel. And note that community members are welcome to request new icons for that community icon library. The more we have the better, and the more community members use it, the more value we can generate with the same effort.
Well, it’s a ‘multiviewer’ icon, an icon for a video-wall.
So as discussed, the svg file had to be converted into a xmal file, and it’s that code that needs to be added in the connector application.