Applet Schema
SYSTEMOBJECTS Element
See Also  Send comments on this topic.
Applet Schema : SYSTEMOBJECTS Element

Glossary Item Box

Description

Used to associate scripts with ArcPad system object events.

Diagram

RANGEFINDER Element NAVIGATION Element MAP Element GPS Element AUX Element APPLICATION Element Sequence SYSTEMOBJECTS Element

Overview

SYSTEMOBJECTS
Used to associate scripts with ArcPad system object events.
Sequence
APPLICATION
Used to specify scripts to call when Application object events occur.
AUX
The parent element for AUX port settings in ArcPadPrefs.apx. Used to specify script subroutines to call when AUX events occur.
GPS
Used to specify GPS preferences and script subroutines to call when GPS events occur.
MAP
Used to specify scripts to call when Map object events occur.
NAVIGATION
Used to specify scripts to call when Navigation object events occur.
RANGEFINDER
Used to specify Rangefinder preferences and script subroutines to call when Rangefinder events occur.

Examples

A default configuration file (ArcPad.apx):

Restrictions

The APPLICATION child element cannot be used in layer definition files (*.apl).

Source

<xs:element name="SYSTEMOBJECTS" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to associate scripts with ArcPad system object events.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="apa:APPLICATION" />
      <xs:element ref="apa:AUX" />
      <xs:element ref="apa:GPS" />
      <xs:element ref="apa:MAP" />
      <xs:element ref="apa:NAVIGATION"></xs:element>
      <xs:element ref="apa:RANGEFINDER" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.