Automatically throwing events

Login to reply to this topic.
Fri, 2005-06-10 10:18
Joined: 2005-05-24
Forum posts: 12
Hi,

I want to throw automatically an event after a view is set.

Exactly, I want this view automatically  throw an event (such as EAknSoftkeyOk when pushing a button), so that I can manage it in my Mainappui.cpp and set a RTimer for loading a new view after a few seconds with ActivateLocalViewL.

Can anybody help me? I'm new in Symbian.

Thanks and excuse my poor English.

Fri, 2005-06-10 10:21
Joined: 2004-07-28
Forum posts: 1379
Re: Automatically throwing events
I don't get why you need to do this.  All you do is pass a pointer from to your appUI into your view on construction (or use the method AppUi(); from the base view) and use that to call a method on the AppUI, which will start this timer and activate a new view.

didster

  • Login to reply to this topic.