54 lines
1.7 KiB
Plaintext
54 lines
1.7 KiB
Plaintext
---------------------------------------------------------------------------
|
|
Name
|
|
|
|
_STETest
|
|
|
|
---------------------------------------------------------------------------
|
|
Description
|
|
|
|
This sample application shows how to use the Smart Text Engine (STE)
|
|
Library. It demonstrates how to add text to the STE, how to format,
|
|
add urls, audio, phone numbers, email addresses, images and icons.
|
|
|
|
---------------------------------------------------------------------------
|
|
Builds With
|
|
|
|
CodeWarrior
|
|
Gcc
|
|
|
|
---------------------------------------------------------------------------
|
|
Devices
|
|
|
|
All Treo smartphones
|
|
|
|
---------------------------------------------------------------------------
|
|
Requirements
|
|
|
|
|
|
---------------------------------------------------------------------------
|
|
Libraries Used
|
|
|
|
Smart Text Engine Library
|
|
|
|
---------------------------------------------------------------------------
|
|
How to Run
|
|
|
|
1. Launch the 'STE Test' application
|
|
2. Some of the text on the screen is already pre-formatted by STE (Smart
|
|
Text Engine)
|
|
3. Observe the text displayed by the application
|
|
- a. sndError/sndStartup should play sounds when tapped
|
|
b. HTTP URL should launch the browser and take user to the website
|
|
when tapped
|
|
c. Email addresses should launch Versamail when tapped. If Versamail is
|
|
not present, the SMS application will launch instead
|
|
d. Phone numbers should launch 'Dial Number' dialog box when tapped
|
|
e. The rest of the screen area should show images, colored text, and
|
|
smileys
|
|
|
|
---------------------------------------------------------------------------
|
|
Note
|
|
|
|
|
|
---------------------------------------------------------------------------
|