Handsets Supported
From Morfeo Wiki
There are different types of MyMW controls. Each one has a table with its support in different emulators and devices:
Contents |
Action
An action is a control that allows the user to ask for something but no context updating occurs. Depending on the delivery context and the device it can be rendered as a button, as a link or even as an option mapped to a softkey (similar to the ‘do’ tag in WML).
Emulators
Devices
| Devices | Action |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) |
br
It is a line break in a presentation frequently used for better legilibility. It must be placed out of containers.
Emulators
Devices
| Devices | Br |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) |
ChainedMenu
It is a set of depending menus, i.e. the items of one menu depends on the value(s) selected in previous menus. A chained menu is rendered as a wizard in mobile phones and as a set of combos (popup lists) in PDAs.
Emulators
Devices
| Devices/Controles | ChainedMenu |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) | |
| ... |
Chart
It allows the insertion of different types of statistical charts in the platform. Output format could be SVG or it could be transcoded to raster format if the device doesn't support it.
Emulators
| Emulators | Chart Control |
|---|---|
| OpenWave v7 | It shows raster format. Image map supporting external links. SVG Support. |
| S60 3erd Edition FP2 SDK | It shows SVG format, supporting external links and animation. |
| Nokia 7710 SDK | Aplication is not view. |
| Pocket PC 2005 (Explorer) | It shows raster format, supporting external and links. |
| Pocket PC 2006 (Explorer) | It shows raster format, supporting external and links. |
| BlackBerry | Now, it can not be view anything. It would be necessary to insert a new SVG Header to make the device transformate SVG in its own format called pme. |
| iPhone Simulator | It shows raster format, supporting linking. ¿No SVG?. |
| WinWAP | It doesn't support SVG, neither raster, therefore it doesn't supporg charts. It only support wml. Error show: Syntax error 1 (1) - The WML source is wrong. |
| .MOBI Mobile Emulator | It doesn't support SVG. It shows raster format. No link. |
| NetFront Mobile Content Browser | It only appears the main menu. Links doesn't work. We can't go to another page. |
Devices
| Devices | Chart Control |
|---|---|
| Nokia N95 | It supports SVG, linking and animation. |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | It supports SVG, linking and animation. |
| QTek 9000 (Windows Mobile 5) | It supports raster format and linking. |
| HTC TyTN II (Windows Mobile 6) | It supports raster format and linking. |
Datefield
It is an input field that accepts a date as input. Depending on the delivery context it can be rendered as a calendar, as a set of input fields or as a wizard. The developer can specify the date mask to be used. MyMobileWeb takes care of validations according to the mask used.
Emulators
Devices
| Devices | Datefield |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) |
Entryfield
This is an input field in which the user can enter any text. It can be disabled or readonly. Developers can specify validations (required,datatype, etc) to be checked.
Emulators
Devices
| Devices | Entryfield |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) | |
| ... |
hr
It puts an horizontal rule as a separator. It must be placed out of containers.
Emulators
Devices
| Devices | Hr |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| HTC TyTN II (Windows Mobile 6) |
Image
A control that displays a tiny picture in the screen. In MyMobileWeb images typically are specified by means of an abstract identifier, called ‘resourceid’. The programmer can provide different versions of the same resource and MyMobileWeb is in charge of selecting the best for a delivery context. Also MyMobileWeb provides an image transcoding module that can be used to dynamically transformate images to different formats and sizes as needed. Programmers or designers decide the schema to be used: content selection or transcoding.
Emulators
Devices
| Devices/Controles | Image |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) | |
| ... |
Label
It is used for labelling anything in an authored unit. It can contain any text. Using CSS it can be changed the aspect such as color, font, underline, bold, etc.
Emulators
Devices
| Devices | Label |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) |
Link
This is a hyperlink that can be optionally decorated with an image. Using style properties and depending on the delivery context it can be controlled if the image, the text or both are displayed.
Emulators
Devices
| Devices | Link |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) |
List
Represents data in list mode. Each list item can be decorated using an image or an index number. Lists are paginated automatically according to the capabilities of the delivery context.
Emulators
Devices
| Devices | List |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) |
Menu
It allows the selection of one between several items and, when done, automatically an event is raised. Menus can be redendered in different ways such as a list of links, a combobox sensitive to changes, a combox plus a button, etc. Menus can have different layouts (horizontal, vertical, grid) and menu items could be decorated with an image or even be numbered with direct access through access keys. MyMobileWeb takes care of the pagination of the menu (if needed).
Emulators
Devices
| Devices | Menu |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) | |
| ... |
Object
It allows to put any multimedia object in a view. It has similar semantics than the ‘object’ tag in (X)HTML.
Emulators
Devices
| Devices | Object |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) |
Phonebookadder
The phonebookadder control is used to add telephone numbers from the browser to the phonebook of all devices that support this capability. If the control contains text, this text will be displayed as a page link. If not, the phone number will be displayed as the link.
Emulators
Devices
| Devices | Phonebookadder |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) |
RSSPanel
It is a control that provides the user interface for browsing and reading RSS feeds. The control is capable of dealing with different versions of ATOM and RSS.
Emulators
Devices
| Devices | RSSPanel |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) | |
| ... |
Select
It allows the selection of one ore more values. A select can be rendered as a combobox, radio buttons, checkbox, listbox, etc. It depends on the style properties and the delivery context.
Emulators
Devices
| Devices | Select |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) |
Submit
This control triggers an update of the model. When the user activates the control all the data in the current form on screen is posted to the server and it starts the process of model (the context) updating, triggering validations.
Emulators
Devices
| Devices | Submit |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) |
Table
Represents data in tabular mode. Each column can be clickclable or not depending on the style settings. Tables are automatically paginated if needed. An interesting feature is that programmers can specify the visualization of more or less columns depending on the device.
Emulators
Devices
| Devices | Table |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) |
Telephonecaller
A visual component to trigger a phone call from a user interface page. This control is an abstraction for developers that have not to worry about the different URL formats for specifying a call.
Emulators
Devices
| Devices | Telephonecaller |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) |
Textarea
It is an area of free text (possibly with multiple lines) entered by the user. A textarea can also be readonly or disabled. If a textarea contains so much text it will be automatically paginated by MyMobileWeb.
Emulators
Devices
| Devices | TextArea |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) |
Timefield
It represents an input field that accepts time as input (hours, minutes, seconds). It is parametrized by means of a mask. MyMobileWeb automatically validates user input.
Emulators
Devices
| Devices | Timefield |
|---|---|
| Nokia N95 | |
| HP iPAQ hx4700 (Windows Mobile 2003): NetFrontv3.3 | |
| QTek 9000 (Windows Mobile 5) | |
| HTC TyTN II (Windows Mobile 6) |