On Tue, Sep 21, 2010 at 6:11 PM, belliott <[email protected]>wrote:
> The mUpdateTimeTask run method is being executed correctly (every second) > but the UI/text field is not being updated. > * The setText methods are definitely being called (you put breakpoints there?) * The values being passed to the setText are definitely being updated? * Try calling invalidate() on the TextView (though you really shouldn't have to ...) ------------------------------------------------------------------------------------------------- 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

