When miss call occure all varibale lost the reference and reset

Hello

a know why I lost any variable value when entering call and missed call.

my variable is static and I put create object on the manufacturer and the manufacturer is called only once.

everything is working fine, but when Miss call occure I got a value null variable.

someone knows how to fix this?

Welcome to the support forum.
static variables are not comprehensive on the BB. The phonelistener runs in the context of the phone application and does not access the values stored in the static variables of your main applications.

Use world events or the runtimestore to return to the context of your application (do not run code in the phonelistener).

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for