Re: [android-developers] Re: [IME]avoiding softinput in one activity

2009-12-20 Thread Anonymous Anonymous
Hello - Dianne, I just saw your post Story 2: Embracing long press , Thank you very much and highly appreciated. Thanks On Tue, Sep 29, 2009 at 12:52 PM, Anonymous Anonymous firewallbr...@googlemail.com wrote: :( i dotn want to change the frameworks behavior , can i override someway !! just

[android-developers] Re: [IME]avoiding softinput in one activity

2009-09-29 Thread Dianne Hackborn
Long press is a back-door for the user to bring up the keyboard outside of the app's control. It isn't really intended to be turned off. On Mon, Sep 28, 2009 at 9:22 PM, Anonymous Anonymous firewallbr...@googlemail.com wrote: Hi All, I want to avoid softinput specifically in one activty in

[android-developers] Re: [IME]avoiding softinput in one activity

2009-09-29 Thread Anonymous Anonymous
Hi Dianne, I understand, i have many activities and just for one i need remove it. i was able to remove as well by returning true on KEYCODE_MENU. But i do have an options menu (without long press). :( Thanks On Tue, Sep 29, 2009 at 12:03 PM, Dianne Hackborn hack...@android.comwrote: Long

[android-developers] Re: [IME]avoiding softinput in one activity

2009-09-29 Thread Dianne Hackborn
Again it's really not intended to be. Consider long press on menu to be the same as the user opening the lid on a device with a hardware keyboard. On Mon, Sep 28, 2009 at 11:48 PM, Anonymous Anonymous firewallbr...@googlemail.com wrote: Hi Dianne, I understand, i have many activities and

[android-developers] Re: [IME]avoiding softinput in one activity

2009-09-29 Thread Anonymous Anonymous
:( i dotn want to change the frameworks behavior , can i override someway !! just only for my super nasty activity :D On Tue, Sep 29, 2009 at 12:47 PM, Dianne Hackborn hack...@android.comwrote: Again it's really not intended to be. Consider long press on menu to be the same as the user