Hi there, hope you’re doing fine guys
I’m just wondering…
When creating a new form, we have IconPath field, which lets you customize the only the taskbar form’s Icon
Do you know how could I change the UiPath Icon which appears in forms’ window header as well?
Let me show you show you some pics, I’ve changed the Icon’s path so:
Any help/thought will be appreciated, thanks in advance and happy automations!
Hug
BTW
I’ve tried to find the assets/css which aliment a default UiPath form (you can find in by investigating project .xaml file), it’s called cerulean.bootstrap.min.css
I don’t find it locally so, I’ve supposed it’s retrieving it back from an external service (FormIo guessed)
ppr
(Peter Preuss)
September 5, 2022, 7:50am
3
For RnD purpose check if manipulation of the icon at the following location will do any changes
#DriveLetter#:\User\#Username#\.nuget\packages\uipath.formactivitylibrary\#YourVersion#\content\Resources
Hi, thanks for the approach
Nope, it’s not changing anything. I just have replaced it for another image (same format,heigh,wigh,wide) and it still shows the UiPath Icon.
I guess it’s retrieving that info from some else place
ppr
(Peter Preuss)
September 6, 2022, 9:55am
5
For sure, this would be a dirty trick only for RnD purpose. Also it requires the the manipulated parts are properly (re)-loaded.
As we had seen this request more often by members also feel free to submit as a request to UiPath here
1 Like
Thanks! I’ve just added it there