activate view in background ?

Login to reply to this topic.
Fri, 2006-03-17 11:22
Joined: 2006-03-03
Forum posts: 31
Hi,
My application do some operations and then show a report using ActivateLocalViewL(Uid).
If my application is in background, when I use ActivateLocalViewL the application automaticaly Brings to Foreground. But I don't wanna that.
I need that when the process finished, show the report, and, if the application is not in foreground, the report will be shown when I change the view to my application.
There is any way to change a view in background ?

Thank you
mopa

Fri, 2006-03-17 13:23
Joined: 2005-11-28
Forum posts: 101
Re: activate view in background ?
mabye change the view and go imediately to background again.. or dont change view just remember its id and change it only if ur app is bring to foreground...

BG
Fri, 2006-03-17 13:37
Joined: 2006-03-03
Forum posts: 31
Re: activate view in background ?
yeah, that  works.
Thank you!

  • Login to reply to this topic.