Property Meaning/behavior
maskPath The property specifies the main module name to use.
maskName The property specifies the main menu name to use.
focusable The property determines whether the input focus can be set to the element.
Example
[Page_sidescreen_proginfluence]
PROPERTY001= name:=focusable, type:=bool, value:="true"
Icon=sidescreen_proginfluence.png
[PAGE_sidescreen_proginfluence]
Icon= sidescreen_proginfluence.png
PROPERTY001= name:=focusable, type:=bool, value:="true"
PROPERTY002= name:=maskPath, type:=QString, value:="
sidescreen_proginfluence.xml"
PROPERTY003= name:=maskName, type:=QString, value:="main"
1.13.3 Language and text management
To manage the language-independent texts, each component can be assigned a text file. The
text file name is formed from the name of the component, the language version and the
extension ".ts".
EASY_XML should be used as the text context.
Syntax
<name>_<language>.ts
Example
PAGE004= name:=sidescreen_proginfluence,
implementation:=slagmforms.SlEESideScreenPage
Text file name: sidescreen_proginfluence_eng.ts
If no text file is specified, the parser searches for the text identifier in the
oem_xml_screens_xxx.ts default text file.
Generating user dialogs
1.13 Sidescreen application
Easy XML
168 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1