ahhhh.. my try/catch statement was catching something which i assumed would be a file error, but was in fact an error as a result of me building a table.
Thanks. On Nov 28, 5:46 pm, Mark Murphy <[EMAIL PROTECTED]> wrote: > [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, > 2009http://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 -~----------~----~----~----~------~----~------~--~---

