Re: Android: List Field and Native Scroller

2012-07-03 Thread Charles E Buchwald
A client just directed me to Font Awesome. http://fortawesome.github.com/Font-Awesome/ I'm not familiar with Twitter Bootstrap, for which it was designed, but it looks immediately useful for LC. It's basically a very large monochrome icon collection in vector format, and also collected as a TrueT

Re: Android: List Field and Native Scroller

2012-07-02 Thread Ken Corey
That delay seems to be the best choice...how else can you tell if the user (moving in human-time) is going to drag a finger? You don't unless you wait a little while. In a web browser, sometimes you don't care about scrolling, you can try to remove the wait this way: http://cubiq.org/remove

RE: Android: List Field and Native Scroller

2012-07-02 Thread Ralph DiMola
rdim...@evergreeninfo.net -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Dan Friedman Sent: Monday, July 02, 2012 8:21 PM To: use-livecode@lists.runrev.com Subject: Android: List Field and Native Scroller Ok... Final

Android: List Field and Native Scroller

2012-07-02 Thread Dan Friedman
Ok... Finally got the Android simulator working and things are humming along. Next question/issue... I have a list field in a group with a native scroller attached to the group. I have a mouseDown handler in the list field dealing with when the user taps a line. However, when you attempt to