[EMAIL PROTECTED] wrote: > However when I attempt to open the file I get the error: > 11-28 17:13:59.617: ERROR/I/O ERROR(193): Error when trying to access > scores.txt - java.lang.IllegalStateException: The specified child > already has a parent. You must call removeView() on the child's parent > first.
You will get this error if you try adding a View to a parent container (e.g., LinearLayout) that is already inside some container. In principle, it has nothing to do with opening files. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

