How to write an application with Listbox Menu and Multiview UI?
Like the embedded Message Application?
When you open the application, a listbox menu displays.Then you can choose a function and multiviews Ui display?
How to write an application with Listbox Menu and Multiview UI?
Like the embedded Message Application?
When you open the application, a listbox menu displays.Then you can choose a function and multiviews Ui display?
The easiest way to experiment this is using UI Designer from Carbide.c++ Developer or Professional. You can download the trial version of it from Forum Nokia. It's very easy to create multi-views application using UI Designer.
You can also check S60Ex\MyViews example that is shipped in the SDK. It shows how to create a multi-views application. Also check S60Ex\ListBox for list box example.
Antony Pranata
http://www.antonypranata.com/
http://www.s60tips.com/
I am right now struggling with this. If you do not have the UI designer, then MyView example is quite good starting point. All you need is to change the MyViewContainer class to be CEikTextListBox instead CCCoeControl. Then you should write the MyViewContainer::OfferKeyeventL to pass the left/right keys to the AppUI controller and you're ready...