I'm using key listeners (so I've widget.setNavigationEnabled(false)this works ok most of the time, but sometimes the status bars pops up on top and bottom of the screen (mostly when using the center key). They contain battery status, network status and sets the softkey labels to "Done" and "Cancel". To be able to get control of my widget again I need to press one of the softkeys (doesn't matter which). I'm able to get rid of the status bars by using:
setTimeout("window.menu.hideSoftkeys();", 10); but in addition to being quite dirty it doesn't help since they're still waiting for a response..
So I'm wondering if there is any way to prevent the status bars from appearing (or hide them and automatically select a response when they appear)?

this works ok most of the time, but sometimes the status bars pops up on top and bottom of the screen (mostly when using the center key). They contain battery status, network status and sets the softkey labels to "Done" and "Cancel". To be able to get control of my widget again I need to press one of the softkeys (doesn't matter which). I'm able to get rid of the status bars by using:
Reply With Quote



