Hi, my auto scroll sometimes works, but at other times, it just scrolls half way and sits there. Sometimes it scrolls near the bottom but not right at the bottom. I've been to sort this out for quite a while but can't find a solution.
You can see a video of the problem here: http://www.androidirc.net/scroll.avi My programs works something like: Server sends the messages to the parser, Parser returns the parsed string to server, Server sends the message to the main thread via a handler. The handler appends the text on to the textview and calls this code: mSv.smoothScrollTo(0, mTv.getHeight() - mSv.getHeight()); where mSv is the scrollView and mTv is the TextView. Like I said, sometimes it works, sometimes almost works and at other times, never. Any help appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

