Testing spell checking with Hunspell Extension

2020-04-22 Thread Trevor DeVore via use-livecode
Hi Everyone, I've been working on an LCB extension which wraps the Hunspell library. This library is used for spell checking. https://en.wikipedia.org/wiki/Hunspell I have finished a first pass that works on my Windows 8 and 10 installations with LiveCode 9.6dp-4 32 and 64-bit. I would be

Re: Scrollbar scale value not showing in Windows

2020-04-22 Thread Devin Asay via use-livecode
Verified on Windows 10. The default size of the scrollbar object obscures the scale values. Just increase the height of the scrollbar/slider (if your sb orientation is horizontal) or the width of the sb (if the orientation is vertical.) Devin > On Apr 21, 2020, at 10:01 PM, Devin Asay wrote:

Re: Scrollbar scale value not showing in Windows

2020-04-22 Thread dunbarx--- via use-livecode
Hi. I thought this was a bug in the control years ago, until I inadvertently stretched it, and the values simply appeared. Eureka! This on a Mac. Craig -Original Message- From: Michael Lew via use-livecode To: use-livecode@lists.runrev.com Cc: Michael Lew Sent: Tue, Apr 21, 2020

Fwd: Mobile text input mystery

2020-04-22 Thread Graham Samuel via use-livecode
Sent from my iPad Begin forwarded message: > From: Graham Samuel > Date: 22 April 2020 at 22:14:37 CEST > To: Mark Waddingham > Subject: Re: Mobile text input mystery > > Thanks Mark. Although making the field opaque wasn’t enough, giving it a > black border worked and I can now see it.

Re: Which git service suits a LiveCoder best?

2020-04-22 Thread Richard Gaskin via use-livecode
doc hawk wrote: > It’s no substitute for GitHub and the like, but I have a rather simple > system that intercepts saveStackRequest, checks the date, and saves a > new version with the date as part of the name. I also have a bmpVrsn > routine that can be used to advance a letter during the day,

Re: Which git service suits a LiveCoder best?

2020-04-22 Thread doc hawk via use-livecode
It’s no substitute for GitHub and the like, but I have a rather simple system that intercepts saveStackRequest, checks the date, and saves a new version with the date as part of the name. I also have a bmpVrsn routine that can be used to advance a letter during the day, so things like 200422b

Re: Mobile text input mystery

2020-04-22 Thread Graham Samuel via use-livecode
Reading your response, Mark, I didn't feel so bad, since the LC Dictionary says for example about mobileControlSet syntax: mobileControlSet idOrName, PropertyName, value and later explains idOrName - the id or name of the control So I therefore saw the two ways of referring to the control

Re: Which git service suits a LiveCoder best?

2020-04-22 Thread Mike Kerner via use-livecode
github. pricing is getting better, especially in the last month, to compete with gitlab. we have projects in both github and gitlab (and I guess one person is messing with Azure, or whatever M$'s other git thang is), but people seem to be using github more. gitkraken is the most popular gui our

Re: Mobile text input mystery

2020-04-22 Thread Mark Waddingham via use-livecode
On 2020-04-22 17:00, Graham Samuel via use-livecode wrote: As usual, the problem will be my fault, but I can’t get a mobile input field to appear on a card. I’m debugging it at present, which explains the answer statement: on opencard -- we dynamically create a field for the user to key in

Mobile text input mystery

2020-04-22 Thread Graham Samuel via use-livecode
As usual, the problem will be my fault, but I can’t get a mobile input field to appear on a card. I’m debugging it at present, which explains the answer statement: on opencard -- we dynamically create a field for the user to key in global sinputID -- this is all from the LC lesson.

Re: Apps to fight COVID-19

2020-04-22 Thread David Bovill via use-livecode
Yes - we launched the radio station collecting sounds and voices from round the world on Earth Day, it is live now with sounds being added to the piece as it comes in. Radio player on this page: - https://www.nowwhat2020.com/sonic-spring-sound-garden To listen live. It's an ambient musical

Re: Which git service suits a LiveCoder best?

2020-04-22 Thread Trevor DeVore via use-livecode
On Wed, Apr 22, 2020 at 3:46 AM Andreas Bergendal via use-livecode < use-livecode@lists.runrev.com> wrote: > > So, in short: How do I best get started with git when working with > LiveCode on Mac, in small teams or alone, wishing minimal use of command > line? > > Do I just let gravity pull me

Re: Which git service suits a LiveCoder best?

2020-04-22 Thread Brian Milby via use-livecode
All of my LC stuff is on GitHub (bwmilby).  I’m primarily Mac and use Atlassian’s Sourcetree to interact with my repositories.  I use my own ScriptTracker tool to export the scripts of stacks so I can track the changes. Thanks, Brian On Apr 22, 2020, 4:46 AM -0400, Andreas Bergendal via

Which git service suits a LiveCoder best?

2020-04-22 Thread Andreas Bergendal via use-livecode
Hi everybody, first time posting to this list, so I hope I get it right… :) I need your wisdom on a slightly off-topic issue, though seen in the LiveCode perspective: I’ve never used git, but I want to start now. I’m working on several LC projects, some with co-developers, several with