View Single Post
Old 10-10-2011, 03:00 AM   #1
msdevaf
Knows Where the Search Button Is
 
Join Date: Sep 2011
Model: 9700
PIN: N/A
Carrier: 9700
Posts: 15
Default PushScreen when backlightState is off

Please Login to Remove!

Hi,

I want to push screen after backlight timeout set for device for e.g if backlight time out is set 10 seconds then after ten seconds black light wll come & device is in idle state

i have done this to push screen when backlightState is off:

public void backlightStateChange(boolean on) {

if(!on){
//push screen
}
else{
//pop screen
}
}

it pushes screen but app goes behind backlight so i cant see screen which is pushed & when i press onclose button it is poped out

anyone knows how can i bring screen that i want to push infront of backlight so i can see it only when backlight is off ??
Offline   Reply With Quote