Hi,

I have an EditText. If I set an OnClickListener for it, the ime keypad
doesn't appear when I click it (using the trackball on the G1):

  EditText edit = new EditText(context);
  edit.setOnClickListener(new OnClickListener() {
      public void onClick(View v) {
          // ime keypad won't appear when this is set and clicked.
      }
  });

if I don't set the click listener, the keypad will appear when
clicked. Is this expected behavior, or am I doing something wrong?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to