[android-developers] Re: virtual keyboard problem

2010-04-05 Thread Nithin
This is the default behaviour of Android. If user click on the EditText, virtual keyboard will appear.. Nithin On Apr 5, 11:52 am, rajesh chandrasekaran crajeshdanger...@gmail.com wrote: Hi All, I am new in android, i am having problem in Virtual Keyboard. I am having text field. if user

[android-developers] Re: virtual keyboard problem

2010-04-05 Thread Kumar Bibek
This is a default behaviour in Portrait mode only when there is a hardware keyboard. If there is no physical keyboard, then the on screen keyboard should show up in both orientations. This is a default behaviour and you don't need to do anything special for it. Make sure that you are using the

[android-developers] Re: virtual keyboard problem

2010-04-05 Thread rajesh chandrasekaran
Hi Kumar Bibek, Thanks for your replay.. how to focus the editText Thanks C.Rajesh On Apr 5, 12:47 pm, Kumar Bibek coomar@gmail.com wrote: This is a default behaviour in Portrait mode only when there is a hardware keyboard. If there is no physical keyboard, then the on screen

[android-developers] Re: virtual keyboard problem

2010-04-05 Thread rajesh chandrasekaran
Hi Nithin, Thanks for your replay.. Thanks C.Rajesh On Apr 5, 11:56 am, Nithin nithin.war...@gmail.com wrote: This is the default behaviour of Android. If user click on the EditText, virtual keyboard will appear.. Nithin On Apr 5, 11:52 am, rajesh chandrasekaran