Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
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
Solved! Go to Solution.
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
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