mroskothen
04-25-2002, 10:16 AM
Is it possible for an application to receive a EVT_APP_SUSPEND during the processing of the EVT_APP_START?
I get some weird behavior when the application receives a suspend event right at the start of an application. The suspend event occurs (trigger by an SMS message) before the application even draws anything to the screen. The SMS message notification pops up and after 2 seconds my application starts to draw to screen without me pressing the acknowledge button. I thought that this can not happen unless BREW sends me a resume event (which it does not).
I get some weird behavior when the application receives a suspend event right at the start of an application. The suspend event occurs (trigger by an SMS message) before the application even draws anything to the screen. The SMS message notification pops up and after 2 seconds my application starts to draw to screen without me pressing the acknowledge button. I thought that this can not happen unless BREW sends me a resume event (which it does not).