Skip to content

(General) How to...

Stephan Stricker edited this page Nov 27, 2019 · 7 revisions

How to change the text system on a runtime?

The text files can be exported in Automation Studio and then downloaded via the runtime utility center. See Automation Studio help for details (9060a191-2736-440b-95e4-006eacb7b1d8)

How to access external sources and file devices?

The mapp View server generally provides the contents of its web root directory to the client. With support for file devices, however, it is also possible for the mappView server to provide external contents as well. To access a file device use the code word '/FileDevice' followed by the file device name. For example

<Widget xsi:type="widgets.brease.Button" id="ButtonWithLogo" height="76" width="76" left="207" top="150" image="/FileDevice:HD0/Logos/smallLogo.png" style="default" />

See Automation Studio help for details (daf49462-f25f-4027-8970-c009a951d816)

How to force a line-break in text files (TMX) or widgets?

Use \n to force a new line when using text directly in widgets. When using widgets make sure to also enable the option "multiLine". For TMX files click on the row with the text and then use the "Detail View". Press enter to add a line break at the desired position.

Clone this wiki locally