Re: MergExt BLE

2021-02-01 Thread General 2018 via use-livecode
Thanks Monte , I will go that route. Regards Camm > On 1 Feb 2021, at 01:11, Monte Goulding via use-livecode > wrote: > > Hi Camm > > The mergExt externals are supported by LiveCode so the best route for support > is supp...@livecode.com . > > Cheers > >

Re: installing and running LC on 'headless' linux server

2021-02-01 Thread Ben Rubinstein via use-livecode
Superb, thank you Matthias. Apologies not having RTFM'd properly myself. Ben On 01/02/2021 12:07, matthias rebbe via use-livecode wrote: Am 01.02.2021 um 10:52 schrieb Ben Rubinstein via use-livecode mailto:use-livecode@lists.runrev.com>>: Thanks Mark (and Matthias). That's very useful

Re: installing and running LC on 'headless' linux server

2021-02-01 Thread matthias rebbe via use-livecode
> Am 01.02.2021 um 10:52 schrieb Ben Rubinstein via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Thanks Mark (and Matthias). That's very useful info which I'll stash for > another time. > > In this case I really don't want to use the LC code over HTTP. It is purely a > utility

Re: installing and running LC on 'headless' linux server

2021-02-01 Thread Ben Rubinstein via use-livecode
Thanks Mark (and Matthias). That's very useful info which I'll stash for another time. In this case I really don't want to use the LC code over HTTP. It is purely a utility to run locally on this machine at scheduled intervals, in support of some other processes. For several reasons it

[ANN] This Week in LiveCode 253

2021-02-01 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #253 here: http://bit.ly/3rp4BNx This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Using MySQL on (headless) Linux

2021-02-01 Thread Mark Wieder via use-livecode
On 2/1/21 11:15 AM, Ben Rubinstein via use-livecode wrote: With thanks to friends here who helped me install and start using LC on a headless Linux box. I've now another little problem... my stack tries and fails to connect to a MySQL database. When it attempts to call revOpenDatabase, it

Java FFI on Windows

2021-02-01 Thread Bernard Devlin via use-livecode
In the Extending Livecode part of the Dictionary it says: *"Java bindings are currently supported on Android, Mac and Linux."* I am at a loss to understand why Java extensions are supported on Mac and Linux but *not* on Windows. I've seen no explanation for this anywhere. Can someone enlighten

Using MySQL on (headless) Linux

2021-02-01 Thread Ben Rubinstein via use-livecode
With thanks to friends here who helped me install and start using LC on a headless Linux box. I've now another little problem... my stack tries and fails to connect to a MySQL database. When it attempts to call revOpenDatabase, it throws error 219, "error in function handler". I take it

Re: installing and running LC on 'headless' linux server

2021-02-01 Thread Mark Wieder via use-livecode
On 2/1/21 10:29 AM, kee nethery via use-livecode wrote: Basically I needed a stack to launch and run in the IDE and LiveCode didn’t have a way to do that. ??? on preOpenStack choose pointer tool startMeUp end preOpenStack on startMeUp answer "I'm started" end startMeUp -- Mark

Terminal timeout?

2021-02-01 Thread J. Landman Gay via use-livecode
My AirLaunch app uses shell commands to create .ipa files for iOS. One customer is experiencing problems with a large app, which is about 250MB. This is due to thousands of short audio files that are included in the build. When she builds without the audio files it works fine. She sent me a

Re: Using MySQL on (headless) Linux

2021-02-01 Thread Mark Wieder via use-livecode
On 2/1/21 2:25 PM, Ben Rubinstein via use-livecode wrote: 1. I've not found how to access externals (in this case the database library) without explicitly setting the 'externals' property of the stack to a (generally unreliably) full path before the stack is saved. If you type in the

Re: Smooth scrolling

2021-02-01 Thread Curry Kenworthy via use-livecode
David: > My impression is that a LiveCode field scrolls less smoothly > than a comparable field in some other programs Fair impression. :) > 25,000 words into a word wrapped scrolling field Performance does degrade as text size increases. (Exponentially, after a certain point.) > Does

Re: installing and running LC on 'headless' linux server

2021-02-01 Thread kee nethery via use-livecode
Mark, Thanks! Here’s the script I created based upon your example. This is a stack with one card and on the card is a field “counter”. I put “0” into the field to seed it. When the stack file is opened, it launches LiveCode and does the preOpenStack and the send in seconds causes the stack to

Re: Smooth scrolling

2021-02-01 Thread Richard Gaskin via use-livecode
David Epstein wrote: > My impression is that a LiveCode field scrolls less smoothly than > a comparable field in some other programs, such as MS Word and > Scrivener. If I paste about 25,000 words into a word wrapped > scrolling field, and then drag the scrolling thumb up and down > there is

Re: Using MySQL on (headless) Linux

