etNew.requestFocus();
InputMethodManager mgr = (InputMethodManager) 
context.getSystemService(Context.INPUT_METHOD_SERVICE);
mgr.showSoftInput( etNew, InputMethodManager.SHOW_IMPLICIT );

There, add that to the case: TYPE_EDIT before the break and your done. And 
yes, there is a reason to make your own. It's easier, faster and is more 
configurable because you can control every detail.

Ignore help if you want, but I don't think anyone here is going to write all 
the details for you.  We are here to point people in the right direction and 
for them to fill in the details. There are still details that are needed to 
make that fully functional, but they are easy because you have infinite 
control in your own class.

Steven
Studio LFP
http://www.studio-lfp.com

-- 
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