[android-developers] Re: Getting the height of soft keyboard.

2012-12-03 Thread Brill Pappin
Might want to complain about it though to the developer... IMO - thats broken - Brill On Friday, 30 November 2012 17:05:58 UTC-5, Rudy wrote: > > Well i'm using cocos2d-x and when the keyboard appears, it does not > reallocate the controls, and if there are controls behind the keyboard they > k

Re: [android-developers] Re: Getting the height of soft keyboard.

2012-11-30 Thread TreKing
On Fri, Nov 30, 2012 at 4:44 PM, J. Rodolfo Peña Butrón wrote: > android:windowSoftInputMode="adjustResize" but id did not work > Well, so much for that then. That's what I would have pointed you to.

Re: [android-developers] Re: Getting the height of soft keyboard.

2012-11-30 Thread J . Rodolfo Peña Butrón
android:windowSoftInputMode="adjustResize" but id did not work On Fri, Nov 30, 2012 at 4:29 PM, TreKing wrote: > On Fri, Nov 30, 2012 at 4:05 PM, Rudy wrote: > >> I tested changing the manifest to do it automatically, but it did not work > > > You're referring to this? > > http://developer.and

Re: [android-developers] Re: Getting the height of soft keyboard.

2012-11-30 Thread TreKing
On Fri, Nov 30, 2012 at 4:05 PM, Rudy wrote: > I tested changing the manifest to do it automatically, but it did not work You're referring to this? http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft What did you try that did not work? --

[android-developers] Re: Getting the height of soft keyboard.

2012-11-30 Thread Rudy
Well i'm using cocos2d-x and when the keyboard appears, it does not reallocate the controls, and if there are controls behind the keyboard they keep behind and i can't see what i am writing, so i want to know the keyboard size to move my view, I tested changing the manifest to do it automatical

[android-developers] Re: Getting the height of soft keyboard.

2012-11-30 Thread RichardC
You can get it by taking the height the display area and subtracting the height of your outer most ViewGroup. Why do you need the height anyway? On Friday, November 30, 2012 6:38:07 PM UTC, Rudy wrote: > > Is there a way to know the height of the default soft keyboard that > appears when a te