Skip to main content
1-Visitor
August 22, 2019
Solved

New Tile in Mfg format of TileIcon, TileLabel and TileDescription

  • August 22, 2019
  • 1 reply
  • 1557 views

Hi, I've  added a new til in DataTable and it shows in Mfg, after following the guide in hingworx Apps Customization Guide 8.4.1 page 102.

 

1. TileIcon: I've made an icon for my tile under Media. It's supposed to be 80pixel high, but it filles the tile when viewed in runtime. It's a png-file. What file formats are supported?

 

2. TileLabel: For the Mfg Apps the tile label is a resource set in double square brackets [[PTC.SCA.SCA.....]]. I'm not able to source this resource in Twx to duplicate it. How is this handled? Please advice. 

I've tried to add a ToolTip text instead, but this does not show on the Tile

 

3. TileDescription: as TileLabel

Best answer by vranganathan

TileIcon : I use png and it works fine for me.

TileLabel : These are localization label. You need to make sure you have the label defined in Localization table. That way whatever within square brackets will get translate into appropriate strings.

Title Description works the same way as TitleLabel

 

1 reply

12-Amethyst
September 5, 2019

TileIcon : I use png and it works fine for me.

TileLabel : These are localization label. You need to make sure you have the label defined in Localization table. That way whatever within square brackets will get translate into appropriate strings.

Title Description works the same way as TitleLabel