Preh mci touchkey Manual Suplementario

Descargar
Página de 40
 
PrehKeyTec GmbH 
TK-TechDoc_RevB_en.doc - 2008-07-31 
Page  25/40 
<ypixel> 
Position vertical.  
Range 0-240. 
 
Example: <ypixel>6</ypixel> 
<index> 
This index represents that of the graphic in the TouchKey device. The graphics must 
be loaded into the TouchKey before they can be used. Consult the section Loading 
graphics for more information on how to do this.
 
 
Example: <index>17</index> 
<animated> 
Defines if the graphic is animated (true) or not (false). 
 
Example: <animated>false</animated> 
 
 
Sample layout 
 
The graphic on the left has the 
following configuration: It is saved as 
"L1_gfx.xml". The graphic is then 
displayed in layout "L1". This graphic is 
stored within the memory of the 
TouchKey using the index 0 and it is 
not an animated graphic. Below is the 
text for the XML file representing the 
configuration of the graphic. 
 
 
 
 
 
 
 
 
<?xml version="1.0" encoding="utf-8" ?> 
<graphic xmlns="http://tempuri.org/Graphic.xsd"> 
   <name>L1_gfx</name> 
   <showinlayer>L1</showinlayer> 
   <keytostart>0</keytostart> 
   <erasedisplay>false</erasedisplay> 
   <graphicfield> 
      <xpixel>7</xpixel> 
      <ypixel>94</ypixel> 
      <index>0</index> 
      <animated>false</animated> 
   </graphicfield> 
</graphic>