This page was last modified 09:00, 24 August 2007.
TSJ000425 - Customizing the look and feel of Command menu items
From Forum Nokia Wiki
Subject: | Customizing the look and feel of Command menu items | TSJ000425 | |
|
| Platform(s): | Device(s), SW version(s): | |
Category: | Java | ||
Subcategory: | - | ||
Description: | There is no way to customize commands using standard LCDUI components. You can, however, customize your application’s GUI with a third-party package; one of the most notable is J2ME Polish, which you can find at http://www.j2mepolish.org. It implements the MVC framework, allowing you to separate your business logic code from the application UI. This means that you can use J2ME Polish components, create new ones based on existing components, and use skins so your application can have different look and feel without making you change the source code. Note, however, that Nokia Technical Support System cannot give support for the tool since it is a third-party framework. If the standard LCDUI components or the third-party UI packages do not provide an acceptable solution for you, you can create the whole user interface from scratch using the Canvas class. In this case you need to take care of rendering all the UI components on the screen and implementing their behavior yourself. You also need emulate the user selecting a command by checking the softkey presses instead of using the CommandListener approach. | ||
Creation date: | October 5, 2006 | ||
Last modified: | - | ||
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Nested Menus on s60 | brainpwr | Mobile Java General | 4 | 2007-11-28 23:48 |
| Has anyone shown bitmaps in a menu? | harshdeep | Symbian User Interface | 2 | 2004-06-24 06:07 |
| options menu won't work properly when Multipage dialog is created | chinlin | Symbian User Interface | 3 | 2007-03-15 01:10 |
| Cascade Menu item with icon | mikkyt | Symbian User Interface | 1 | 2003-05-12 12:18 |
| Menu Item Binary Switch | moja_a | Symbian User Interface | 2 | 2008-04-14 07:09 |

