[android-porting] Re: Soft Keyboard in Landscape Configuration

2009-05-14 Thread www.rzr.online.fr
On Mar 19, 3:24 am, Dianne Hackborn hack...@android.com wrote: Likewise if you have a device that always has a keyboard, that the default IME will never show its UI. Anyway even if the device has a keyboard in some cases it would be usable to force IMF display even in landscape mode at runtime

[android-porting] Re: Soft Keyboard in Landscape Configuration

2009-03-18 Thread Mike
Still looking for information on my original question. I have found the following in PhoneWindowManager.java: // Debugging: set this to have the system act like there is no hard keyboard. static final boolean KEYBOARD_ALWAYS_HIDDEN = false; Seting this achieves the result I want, which is

[android-porting] Re: Soft Keyboard in Landscape Configuration

2009-03-18 Thread Dianne Hackborn
I'm not sure if I understand... if you are running on hardware that doesn't have a keyboard, there shouldn't be a keyboard device found, so the system will run in the appropriate state and the default IME will show itself all the time since there is never a keyboard. Likewise if you have a

[android-porting] Re: Soft Keyboard in Landscape Configuration

2009-03-16 Thread Dianne Hackborn
Look at InputMethodService. On Mon, Mar 16, 2009 at 12:04 PM, Davide davide...@gmail.com wrote: I like to make the virtual keyboard better, it is possible to do yourserf or the keyboard is a special application? 2009/3/6 Mike mdcart...@gmail.com: I would like some information on a) if

Fwd: [android-porting] Re: Soft Keyboard in Landscape Configuration

2009-03-16 Thread Davide
A little more help on InputMethodService. I don't find any example. There is no import/class in the sdk. Is this a special Interface? 2009/3/16 Dianne Hackborn hack...@android.com: Look at InputMethodService. On Mon, Mar 16, 2009 at 12:04 PM, Davide davide...@gmail.com wrote: I like to

[android-porting] Re: Soft Keyboard in Landscape Configuration

2009-03-16 Thread Dianne Hackborn
There is a complete sample .apk, SoftKeyboard, which links only against the SDK. On Mon, Mar 16, 2009 at 2:24 PM, Davide davide...@gmail.com wrote: A little more help on InputMethodService. I don't find any example. There is no import/class in the sdk. Is this a special Interface?