[android-developers] Re: Soft keyboard 'Done' button

2011-10-07 Thread Piraba
I have same issue.I couldn't fix this.If you fix this issue please let me know. http://stackoverflow.com/questions/7659570/android-oneditoractionlistener-actionid-give-0-when-i-click-done-key Here also i created one group .: subject is : Android OnEditorActionListener() method's actionId give

[android-developers] Re: Soft keyboard 'Done' button

2011-10-07 Thread Piraba
same problem i also facing i decalre like this , but didn't take acttionId ... why? final EditText txtQty = new EditText(this); txtQty.setHeight(1); txtQty.setLayoutParams(new LayoutParams(LayoutParams.WRAP_CONTENT, 42));

[android-developers] Re: Soft keyboard 'Done' button

2011-06-06 Thread songoku
I have the same problem on HTC Nexus One. But OK on Emulator. Anyone know why? On May 25, 3:41 pm, Neilz neilhorn...@gmail.com wrote: To bring this to the top again... Yes, I'm having problems with it, the DONE button never appears! Anyone else have experience with this? On May 22, 11:10 

[android-developers] Re: Soft keyboard 'Done' button

2011-05-25 Thread Neilz
To bring this to the top again... Yes, I'm having problems with it, the DONE button never appears! Anyone else have experience with this? On May 22, 11:10 pm, Nicholas Johnson metthejohn...@gmail.com wrote: Are you having problems with the implementation? Make sure to put an

[android-developers] Re: Soft keyboard 'Done' button

2011-05-22 Thread Nicholas Johnson
Are you having problems with the implementation? Make sure to put an OnEditorActionListener in your EditText and screen for the IME_ACTION_GO action ID. Nick -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send