Converting A Trakker Antares Application To A Ck30 Application - Intermec CK30 User Manual

Handheld computer
Hide thumbs Also See for CK30:
Table of Contents

Advertisement

To Do This:
Remove scroll bars
Remove top and left margins
Use a small font
Remove spacing between cells in a table
Set the font size for entries in a table
Create a shorter text edit box that
stretches across the screen
Control the order of controls the tab key
jumps to

Converting a Trakker Antares Application to a CK30 Application

CK30 Handheld Computer User's Manual
Chapter 3 — Developing and Installing Applications
3 From the IE Browser menu, select Pass Function Keys to
Browser.
4 In the Pass Function Keys to Browser dialog box, select
Function Keys to URLs and press Enter.
5 Set the URLs for the function keys you want to use. For help,
see the previous procedure on how to set the URLs.
Programming IE Browser Applications for the CK30 Screen
Since the CK30 screen is small, you may want to use a few of the
programming tips in this table to more efficiently use your
screen space.
Use These Attributes in Your Tags:
<body scroll=no> </body>
<body topmargin=0 leftmargin=0> </body>
<basefont face="Lucida Console" size=1>...</font>
<table class=MenuItem cellspacing=0
cellpadding=0>...</table>
<tbody style="font:7pt Lucida Console>...</tbody>
Tip: You can also use this attribute with theader and tfooter
tags.
<input type="text" name="barcode1" tabindex="1"
style="font-size:6pt; width:160px"/>
<input type="text" name="barcode1" tabindex="1"/>
If you have an existing Trakker Antares application that you
would like to run on the CK30, you can use the Antares
Migration Resource Kit to convert it. The Antares Migration
Resource Kit is a set of libraries and tools that you use to convert
your existing Trakker Antares C applications into C++
applications for use on the CK30.
The CK30 does not support all Trakker Antares PSK functions.
You may need to rewrite parts of your application when
converting it for use on the CK30. See the resource kit for a list
of functions that are not supported.
79

Advertisement

Table of Contents
loading

Table of Contents