steve_macleod wrote: > Ok thanks for this. I will look into these. > > Do you have any idea why its crashing on this line? > > mTa.setText(mTxt, TextView.BufferType.EDITABLE);
I was hoping your error log would give you (and/or me) a clue. You do not need the second parameter, so try it with just the first. If that does not clear up your problem, then please review your error log. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

