Search found 1 match

by razorblade
Sat Mar 08, 2008 12:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Scrolling Field: How to detect scrollEnd?
Replies: 2
Views: 3679

Scrolling Field: How to detect scrollEnd?

Hi,
i inserted a scrolling filed in a card field. This scrolling field contains a big amount of text. I want to get a notification, if the user scrolled to the bottom of the text.
I wrote a event handler on scrollbarEnd and placed this handler inside the scrolling field, but this handler is never ...