Re: [android-developers] Honeycomb keyboard responding to touch events on status bar

2011-06-08 Thread emaildevbr . stress
J Sent from my Verizon Wireless Phone -Original message- From: Marcin Orlowski To: android-developers@googlegroups.com Sent: Tue, Jun 7, 2011 18:59:45 GMT-03:00 Subject: Re: [android-developers] Honeycomb keyboard responding to touch events on status bar On Jun 7, 2011 11:44 PM

Re: [android-developers] Honeycomb keyboard responding to touch events on status bar

2011-06-07 Thread James
I'm guessing that, by 'the IME', you mean the one supplied with Android is a special case, and that any third party IMEs don't get to do this? If so, please consider changing this to make it a general feature available to all IMEs. Thanks James Ots On Wednesday, 8 June 2011 00:44:25 UTC+1, Dia

Re: [android-developers] Honeycomb keyboard responding to touch events on status bar

2011-06-07 Thread Dianne Hackborn
Applications can't do this, it is only for the IME. On Tue, Jun 7, 2011 at 3:09 PM, James wrote: > No, it's definitely interpreting touches in the status bar as being in the > keyboard - except for when you touch icons on the status bar. It's not a > digitizer issue, as when I use another keyboa

Re: [android-developers] Honeycomb keyboard responding to touch events on status bar

2011-06-07 Thread Marcin Orlowski
On Jun 8, 2011 12:10 AM, "James" wrote: > I'm pretty sure it is by design, in order to increase the target area of the space bar, and it's a very nice feature. I'd just like to be able to make use of it in my own keyboard too. ok, you're right. found one that does so, too -- You received this

Re: [android-developers] Honeycomb keyboard responding to touch events on status bar

2011-06-07 Thread James
No, it's definitely interpreting touches in the status bar as being in the keyboard - except for when you touch icons on the status bar. It's not a digitizer issue, as when I use another keyboard, or any other app, touch events on the status bar don't end up in the app. I'm pretty sure it is by

Re: [android-developers] Honeycomb keyboard responding to touch events on status bar

2011-06-07 Thread Marcin Orlowski
On Jun 7, 2011 11:44 PM, "James" wrote: > > With the standard keyboard on my Xoom, if I touch the status bar just below the spacebar on the keyboard, the spacebar receives the touch event. does not sound sane - quite likely you just hit the spacebar area or your digitizer thinks so. -- You rece

[android-developers] Honeycomb keyboard responding to touch events on status bar

2011-06-07 Thread James
With the standard keyboard on my Xoom, if I touch the status bar just below the spacebar on the keyboard, the spacebar receives the touch event. How do I write code to accept touch events from the status bar like this? James -- You received this message because you are subscribed to the Google