multiple view application

Login to reply to this topic.
Fri, 2007-08-03 23:55
Joined: 2007-06-23
Forum posts: 7

Hello,

i'm still beginner in symbian world, i would like to ask about how i can call a view from another. i'm working in UIQ application depend on multiple views so i want to know how can i navigate between these views. it will be better if there are any clear example doing that.

thanks


Mon, 2007-08-06 03:17
Joined: 2007-04-29
Forum posts: 53
Re: multiple view application

1. CCoeAppUi::ActivateViewL, this function is helpful
2. You can get a pointer to ui via CEikonEnv::Static()->AppUi()

  • Login to reply to this topic.