vasanth
I'm new here

Possible to Change Icon in Custom Plug-in

Jump to solution

Hello,

Happy New Year !!!

I am creating same Tool Bar plugin in FS 5.1.209 as described in the below help document

https://XXXXX/help/odfs/Plug-In-Development/SiteArchitect-Extensions/Interactive-Features/Toolbar-It...

But is it possible to change Icon of the Tool Bar plug-in ??

Becaus the default Icon is <

please refer the attached screenshot for more reference.

Regards,

Vasandharaj M.

0 Kudos
1 Solution

Accepted Solutions
thmarx
I'm new here

Hello Vasandharaj,

You have to implement the getIcon method. This method is used in all interfaces ExecutableToolbarItem, ToggleableToolbarItem and ExecutableGroupingToolbarItem.

Regards

Thorsten

View solution in original post

0 Kudos
2 Replies
thmarx
I'm new here

Hello Vasandharaj,

You have to implement the getIcon method. This method is used in all interfaces ExecutableToolbarItem, ToggleableToolbarItem and ExecutableGroupingToolbarItem.

Regards

Thorsten

0 Kudos

Thanks it work's as charm Smiley Happy

0 Kudos