hi, i have written an application which when it detects certain situation it presents it to the user.
the intention is to run this application in the background all the time.
the problem is that when the situation is detected and the appl is in the background it can do, to draw
the user attention to it, is to vibrate and play sounds. but the user would not know which application it is.
is there a way in java to make the application jump to the foreground? so that flashing the back light is possible...
same problem occurs when the application is in the foreground but the display dims after having not used it for a couple of minutes
and another situation is when a screen saver activates...
i need a solution for all 3 situations, but any would help.
is there anything that can be done?
thanks
rk

Reply With Quote

