Genie 7110 manual Nokia Menu Guidelines, Genie Application Style Guide

Models: 7110

1 84
Download 84 pages 46.18 Kb
Page 34
Image 34
Nokia Menu Guidelines

4

Menu Navigation

 

In Example 4-3,the user can delete a message directly by highlighting the message header and choosing Delete from the Menu softkey. The code in the menu card is vastly simplified to show how the menu items would be rendered on the device. In a real application, the code would be generated dynamically so that the server could be accessed with each key press. It is only through this type of interaction with the server that the behaviour for each individual message can be controlled from the menu.

For a real example of how to code for this behaviour, use the UP.Simulatorto connect to the Developer UP.Linkand choose the UP.Mailapplication. To view the code, choose the Info menu then the Source option (F5) from the UP.Simulator. For more information on the UP.Simulator and the Developer UP.Link, visit http://developer.openwave.com.

Do not wrap items on a menu.

Use <p mode="nowrap"> to display each menu item on one line. See the “Openwave Menu Guidelines” on page 26 for the exception.

Example 4-4

Openwave Browser

1>Artist/Band

2Title/Song

3Top 40 –

4Concerts

Done 30 Genie Application Style Guide OK

search search

all genres

and Appearances

The text off the side will scroll horizontally when the item is highlighted

5 News,

 

Gossip and Interviews

<p mode="nowrap"> <select>

<option onpick="#band" title="find">Artist/Band search</option> <option onpick="#song" title="songs">Title/Song search</option> <option onpick="#top" title="top">Top 40 - all genres</option> <option onpick="#conc" title="live">Concerts and Appearances</option> <option onpick="#news" title="news">News, Gossip and

Interviews</option>

</select>

</p>

In Example 4-4,<p mode="nowrap"> prevents the menu items from wrapping. Instead Times Square text scrolling is used.

Be aware that links are displayed differently on different phones.

Some phones may underline links and others may display them in square or angle brackets. Do not underline text or use brackets in text.

Nokia Menu Guidelines

Each menu should be a list of anchors.

30 Genie Application Style Guide

February 2001

Page 34
Image 34
Genie 7110 manual Nokia Menu Guidelines, Genie Application Style Guide