Configuration Schema
CONFIG Element
See Also  Send comments on this topic.
Configuration Schema : CONFIG Element

Glossary Item Box

Description

Used in ArcPad.apx to define a custom ArcPad default configuration. ArcPad.apx must be located in the ArcPad application directory and is automatically loaded when ArcPad starts.Used in ArcPad.apx to define a custom ArcPad default configuration. ArcPad.apx must be located in the ArcPad application directory and is automatically loaded when ArcPad starts.

Diagram

TOOLBARS Element SYSTEMOBJECTS Element STATUSBAR Element GPSCURSOR Element FORMS Element Sequence CONFIG Element

Overview

CONFIG
Used in ArcPad.apx to define a custom ArcPad default configuration. ArcPad.apx must be located in the ArcPad application directory and is automatically loaded when ArcPad starts.Used in ArcPad.apx to define a custom ArcPad default configuration. ArcPad.apx must be located in the ArcPad application directory and is automatically loaded when ArcPad starts.
Sequence
FORMS
The parent element for defining an ArcPad form.The parent element for defining an ArcPad form.
GPSCURSOR
Used in default configuration (ArcPad.apx) to specify an alternate set of GPS cursors.
STATUSBAR
Used to define display properties for the status bar.
SYSTEMOBJECTS
Used to associate scripts with ArcPad system object events. Used in applet (*.apa) files, default configuration (ArcPad.apx) files, and layer definitions to associate scripts with ArcPad system object events.
TOOLBARS
The parent element for all ArcPad toolbars.The pareent element for all ArcPad toolbars.

Remarks

Although none of the child elements are required, ArcPad.apx must contain at least one of these elements to perform any tasks.

Examples

Source

<xs:element name="CONFIG" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used in ArcPad.apx to define a custom ArcPad default configuration. ArcPad.apx must be located in the ArcPad application directory and is automatically loaded when ArcPad starts.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="con:FORMS" />
      <xs:element ref="con:GPSCURSOR" />
      <xs:element ref="con:STATUSBAR">
        <xs:annotation>
          <xs:documentation>Used to define display properties for the status bar.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="con:SYSTEMOBJECTS" />
      <xs:element ref="con:TOOLBARS" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.