Example 1 - Xml To Disable All Side Volume Buttons; Example 2 - Xml To Disable Side Mute Volume Button And Re-Task Side Volume Up And Down Buttons To Launch Applications - HP TouchSmart 9100 - Business PC Application Manual

Resources for developing touch-friendly applications for hp business touch-enabled desktops
Hide thumbs Also See for TouchSmart 9100 - Business PC:
Table of Contents

Advertisement

</xs:annotation>
<xs:sequence>
maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="HPSystemConfiguration">
<xs:sequence>
type="hpcfg:Buttons"/>
</xs:sequence>
<!-- version, current version is 1.0 -->
<xs:attribute name="SchemaVersion" type="xs:decimal"
use="required"/>
</xs:complexType>
</xs:schema>
Example 1 – XML to Disable All Side Volume Buttons
Purpose:
Disable side volume up button
Disable side volume down button
Disable side volume mute button
<?xml version="1.0" encoding="UTF-8"?>
<HPSystemConfiguration
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:HPSystemConfiguration"
xsi:schemaLocation="urn:HPSystemConfiguration HPSystemConfiguration.xsd"
SchemaVersion="1.0">
<Buttons>
<Button Id="VolumeUpButton" Enabled="false" />
<Button Id="VolumeMuteButton" Enabled="false" />
<Button Id="VolumeDownButton" Enabled="false" />
</Buttons>
</HPSystemConfiguration>
Example 2 – XML to Disable Side Mute Volume Button and
Re-task Side Volume Up and Down Buttons to Launch
Applications
Purpose:
Enable side volume up button and re-task it to launch MyTest.bat when the
button is pressed. MyTest.bat is launched with several parameters:
C:\MyTest.bat param1 /param2 –param3 "c:\test1\test2\test3.bat" –
param5:"param5 value"
Auto-repeating is disabled. When the side volume up button is pressed and
held, it will behave similar to when the button is pressed exactly once.
Disable side volume mute button
Enable side volume down button and re-task it to launch Microsoft Internet
Explorer with the link to Google search for the phrase "Hewlett-Packard
Company". Auto-repeating is disabled. When the side volume down button is
pressed and held, it will behave similar to when the button is pressed exactly
once.
<xs:element name="Button" type="hpcfg:Button"
<xs:element name="Buttons"
31

Advertisement

Table of Contents
loading

This manual is also suitable for:

Touchsmart dx9000Touchsmart 9100

Table of Contents