I upgraded my project from 1.0 to 1.5.
I found the function setText is no longer working in 1.5. Does any one
knows why?
Following is my code:
mEditText = (EditText)findViewById(R.id.text_edit);
mEditText.addTextChangedListener(new TextContentWatcher());
// mEditText.setText(Common.mTextContent);
mEditText.setText("123456");
the last line will let the simulator throw error message:
THe application com.application.easyblog has stopped unexpectedly.
Please try again.
Does any one know why? ( it is working in 1.0)
Thanks!
Cindy
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---