Re: Thumbnail on txt file?

2020-01-19 Thread Richard Gaskin via use-livecode
Michael Kristensen wrote: > I Livecode I want to take a snapshot of part of the screen, and > that snapshot I want to use as thumbnail for the txt file. > > In that way I can see what the txt file represent. Does the file have to be a text file specifically? How will it be used? If your app is

IOS scroller

2020-01-19 Thread J. Landman Gay via use-livecode
I'm using a native scroller for both Android and iOS. I track the mouseDown position and the mouseUp position to see if the swipe is vertical or horizontal. Vertical causes a scroll, horizontal is a swipe. This works on Android. On iOS the mouseDown isn't registered fast enough and swiping doe

Re: YAML Libraries

2020-01-19 Thread Trevor DeVore via use-livecode
On Fri, Jan 17, 2020 at 2:19 PM Sannyasin Brahmanathaswami via use-livecode wrote: > I found the handler > > ## Monte's YAMLToArray command > constant kMultiLineModeNone = 0 > constant kMultiLineModeLiteral = 1 > constant kMultiLineModeFolded = 2 > > command YAMLToArray pYaml > > [snip] in the le