Customizing the MT20X0 7 - 3

Customizing the Home Screen View
By default, the initial view on the MT20X0 is the Home screen.
Figure 7-1
Home Screen
The contents of the Home screen (Navigator.exe) are driven by an XML file named Navigator.xml which resides in
the \Platform folder on the device.
Table 7-1 lists the schema, or format, for the Navigator.xml file.
MT2070 MT2090
Table 7-1
Navigator.xml Schema
Tag Description
<Navigator> The root element of the Navigator schema.
<title> Title of Navigator schema - not used by the application.
<show_images> Used to show or hide icons.
<show_numbers> Used to show or hide numbers.
<allow_exit> Used to enable/disable the
Close
button.
<menu> Used to child element collection of <item> in a menu or submenu.
<item> Used to define a child element which contains a <name> and <command> or <name>
<menu> collection.
<name> Displayed name of item element in Navigator.exe
<command> Command line to execute when item is selected and
Enter
key or hot key number is
pressed.