Hi,
I have created a s60 application with UI design and i have added menuitem.Now I added one more UI form in this projct.
Now I want to navigate to this form by clicking on the menu option of the first form.
how to do that.Please help.
thanks,
Hi,
I have created a s60 application with UI design and i have added menuitem.Now I added one more UI form in this projct.
Now I want to navigate to this form by clicking on the menu option of the first form.
how to do that.Please help.
thanks,
Hello,
in your view class in handling function call:
you can also pass 2 parameters in this function:Code:AppUi()->ActivateLocalViewL(TUid::Uid(EYourViewId));
TUid -> custom message id
Des8 -> custom message
good luck
Nuker85