Re: [android-developers] EditText onKey does not fire in android 2.1

2011-03-02 Thread Guillaume Imbert
Hi I have the same problem with my app. Only the back key and the OK key trigger the onKey method. I can't understand what's wrong since this app has not been modified for months and used to work onto Android 1.5 To bypath this issue I used a TextWatcher, but I am very interested in what's wrong

[android-developers] EditText onKey does not fire in android 2.1

2011-02-28 Thread Mohammad Haque
Hi I have came across a problem with android 2.1 EditText. It does not fire onKey event listener. EditText edit = (EditText) findViewById(R.id.edit); edit.setOnKeyListener(new OnKeyListener() { @Override public boolean onKey(View v,