Re: LiveCode Builder linter support for Sublime Text

2018-05-28 Thread AndyP via use-livecode
Thanks Trevor, Excellent timing, I've just started my Adventure with lcb and this helps tremendously. - Andy Piddock My software never has bugs. It just develops random features. TinyIDE a Free alternative minimalist IDE Plugin for LiveCode Script editor Themer for LC http://2108.c

Re: LiveCode Builder linter support for Sublime Text

2018-05-28 Thread Brian Milby via use-livecode
Just read that Atom 1.28 is getting a bump in Electron from 1.7.11 to 2.0.0 which they claim will provide stability and performance improvements. I have not noticed speed issues using Atom though and just recently got it configured for linting both LCS and LCB (all 3 OS versions). I will admit t

Re: LiveCode Builder linter support for Sublime Text

2018-05-28 Thread Trevor DeVore via use-livecode
On Mon, May 28, 2018 at 10:31 PM, Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > Trevor this is cool. > > I’ve recently been evaluating Sublime Text because I find Atom often goes > very slow. That is what I found as well. I also feel more efficient in Sublime Text tha

Re: LiveCode Builder linter support for Sublime Text

2018-05-28 Thread Monte Goulding via use-livecode
Trevor this is cool. I’ve recently been evaluating Sublime Text because I find Atom often goes very slow. One little tweak to the docs you have on that branch is that the `executable` for server needs to be specified in the builder settings also otherwise it won’t find it. Cheers Monte > On

LiveCode Builder linter support for Sublime Text

2018-05-28 Thread Trevor DeVore via use-livecode
For anyone writing LiveCode Builder code in Sublime Text I’ve added linter support to the `tkd-lcb-linter` branch on the https://github.com/trevordevore/sublimelinter-contrib-livecodelint project. Sublime Text will alert you to syntax errors without having to compile in LiveCode. To try it out rep

Re: Is anyone using tsNet external with LCserver?

2018-05-28 Thread Matthias Rebbe via use-livecode
Hi Charles, thanks. Unfortunately it does not work. I have a Hosting account at HostM.com . They installed a Livecode server commercial version for me for all of my accounts months ago, so i do not have to install it for every addon domain folder. Today they installed the ts

Re: Strange error from iOS Standalone Builder

2018-05-28 Thread prothero--- via use-livecode
I think this is the admin password for your Macintosh. If you haven’t set one, you do this in System Preferences, under the Apple symbol at upper left. Click on “Users and Groups” and you will see the “Change Password” button. Bill William Prothero http://earthlearningsolutions.org > On May 28

Strange error from iOS Standalone Builder

2018-05-28 Thread Sannyasin Brahmanathaswami via use-livecode
We had our 3-year hardware refresh (sell all old Macs, enterprise wises and get new ones) and I have a new MacBook Pro. It still running High Sierra 10.13.4, just as the old did I set up if iOS with new certificate / provisioning profiles X Code 9.2. / LC9 Run my build on the new machine an

Graphing widget questions

2018-05-28 Thread Glen Bojsza via use-livecode
Following up from previous suggestions I have looked at the LC Graphing widget and have a couple of questions in hopes of recommendations. The widget looks promising but I will be doing a time series graph with several thousands of points. - I need to have the number of x-axis labels look reasona

Windows 10 and LC9.0

2018-05-28 Thread R.H. via use-livecode
Monte, I really appreciate that you want to put attention on Windows. Creating a list of all bug reports and assigning bug number to them -- maybe I can do it, or others are already doing it. But that would be work that should actually come out of the database of bug reports? It is something that p

[ANN] This Week in LiveCode 130

2018-05-28 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 #130 here: https://goo.gl/QmXovP This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Graphing Solution...

2018-05-28 Thread panagiotis merakos via use-livecode
Hi Glen, The best place to start is probably the LC Dictionary: Open Dictionary -> Go to tab "Guide" -> Click on "Extending LiveCode" section Best, Panos -- On Mon, May 28, 2018 at 2:18 PM, Glen Bojsza via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks everyone for your suggesti

Re: Graphing Solution...

2018-05-28 Thread Glen Bojsza via use-livecode
Thanks everyone for your suggestions and code. Never having made a widget is there any youtube videos explaining the framework? Is there a book or guide specifically working with lcb? regards, Glen > ___ use-livecode mailing list use-livecode@lists.

Re: Is anyone using tsNet external with LCserver?

2018-05-28 Thread panagiotis merakos via use-livecode
Hi Ralf, Previously the Business version of the tsNet external had licensing issues with the commercial version of the LC server, so any tsNet related command was throwing an error. This was addressed in this bug report. If you see that some Business features of tsNet do not work in LC Server, co

Re: Is anyone using tsNet external with LCserver?

2018-05-28 Thread Ralf Bitter via use-livecode
Hi Panos, I know that tsNetVersion() yielding an error is fixed. But does this really mean that all tsNet Business features are enabled on LC server (business)? Just did tests (got my files from the shelf) using as an example asynchronous requests, which failed. Synchronous flavours worked as e

Re: Is anyone using tsNet external with LCserver?

2018-05-28 Thread panagiotis merakos via use-livecode
Hi Matthias, Yes, LC 9.0.0 does include this fix. A rule of thumb is that any fix that appears in LC version X, will also appear in the version(s) X+1 that will be released after version X. Hope this helps. Panos -- On Mon, May 28, 2018 at 10:52 AM, Matthias Rebbe via use-livecode < use-livecod

Re: Is anyone using tsNet external with LCserver?

2018-05-28 Thread Matthias Rebbe via use-livecode
Hi Panos, thanks for your comment. So Livecode Server 9.0 includes this fix also? i somehow lost the overview of what fix/feature in what LC 8 was also added to what LC9 version. Regards, Matthias > Am 28.05.2018 um 11:28 schrieb panagiotis merakos via use-livecode > mailto:use-livecode@li

Re: Is anyone using tsNet external with LCserver?

2018-05-28 Thread panagiotis merakos via use-livecode
Hi all, *And don't expect to get access to the extended feature setof tsNet Business on LC server. Seems there is no way to activatea business license for tsNet on server, don’t think this has changed.* This is no longer the case, this bug has been fixed since LC 8.1.8 RC-1: https://qu

Re: Is anyone using tsNet external with LCserver?

2018-05-28 Thread Ralf Bitter via use-livecode
Be aware of these issues - Using tsNetGet() on LC server to request a files list from a FTP server returns nothing, so tsNetRetrData() is empty. http://quality.livecode.com/show_bug.cgi?id=18961 related, but didn't write a separate report: - Using tsNetSendCmd() on LC server to send an asynchrono