Hi.
I am currently working on a project, where i need to fetch some data in a backgroundprocess, and then in some cases display a dialogbox, based on that data. My problem is that the only way i can get requestApplicationWake, is if it is placed directly in onTemporaryEvent followed by a background.exit(). That means that the dialogbox won't show up, if the call is placed in the makeWebRequest callback (onRecive). Is there an obivious solution i am missing?
Best regards