Re: [android-developers] EditText without initial keyboard

2012-09-13 Thread Ravin
Okay thanks for that info Harri. I managed to get it to work using the focus method so I did not end up having to investigate your method. On Wednesday, September 12, 2012 10:22:04 AM UTC-7, Harri Smått wrote: > > > On Sep 12, 2012, at 7:51 PM, Ravin > > wrote: > > > Does anyone know how to con

Re: [android-developers] EditText without initial keyboard

2012-09-12 Thread Harri Smått
On Sep 12, 2012, at 7:51 PM, Ravin wrote: > Does anyone know how to configure an EditText object so that when it is > created it does not show the keyboard until I tap on the text field. Right > now the keyboard shows up right away on creation. I've used following code snippet in my applicati

Re: [android-developers] EditText without initial keyboard

2012-09-12 Thread Ravin
Okay thanks - I will try that. btw I have your books and have found them well written and very useful for anyone learning Android development. On Wednesday, September 12, 2012 9:57:49 AM UTC-7, Mark Murphy (a Commons Guy) wrote: > > On Wed, Sep 12, 2012 at 12:51 PM, Ravin > > wrote: > > Does a

Re: [android-developers] EditText without initial keyboard

2012-09-12 Thread Mark Murphy
On Wed, Sep 12, 2012 at 12:51 PM, Ravin wrote: > Does anyone know how to configure an EditText object so that when it is > created it does not show the keyboard until I tap on the text field. Right > now the keyboard shows up right away on creation. Give some other widget the initial focus. The E

[android-developers] EditText without initial keyboard

2012-09-12 Thread Ravin
Does anyone know how to configure an EditText object so that when it is created it does not show the keyboard until I tap on the text field. Right now the keyboard shows up right away on creation. -- You received this message because you are subscribed to the Google Groups "Android Developers"