View Single Post
Posts: 54 | Thanked: 8 times | Joined on Nov 2009
#1
All,
I can't click on the status bar on my phone reliably. I have to click on it 5 or 6 times and try to click at the very top part in order for it to register a click.

But I can click anywhere else on my screen fine. It is as if the status bar is not picking up on my presses. I found a similar thread below. I guess my first thing is to start uninstalling the last few apps I have installed.

I also have checked and there are no updates available for my n900 right now either.

Any other suggestions?

************************************************** **************************
On Mon, 2011-01-31 at 15:38 +0200, ext Aapo Rantalainen wrote:

> > Actually it's "Status Area" and the opening menu is "Status
> > Menu" (Coming from the UI specifications...)
>
> Great, thanks. With these information I found it:
> http://www.forum.nokia.com/info/sw.n...ification.html
> pfd. page 13
>
> Next question:
> How it is possible that 'Status Area' is not accessible, but 'Task button' is?
> As I said my case is Mumble and it is using QT.
> It is using (at least):
> QSystemTrayIcon
> setWindowIcon
> setWindowFlags(WindowStaysOnTopHint)
> (Actually these are what I have disabled already, without success)
... [show rest of quote]

Status Area is a separate X window shown by hildon-status-menu (HSM)
process. HSM loads (also 3rd-party) plugins (for the status icons and
menu items) and any of these plugins could jam it. Perhaps the first
thing is to check if HSM gets the Button events and whether it's just
jammed and thus unable to show the Status Menu.

-Kimmo

>
> -Aapo Rantalainen