Ok, one more question ![]()
So, I was able to dynamically calculate the size of the box based on the rows returned from the database; Now I need to stop the scrolling when I get to the bottom of the list.
I tried using the "stop()" function from the news ticker example but it doesn't stop the scrolling. I don't see any kind of traditional "loop" in the code, I'm guessing that it's calling itself recursively?

So, I was able to dynamically calculate the size of the box based on the rows returned from the database; Now I need to stop the scrolling when I get to the bottom of the list.
I tried using the "stop()" function from the news ticker example but it doesn't stop the scrolling. I don't see any kind of traditional "loop" in the code, I'm guessing that it's calling itself recursively?