Re: Dragging widgets

2017-02-27 Thread hh via use-livecode
This is not a bug because a widget is not an ordinary control: Nearly all user interaction has to be allowed and scripted. I implemented a kind of "grab" in some of my LC8-widget examples. You can for example also Not focus on a widget from LC Script (that's why the browser widget is 'robust'

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-27 Thread Sannyasin Brahmanathaswami via use-livecode
Thanks for the thorough reply Trevor. I left Sublime Text when it was "2" years ago…thinking it was an EOL'd tool but here you say "Sublime Text 3" Oh… sweet, my Sublime Text 2 license works! OK I'll try it..since Atom and Visual Studio still don't quite gel for my work flow… On 2/23/17,

Re: Apple, Developer Certificates, Provisioning Profiles

2017-02-27 Thread Bob Sneidar via use-livecode
Huh. I always thought CN meant Canonical Name. Bob S > On Feb 26, 2017, at 18:21 , Mark Wieder via use-livecode > wrote: > > Required reading. > > There's a lot to read here, and for once, the comments (also written by > AgileBits devs) are at least as

Re: Sublime Text - Trevors LivecodeLint - some questions

2017-02-27 Thread Trevor DeVore via use-livecode
Matthias, Did you ever get this figured out? If not then email me off-list and we can troubleshoot. Right now the extension isn’t available on Package Control. I’m waiting for the Sublime Linter folks to approve the package and make it a part of their distribution. They seem to be backed up with

compiling cruft?

2017-02-27 Thread Dr. Hawkins via use-livecode
I'm starting to notice a pattern here. It seems like the first time I merge and compile a version of my code, the resultant stack compiles quickly, but on subsequent compiles, it slows down and takes many minutes longer to compile. To prepare a compile, I have to reload in version 7 (supposedly

Re: [ANN] Release 8.1.3

2017-02-27 Thread Dr. Hawkins via use-livecode
On Mon, Feb 27, 2017 at 10:55 AM, Graham Samuel via use-livecode < use-livecode@lists.runrev.com> wrote: > I couldn’t see the update via “check for updates” in 8.1.2 on a Mac. > Anyone else notice this? Works OK from the downloads site. > I've given up on taking check for updates seriously.

OT: javascript graphics fun

2017-02-27 Thread Alejandro Tejada via use-livecode
This animation: https://www.dwitter.net/d/739 remembers me this Jim Hurley's stack: http://livecodeshare.runrev.com/stack/577/Kaleidoscope-Deluxe On Sat, 25 Feb 2017 Mark Wieder wrote: > > https://www.dwitter.net/top > > ___ use-livecode mailing list

Re: [ANN] Release 8.1.3

2017-02-27 Thread Graham Samuel via use-livecode
I couldn’t see the update via “check for updates” in 8.1.2 on a Mac. Anyone else notice this? Works OK from the downloads site. Graham > On 21 Feb 2017, at 10:57, panagiotis merakos via use-livecode > wrote: > > Dear List Members, > > We are pleased to

Re: Dragging widgets

2017-02-27 Thread Richmond Mathewson via use-livecode
I found that messing around at work in my lunch hour on Linux 32-bit; just tried the same thing on Mac OS with the same results. Richmond. On 2/27/17 2:43 pm, Graham Samuel via use-livecode wrote: Let’s hope it’s a bug. I have not tried this yet, but I am about to embark on a development

Re: Where did the cErrorsList go?

2017-02-27 Thread Thierry Douez via use-livecode
Hi Ben, try this: the scriptExecutionErrors HTH, Thierry 2017-02-27 17:11 GMT+01:00 Ben Rubinstein via use-livecode < use-livecode@lists.runrev.com>: > For years I've been accustomed to interpreting the error reported in a > 'catch' statement using > > put line xx of the cErrorsList of

Re: Where did the cErrorsList go?

2017-02-27 Thread Mike Bonner via use-livecode
I'm not sure if its the same thing, but you might try "put line xx of the scriptexecutionerrors" On Mon, Feb 27, 2017 at 9:11 AM, Ben Rubinstein via use-livecode < use-livecode@lists.runrev.com> wrote: > For years I've been accustomed to interpreting the error reported in a > 'catch' statement

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-27 Thread Simon Knight via use-livecode
Hi, it was the comment by Dr. Hawkins : "as well as the inability to actually put a pdf or eps on a card (just a bitmap of it won't do); livecode just doesn't seem to me doing towards such a direction. Sorry for causing confusion. > On 27 Feb 2017, at 16:10, Mike Kerner via use-livecode >

Where did the cErrorsList go?

2017-02-27 Thread Ben Rubinstein via use-livecode
For years I've been accustomed to interpreting the error reported in a 'catch' statement using put line xx of the cErrorsList of card 1 of stack "revErrorDisplay" In 8.1.3, AFAICT, the stack "revErrorDisplay" has no such property. The dictionary still recommends this technique. Was there a

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-27 Thread Mike Kerner via use-livecode
I don't understand the last question, on PDF's On Mon, Feb 27, 2017 at 4:47 AM, Simon Knight via use-livecode < use-livecode@lists.runrev.com> wrote: > I’m curious how do the likes of Swift, C# store details of their GUI ? > > As to display of PDF what is it you want to do that can’t be achieved

Re: Dragging widgets

2017-02-27 Thread Graham Samuel via use-livecode
Let’s hope it’s a bug. I have not tried this yet, but I am about to embark on a development that allows a lot of dragging of SVG widgets. I hope someone who knows replies soon. If it’s not a bug, my whole resizing strategy will have to revert to a library of images with different resolutions

Dragging widgets

2017-02-27 Thread Richmond via use-livecode
I have a stack containing an image and an SVG widget: both contain the script: on mouseDown grab me end mouseDown this means that end-users in standalones are able to drag around the image, and when they release their mouse button the image stays where they placed it. This does NOT work

[ANN] This Week in LiveCode 72

2017-02-27 Thread Peter TB Brett 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 #72 here: https://goo.gl/HBdY5z This is a weekly newsletter about LiveCode, focussing on what's been going on in and

Re: SHA1 cracked .... What are the chances this will be addressed in LC?

2017-02-27 Thread Peter TB Brett via use-livecode
On 24/02/2017 18:47, axwald via use-livecode wrote: few days ago I read about PHP incorporating a modern crypto lib now: https://dev.to/paragonie/php-72-the-first-programming-language-to-add-modern-cryptography-to-its-standard-library Not a specialist regarding this, but wouldn't it be

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-27 Thread Simon Knight via use-livecode
I’m curious how do the likes of Swift, C# store details of their GUI ? As to display of PDF what is it you want to do that can’t be achieved using the browser ? best wishes Simon Simon Knight s...@anvic.net Telephone : 01427 325911 Mobile : 07963 077071 Skype : jtidsskids > On 26 Feb

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-27 Thread Simon Knight via use-livecode
Thanks for the decode - I did wonder why the forerunner of the CIA was being talked about ;-) OSS - Office of Strategic Services Simon Simon Knight s...@anvic.net Telephone : 01427 325911 Mobile : 07963 077071 Skype : jtidsskids > On 26 Feb 2017, at 13:40, Mike Kerner via use-livecode >