Startlayout.xml – PrehKeyTec MCI TouchKey User Manual

Page 26

Advertising
background image

Startlayout.xml


When the TouchKey Server is started, the layout at the top of the file "TouchKey.xml"
is the first to be displayed on the screen.

Each time the TouchKey Server is initiated, "Startlayout.xml" is loaded with a new
layout. The client’s application can be used here to write the layout that is to be
displayed in "Startlayout.xml". This causes the TouchKey device to change the
displayed layout to the actual one in "Startlayout.xml".

It is also important to note that the "Startlayout" can also be used by multiple
TouchKeys at the same time.

Example:

<?xml version="1.0" encoding="utf-8"?>
<startlayout>
<device serialnumber="987654321">
<layout>Layout</layout>
</device>
<device serialnumber="ID-PREH-00131154028-EA27">
<layout>Zettel</layout>
</device>
</startlayout>


For each device that is defined in "TouchKey.xml", there is a corresponding <device>
entry. Using the attribut "serial number", the serial number of the device is entered for
identification purposes.
The Layout is stored under <layout>. This can also be changed by a client’s
application. Der Touchkey Server automatically detects if a new layout is called up by
the application. When the file "Startlayout.xml" is saved, this new layout is displayed
on the screen.

PrehKeyTec GmbH

MCI_TouchKey_TechDoc_RevC_en.doc - 2011-02-09

Page 26/40

Advertising