I have developed an app that uses setTextFilterEnabled(true).  It
works perfectly on my G1.  My partner has a new MyTouch phone that
does not have a real keyboard.  He cannot use this functionality at
all.  He tried holding down the menu key(and so have I) but the
keyboard does not appear.  Without a keyboard, this app is dead on
arrival.  I am trying the following code to no avail.

                setListAdapter(new ArrayAdapter<String>(this,
                        android.R.layout.simple_list_item_1, data ));
                getListView().setTextFilterEnabled(true);

                final InputMethodManager imm =
        (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
                            imm.showSoftInput( null, 0);

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

Reply via email to