How to retain query dialogs while switching views???

Login to reply to this topic.
Mon, 2005-07-11 08:54
Joined: 2004-05-21
Forum posts: 48
Hi All,

I have multiple views in app. I can swith between views using ActivateLocalViewL(). But the problem is, suppose in one iewing I am showing a QueryDialog and from background I got an event to show the second view. When I am done with the second view I activate the first view again. But that will not bring-up the querydialog which I was showing before switching to second view. Is there any way so that when I returns to first view, the querydialog can be retained.



Dushyant Gaur
Software Specialist,
Kodiak Networks,
No 401 Prestige Sigma, 4th Floor
3 Vittal Mallya Road
Bangalore - 560 001
India


Thu, 2005-07-14 05:31
Joined: 2005-06-01
Forum posts: 76
Re: How to retain query dialogs while switching views???
When your view is activated again, DoActivateL(..) is get called, if you want to show that dialog again .. put it in DoActivateL(..)

..
KiraN Puranik
  • Login to reply to this topic.