2021-02-01 Thread Ben Rubinstein via use-livecode
Update. I have managed to get access to the Rev database external by explicitly setting the `externals` property of the stack before saving it (on Mac) to the full path on the linux machine to `revdb.so`. Consequently the functions such as `revOpenDatabases` and `revOpenDatabase` no longer

Re: Which of the current FTP legends should I be using?

2021-02-01 Thread Curry Kenworthy via use-livecode
Me: >> Try tsNetUploadFile - fewer steps! Bruce: > Thanks, much appreciated. No problem. That's why I love, and preach, KISS! (My father taught me "Keep It Simple (Stupid)" at an early age. Probably around 7 years old. Military aircraft electrician. They popularized this phrase - and they

Re: open secure socket... using certificate

2021-02-01 Thread Tom Glod via use-livecode
Richard, Lets say one of my users is targetted by a hacker and they manage to install a malware process on their system that will capture all the data flowing between the 2 processes. Then they do not need to be sitting in the victim's chair. But if the data was encrypted, this wouldn't matter.

Re: Using MySQL on (headless) Linux

2021-02-01 Thread Devin Asay via use-livecode
Ben, I have seen the “invalid database type” error on Linux because of a case error. Make sure you use “mysql” as the database type, not “MySQL” or anything else with upper case letters. LiveCode is not case-sensitive, but Linux is. Hope this helps. Devin > On Feb 1, 2021, at 2:32 PM, Ben

Re: Using MySQL on (headless) Linux

2021-02-01 Thread Ben Rubinstein via use-livecode
Hi Mark, > "error in function handler" is a pretty generic response - sort of the > engine's version of ¯\_(ツ)_/¯. Is the MySQL database local to the server > machine or on a different computer? I should point out that this error is thrown - I take it to mean that the function isn't even

Spring 2021 xAPI Cohort starts this week -- How to Join -- Was: xAPI Cohort Resources & xAPI in LiveCode

2021-02-01 Thread Martin Koob via use-livecode
Hi to any LiveCode users interested in deploying their solutions in a training environment You may have wanted to make your app available to educators but they need something that will integrate with their Learning Management System (LMS) or store learning activities in their Learning Record

Re: Which of the current FTP legends should I be using?

2021-02-01 Thread Richard Gaskin via use-livecode
PrestoBruce wrote: > I need to upload a binary file (jpg,pdf,png,etc) to an FTP account. How will the resulting upload be used? -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

Re: open secure socket... using certificate

2021-02-01 Thread Richard Gaskin via use-livecode
Tom Glod wrote: > On Fri, Jan 29, 2021 at 1:09 AM Richard Gaskin wrote: >> The main benefit of encrypted sockets is to mitigate man-in-the- >> middle attacks. >> >> If you have a man in the middle of processes on a local computer that >> isn't you, it would seem you have bigger concerns. ;) ...

Re: Text field in Windows standalone not receiving keyboard focus

2021-02-01 Thread Bob Sneidar via use-livecode
Ah. I should’ve thought of that. I tried years ago to create a kind of kiosk app that used a web browser thinking I could put transparent buttons over top of the browser object, but as soon as the browser object got focus, I could no longer click buttons. The first click worked then nothing

Re: installing and running LC on 'headless' linux server

2021-02-01 Thread kee nethery via use-livecode
> On Feb 1, 2021, at 1:52 AM, Ben Rubinstein via use-livecode > wrote: > > Thanks Mark (and Matthias). That's very useful info which I'll stash for > another time. > > In this case I really don't want to use the LC code over HTTP. It is purely a > utility to run locally on this machine at

Spring 2021 xAPI Cohort starts this week -- How to Join -- Was: xAPI Cohort Resources & xAPI in LiveCode

2021-02-01 Thread Martin Koob via use-livecode
Hi to any LiveCode users interested in deploying their solutions in a training environment You may have wanted to make your app available to educators but they need something that will integrate with their Learning Management System (LMS) or store learning activities in their Learning Record

Re: open secure socket... using certificate

2021-02-01 Thread Richard Gaskin via use-livecode
Tom Glod wrote: > Richard, > > Lets say one of my users is targeted by a hacker and they manage > to install a malware process on their system that will capture all > the data flowing between the 2 processes. > Then they do not need to be sitting in the victim's chair. > But if the data was

Smooth scrolling

2021-02-01 Thread David Epstein via use-livecode
My impression is that a LiveCode field scrolls less smoothly than a comparable field in some other programs, such as MS Word and Scrivener. If I paste about 25,000 words into a word wrapped scrolling field, and then drag the scrolling thumb up and down there is much more jumpiness than I see

Re: Using MySQL on (headless) Linux

2021-02-01 Thread Ben Rubinstein via use-livecode
Devin, thank you - that was the last bit I needed. So my complete stack now works. Hurrah! Thanks everyone who helped me. Undesirable things found: 1. I've not found how to access externals (in this case the database library) without explicitly setting the 'externals' property of the stack