Re: [android-developers] Re: EditText and the unwanted Quick Search Box

2011-10-06 Thread Eric Carman
Hello Alvaro, I'm glad you got this worked out. This whole thing with the Edit Text is weird in so many ways. Like you I ended up getting around it after a lot of trial and error. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: EditText and the unwanted Quick Search Box

2011-10-05 Thread Alvaro Victor Cavalcanti
I'm facing the same problem here, but under different circumstances. I've also a standard and simple EditText, but my Avtivity does not have any special behaviour. At first, it's superclass implemented OnClickListener, which was overridden by the activity, and we removed that. Each callback

Re: [android-developers] Re: EditText and the unwanted Quick Search Box

2011-10-05 Thread Alvaro Victor Cavalcanti
Problem fixed, although I have no idea why it was yielding this error. On my code I was initializing a progress dialog as follows: dialogWait = ProgressDialog.show(*this*, , getResources().getString(R.string.msg_please_wait), *true*, *true*); dialogWait.setOnCancelListener(*new*

[android-developers] Re: EditText and the unwanted Quick Search Box

2011-07-09 Thread Eric Carman
I believe that I've come up with a work-around - at least in my case. I don't know why this works, but the problem hasn't reappeared in the last month after making these changes. The app has TTS and Voice Recognition. I was doing all the setup by creating an asynctask from the onCreate of the

[android-developers] Re: EditText and the unwanted Quick Search Box

2011-06-06 Thread Eric Carman
System Logs showing the Quick Search Box being triggered. Here the app begins to be displayed. - 06-06 07:10:54.837: INFO/ActivityManager(96): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER]

[android-developers] Re: EditText and the unwanted Quick Search Box

2011-06-06 Thread Eric Carman
Additional information. On the Nexus One (2.3.4 stock w/stock keyboard), when the app starts, touching the EditText will bring up the soft keyboard in one of the following states: 1. The keyboard will have the punctuation gallery displayed (? ! , etc.) When in this state, typing will work as

[android-developers] Re: EditText and the unwanted Quick Search Box

2011-06-06 Thread Zsolt Vasvari
FWIW, I've never seen this on my Nexus One 2.3.4 On Jun 7, 8:04 am, Eric Carman ewcarma...@gmail.com wrote: Additional information. On the Nexus One (2.3.4 stock w/stock keyboard), when the app starts, touching the EditText will bring up the soft keyboard in one of the following states: 1.

[android-developers] Re: EditText and the unwanted Quick Search Box

2011-06-03 Thread Eric Carman
Unfortunately, I was able to reproduce this problem today. As such, I believe we can conclude that Voice Recognition had nothing to do with this issue. Back to square one. Has anyone else run into this issue? -- You received this message because you are subscribed to the Google Groups Android