Is anyone having a problem select all the text in an EditText? I am
trying to do this when there is a  click
in the box. Here is my code. Any help is appreciated. I know that a
click invokes the onClick function.


EditText tt = (EditText)findViewById(R.id.cardNumber);
tt.setOnClickListener(new View.OnClickListener() {
                public void onClick(View v)
{((EditText)findViewById(R.id.cardNumber)).selectAll();}
                }
);


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