I was wondering if the Paragraph.GetScrollPos has a twin (or a workaround) for a web object.
How to find out if the user has scrolled to the bottom (or top) of a web object?
Professional Software Development Tools
I was wondering if the Paragraph.GetScrollPos has a twin (or a workaround) for a web object.
How to find out if the user has scrolled to the bottom (or top) of a web object?
here's a way to do it with the input object
http://www.indigorose.com/forums/sho...ighlight=caret
Thanks for the hint, but the web object doesn't have a GetSelection action. ARGH! All objects sporting a scrollbar should have a way to figure the position out.
BTW, is there a way to have javascript interact with AMS? AFAIR you can get the scrollbar position with javascript... but how to make AMS react to a javascript event? :(
check the following thread:
http://www.indigorose.com/forums/sho...t=web+variable
It should help you.
Yossi