Re: Getting the JSON library into a standalone

2017-03-17 Thread Jonathan Lynch via use-livecode
I will - thanks. On Fri, Mar 17, 2017 at 3:01 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 3/17/17 1:16 PM, Jonathan Lynch via use-livecode wrote: > >> This is in LC 8.1.2. >> >> Can anyone confirm that it is not able to include the JSON functions? Are >> there

Re: Getting the JSON library into a standalone

2017-03-17 Thread J. Landman Gay via use-livecode
On 3/17/17 1:16 PM, Jonathan Lynch via use-livecode wrote: This is in LC 8.1.2. Can anyone confirm that it is not able to include the JSON functions? Are there any simple workarounds? Is there a reason not to use 8.1.3? I remember there was an issue with inclusions at some point, so try the l

Getting the JSON library into a standalone

2017-03-17 Thread Jonathan Lynch via use-livecode
Hi, I am trying to convert my app into a standalone, but it depends on the JSONtoArray and ArrayToJSON functions. Even though I am including the JSON library in the standalone inclusions, it is not getting copied over when it makes the standalone. In the IDE, there is an extensions folder, with

Re: JSON library on LC Server

2017-03-09 Thread Devin Asay via use-livecode
On Mar 9, 2017, at 10:31 AM, Devin Asay via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Can anyone tell me how/if one can use the JSON library from LC 8 on LC Server? I’m running Community Server v. 8.1.2 on a Linux server. I tried just calling JsonExport() in the .lc

JSON library on LC Server

2017-03-09 Thread Devin Asay via use-livecode
Can anyone tell me how/if one can use the JSON library from LC 8 on LC Server? I’m running Community Server v. 8.1.2 on a Linux server. I tried just calling JsonExport() in the .lc script, but it errors. Do I have to ‘include’ or ‘start using’ the library somehow? Thanks! Devin Asay Director

Re: How do you include the new JSON library in an iOS app?

2016-05-06 Thread Terry Judd
Thanks Dave, I¹m not sure that I would ever have found that. Works a treat! TerryŠ On 6/05/2016 1:59 pm, "use-livecode on behalf of Dave Kilroy" wrote: >Hi, in the Œcopy files¹ tab of the Œstandalone application settings¹ >dialog box you need to select Œcom.livecode.library.json¹ >_

Re: How do you include the new JSON library in an iOS app?

2016-05-05 Thread Dave Kilroy
Hi, in the ‘copy files’ tab of the ‘standalone application settings’ dialog box you need to select ‘com.livecode.library.json’ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your sub

How do you include the new JSON library in an iOS app?

2016-05-05 Thread Terry Judd
OK – I really like the new JSON library in LC 8, but how do I get it to work in iOS? Is there something special I need to do to include it? Terry… ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: JSON library

2015-11-18 Thread Peter Haworth
l> and SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html> On Wed, Nov 18, 2015 at 12:46 AM, Ali Lloyd wrote: > Hi Peter, > The JSON library is an extension and so you need to include it manually (at > least at the moment) - you'll need to select com.livecode.library.json in &

Re: JSON library

2015-11-18 Thread Peter TB Brett
On 18/11/2015 11:02, Lyn Teyla wrote: Ali Lloyd wrote: The JSON library is an extension and so you need to include it manually (at least at the moment) - you'll need to select com.livecode.library.json in the Copy Files pane of the standalone settings. On a somewhat related note, how

Re: JSON library

2015-11-18 Thread Lyn Teyla
Ali Lloyd wrote: > The JSON library is an extension and so you need to include it manually (at > least at the moment) - you'll need to select com.livecode.library.json in > the Copy Files pane of the standalone settings. On a somewhat related note, how does one utilize this JSO

Re: JSON library

2015-11-18 Thread Ali Lloyd
Hi Peter, The JSON library is an extension and so you need to include it manually (at least at the moment) - you'll need to select com.livecode.library.json in the Copy Files pane of the standalone settings. On Tue, Nov 17, 2015 at 10:55 PM Peter Haworth wrote: > A stack that works fin

JSON library

2015-11-17 Thread Peter Haworth
A stack that works fine in the IDE does not work when I make a standalone from it. In particular, clicking on a scrolling list doesn't have the desired effect. I think it may be because I'm using the new JSONImport function in my selectionChanged handler. It's part of the J