I am adding a view to a project which on multi-view architecture, I have code
the view.h view.cpp container.h container.cpp and defined the view in the AppUi.h ,when i press the related menu item ,the command passed to the AppUi::HandleCommandL(TInt aCommand) then the HandleCommandL call the ActivateViewL(VIEWID_RECITE),But the view function DoActivateL(const TVwsViewId& /*aPrevViewId*/, TUid /*aCustomMessageId*/, const TDesC8& /*aCustomMessage*/)
{
....
} does not to run ,the application reports App. closed ,I don't know where is wrong ,wish everybody can give me a hand.
when i press other mune item ,the other ivew can display correctly.
Thanks in advance,




