ANN: glx2 script editor 4.1

2020-05-21 Thread Mark Wieder via use-livecode
I have moved the repository from bitbucket to github because reasons. This is the latest build. It's now at glx2ScriptEditor version 4.1. Release notes and a documentation wiki are on the github site. It's had a pretty rigorous shakedown cruise lately on osx, windows, and linux and is now the ed

Re: Mouse messages in scrollers

2020-05-21 Thread scott--- via use-livecode
Thank you for the thorough explanation of what you are doing and why. I will give the method that triggers “scrollerDidScrol” a try. -- Scott > On May 21, 2020, at 1:22 PM, J. Landman Gay via use-livecode > wrote: > > It was "delayTouches" mostly. Default is true, I had to set it to false. I

Re: Obtaining URL to latest Stable LC Server

2020-05-21 Thread JeeJeeStudio via use-livecode
So this is a good thing where we LC users have an advantage. Op 21-5-2020 om 19:44 schreef Richard Gaskin via use-livecode: Ralph DiMola wrote: I use the commercial server so I can use password encrypted stacks. I have an app that the customer required encryption of all data and source code.

Re: Mouse messages in scrollers

2020-05-21 Thread J. Landman Gay via use-livecode
It was "delayTouches" mostly. Default is true, I had to set it to false. I also set canCancelTouches to false but didn't test how necessary that was. Default for that is also true. This allowed messages to pass through to LC, but you had to very deliberately swipe, holding down a moment so the

Re: Obtaining URL to latest Stable LC Server

2020-05-21 Thread Richard Gaskin via use-livecode
Ralph DiMola wrote: I use the commercial server so I can use password encrypted stacks. I have an app that the customer required encryption of all data and source code. The library stack is in the iOS app/APK is also used on the backend server. I don't want to have to strip the passcode from the

RE: Obtaining URL to latest Stable LC Server

2020-05-21 Thread Ralph DiMola via use-livecode
I use the commercial server so I can use password encrypted stacks. I have an app that the customer required encryption of all data and source code. The library stack is in the iOS app/APK is also used on the backend server. I don't want to have to strip the passcode from the stack when release upd

Re: Obtaining URL to latest Stable LC Server

2020-05-21 Thread JeeJeeStudio via use-livecode
Thanks for your extensive explanation Richard. Op 21-5-2020 om 19:01 schreef Richard Gaskin via use-livecode: The encrypt and decrypt commands are part of the core language common to all editions, along with hashing with messageDigest and the older md5Digest and sha1Digest functions. The one

Re: Obtaining URL to latest Stable LC Server

2020-05-21 Thread Richard Gaskin via use-livecode
The encrypt and decrypt commands are part of the core language common to all editions, along with hashing with messageDigest and the older md5Digest and sha1Digest functions. The one form of encryption proprietary editions enjoy is with stacks, to protect scripts. For the most part this is irr

Re: Obtaining URL to latest Stable LC Server

2020-05-21 Thread JeeJeeStudio via use-livecode
Yes, true. Does the commercial version not contain options comparable like LC Indy e.g. Encrypting or otherwise? Thanks for your answer. Op 21-5-2020 om 18:21 schreef Richard Gaskin via use-livecode: JeeJeeStudio wrote: > Op 20-5-2020 om 21:18 schreef Richard Gaskin via use-livecode: >> I

Re: Obtaining URL to latest Stable LC Server

2020-05-21 Thread Richard Gaskin via use-livecode
JeeJeeStudio wrote: > Op 20-5-2020 om 21:18 schreef Richard Gaskin via use-livecode: >> It would be helpful to have a convenient way to obtain the URL to the >> latest stable version of LC Server, to automate deployments. >> >> I don't believe the company provides that, do they? >> >> Without a c

Re: Linking to a LC desktop app with a URL

2020-05-21 Thread Trevor DeVore via use-livecode
On Thu, May 21, 2020 at 1:52 AM David Bovill via use-livecode < use-livecode@lists.runrev.com> wrote: > Yes thanks Trevor. I must some time soon migrate to using Levure - is > there an easy Start here introduction for a new project? > On 21 May 2020, 07:10 +0100, Peter Bogdanoff via use-livecode <

Re: Obtaining URL to latest Stable LC Server

2020-05-21 Thread JeeJeeStudio via use-livecode
that's not the same version as the one you can download from livecode.com when you log-in. Community vs commercial Op 20-5-2020 om 21:18 schreef Richard Gaskin via use-livecode: It would be helpful to have a convenient way to obtain the URL to the latest stable version of LC Server, to automate

Re: [ANN] Release 9.6.0 RC-2

2020-05-21 Thread panagiotis merakos via use-livecode
Hello Mike, What you see is the expected behavior, see https://quality.livecode.com/show_bug.cgi?id=19971 for more details. Kind regards, Panos -- On Wed, 20 May 2020 at 21:06, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > if i do a build for ios, the build number is wh