Is there a way to initiate a universal screen refresh?

Login to reply to this topic.
Fri, 2005-11-04 23:53
Joined: 2005-07-28
Forum posts: 63
If the phone preempts my application, and goes to the main screen, my application will go to the background.  In the process, HandleForegroundEventL(TBool aForeground) gets called with my app in the background.

The problem is that remnants of my application are being left on screen, so when we are at the main screen, I can see left over graphics that shouldn't be there.

Can I use "HandleForegroundEvent" to tell the main screen of the phone "HEY!  REFRESH YOURSELF!"?

Thu, 2005-11-17 07:34
Joined: 2005-11-16
Forum posts: 34
Re: Is there a way to initiate a universal screen refresh?
Wow! Universal Screen Refresh

That would be neat. To think you can refresh the screens of all mobile devices in the whole universe including mobile phones of humans and aliens.

Please share the code to me when you figured it out.

Thanks.
  • Login to reply to this topic.