On Thu, Aug 11, 2011 at 1:09 PM, Matt Clark <[email protected]> wrote: > what do you mean missing break in switch?
Never mind, you are using separate listener classes. > Now the about screen works fine, but when i click on the link to open the > Team228.class, it crashes on > lbl_teamhometext.set...... > no idea why... it is the exact same code for each. Check your layout files, make sure the layout of your main class actually has a TextView with the 'lbl_teamhometext' ID. Use your debugger, and maybe post the stacktrace. -- 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

