Adding custom icons to the set of ABB icons

For our installations I require a very specific set of button icons on the OmniCore FlexPendant HMI. We are creating new sets of HMI's in AppStudio, however I do not directly see a method to import or add custom icons to the 'button icon' dropdown menu. 

Is there any way to add custom icons to Appstudio? Perhaps through modifying fonts in AppStudio assets?

Many thanks in advance.

Daan

Answers

  • I think this is a very interesting proposal, but the current version of AppStudio (1.0.0) does not support adding custom icons at the moment.

    You might need to write custom JavaScript code in the onMounted function of the component's Behavior panel to replace the icon's HTML element with a custom resource(
    This resource can be a style or an image file, but it needs to be accessible to your deployed web app). This requires some web development experience.