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

Glossary Item Box

Description

Used in default configuration (ArcPad.apx) to specify an alternate set of GPS cursors.

Diagram

GPSCURSOR Element

Overview

GPSCURSOR
Used in default configuration (ArcPad.apx) to specify an alternate set of GPS cursors.
image required xs:string
The bitmap that contains the GPS cursor images.
transparencycolor optional xs:string
Transparency color of the image.

Attributes

NameTypeUseDefaultFixedDescription
imagexs:stringrequired  The bitmap that contains the GPS cursor images.
transparencycolorxs:stringoptionalMagenta Transparency color of the image.

Remarks

  • The GPS cursor bitmap must contain 10 cursor images -- The first is when you are are not moving, the next eight are at each of the 45 degree points on the compass in clockwise order starting from north, the last is the 'no fix' cursor.
  • ArcPad automatically divides up the bitmap into 10 images based on the height of the bitmap. Each cursor image must fall in a square box and each cursor is always centered on the center of each box. Below is a sample bitmap:

  • The GPS cursor bitmap must be placed in the ArcPad System folder (the default is C:\Program Files\ArcPad 7.0\System).

Examples

Copy Code
<ArcPad> 
  <CONFIG>
    <GPSCURSOR image="gpscursor.bmp" />
  </CONFIG> 
</ArcPad>

Source

<xs:element name="GPSCURSOR" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used in default configuration (ArcPad.apx) to specify an alternate set of GPS cursors.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute use="required" name="image" type="xs:string">
      <xs:annotation>
        <xs:documentation>The bitmap that contains the GPS cursor images.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="transparencycolor" default="Magenta" type="xs:string">
      <xs:annotation>
        <xs:documentation>Transparency color of the image.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.