PDA

View Full Version : ?GetScrollPos? for web


aragonit
10-31-2005, 12:57 PM
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?

Worm
10-31-2005, 01:22 PM
here's a way to do it with the input object
http://www.indigorose.com/forums/showthread.php?t=10650&highlight=caret

aragonit
11-01-2005, 10:15 AM
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? :(

yosik
11-02-2005, 03:37 AM
check the following thread:
http://www.indigorose.com/forums/showthread.php?t=12412&highlight=web+variable

It should help you.

Yossi