Preh mci touchkey Supplementary Manual

Page of 40
 
PrehKeyTec GmbH 
TK-TechDoc_RevB_en.doc - 2008-07-31 
Page  10/40 
<NumberOfGraphics> 
The number of graphics available for the TouchKey. A graphic file can contain many 
different graphics. 
 
Example: <NumberOfGraphics>1</NumberOfGraphics> 
<NumberOfText> 
The number of text files which are available for this TouchKey. A text file can contain 
multiple text fields 
 
Example: <NumberOfText>2</NumberOfText> 
 
<Layer> 
This is the name of the layout. This name must be the same as the name of the XML 
file. For example if the of the layer is "Main", then the corresponding XML file is called 
"Main.xml". 
 
Example: <NumberOfLayers>3</NumberOfLayers> 
       
    <Layers> 
                
<Layer>tables</Layer> 
                     <Layer>drinks</Layer> 
                     <Layer>food</Layer> 
      
    </Layers> 
 
<graphic>. 
Name of the graphic. Same principle applies here as in layers above. 
Example: < NumberOfGraphics >1</ NumberOfGraphics > 
     
    <graphics> 
                
<graphic>tables_gfx</graphic> 
       
    </graphics> 
 
<txt> 
Name of text. Same principle as in layer but for text. 
 
Example: <NumberOfText>2</NumberOfText> 
    <text> 
                
<txt>drinks_txt</txt> 
               
<txt>food_txt</txt> 
              </text>