On Wed, Sep 28, 2011 at 12:58 PM, John Goche <[email protected]>wrote:
> What's wrong with this code. > Am I updating some EditText widgets which are off the screen somewhere in > memory? > What's the likely cause of the problem? I've tried calling postInvalidate() > on the EditTexts > but no luck. > Well, that's tough to say with just a high-level description of the problem. I would try calling dataSetChanged() on the adapter to see if that makes a difference and as a test programmatically set some text on all EditTexts to see if that shows up at all. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

