Does anyone know how I can get the scroll position for an HTML view in my B+ app? Or if I can do that with the API GetScrollPos command, I'm not sure how to use it properly. I'm trying to allow users to scroll up on my chat application, and doing so would stop the jump to the bottom of the chat everytime anything new comes through.
Also, if anyone knows how to get values from the HTML page into Blitz+ that would be awesome too. Since HTMLViewRun doesn't seem to have any kind of return value, running scripts that collect page info (like page height and scroll position) don't work so well :( Thanks.
Also, if anyone knows how to get values from the HTML page into Blitz+ that would be awesome too. Since HTMLViewRun doesn't seem to have any kind of return value, running scripts that collect page info (like page height and scroll position) don't work so well :( Thanks.