View Single Post
Old 12-18-2007, 02:45 AM   #7
AxelE
Thumbs Must Hurt
 
Join Date: May 2007
Location: Berlin
Model: 8100
PIN: N/A
Carrier: O2
Posts: 127
Default

bcbac,

having a similar problem with my application MiniMoni, I would be interested in a code snippet for this setAcceptEvents()

AxelE

Quote:
Originally Posted by bcbas View Post
I had a similar problem when trying to launch an application that took some time processing. I found that for the BlackBerry OS my app was not responding anymore (while, in fact, it was just processing a lot of data).

The BlackBerry OS seems to have a type of watchdog process that is resposible for killing applications that do not respond to events for some time. So, I've solved this by creating a background thread responsible for handling events from time to time (calling setAcceptEvents() from Application class).

Hope it can help you guys.
Offline   Reply With Quote