You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Industrial Icons are graphical components used in user interface navigation design, enabling the creation of globally recognizable and user-friendly interfaces. Their purpose is to facilitate intuitive navigation within solution displays. This page presents information about industrial icons, showing how to use them in your solutions.

On this page:


Understanding Industrial Icons

The Industrial Icons refer to graphical elements for creating intuitive navigation into your applications. They are available to use in two approaches on the Displays/Draw:

Industrial Icons font-family

The Industrial Icons font family approach converts alphanumeric characters into icons, it requires the character-to-icon conversion table.

You need to insert a component into the display to use this feature in your solution. Usually, we use a text output object (TTextBlock) to insert the character to convert to the selected industrial icon. After that, we changed the font family to Industrial Icons located at the end of the list. You do this by pressing the Font button in the Text configuration in the Drawing Properties panel to open the font settings popup.

Blue squares with rounded edges show the icons.

Gray squares show the corresponding characters.

Drag-and-drop graphical component

The drag-and-drop approach allows you to select the icon from the Industrial Icons category in the Components Panel and drag and drop the selected item to the drawing area.

Both approaches support controls for size, color, and alignment.


Using Industrial Icons in Solution Displays

Add the desired icon to your display. Double-click on the icon to access the Settings and Dynamics tabs. Enable the Action, set the Event to MouseLeftButtonDown, set the Action to OpenDisplay, and select the target display. This configuration triggers specific displays through user interaction with the icons, improving navigation and functionality.

Inserting

Users have two methods for inserting industrial icons to their displays.

The first method is by using the Industrial Icon font family. To do this, usually, users add a text output (TTextBlock), type the corresponding character code to display the desired icon, access the font settings, and choose an icon from the Industrial Icon font.

The second method is to select the industrial icons from the Components Panel. Users can open the Components Panel, which contains a library of built-in components, including icons. They can browse or search for the desired icon and then click on it to select it. Once selected, users can place the icon in the drawing area by clicking on the desired location.

Configuring

After adding the desired icon to your display, double-click on the icon to access the Settings and Dynamics tabs. In the Dynamics tab, enable the Action, set the Event to MouseLeftButtonDown, set the Action for this event to OpenDisplay, and select the target display. This configuration triggers specific displays through user interaction with the icons, improving navigation and functionality.


Character into Icon Conversion

The complete conversion table is available below.



In this section:

  • No labels