Switching between views
| Fri, 2006-02-24 17:35 | |
|
Hi,
until now i haven't understood how to jump from one view to other. Let's say i have splash screen (non-fullscreen with softkey "Ok" and "Exit"). Then in AppUi in my HandleCommandL function I check if "Ok" was selected and want to change to next view. But how can i do this? Regards, Sebastian |
|






Forum posts: 28
Regards,
Viru
Forum posts: 10
Forum posts: 149
Note that this is the Series 60 examples, not the Symbian OS examples.
-euroq
Forum posts: 239
Typr MultiView in your SDK help.And search for the example.You will get few .cpp and .h files also.See how they are activating different views.
AppUi()->ActivateLocalViewL(TUid::Uid(EMultiViewsView1Id));
here EMultiViewsView1Id is the view which u have to define in your .hrh file.Just see how they have defined resource for views in .rss file.There they have used IDs for view which is the ID which you need to pass whenever u wants to activate any view.
BR
---------------
Bhatt Kavita