Try this on a field that is set to not show scrollbars, lock text, and not focusable:
local startscroll,startv on mousedown put the scroll of me into startscroll put the mousev into startv end mousedown on mousestilldown set the scroll of me to startscroll - the mousev + startv end mousestilldown The scrolling is just to the nearest line, but it does what you asked. At least on my iPad it does! _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode