JSON library

Peter Haworth pete at lcsql.com
Wed Nov 18 12:33:43 EST 2015


Thanks Ali, that fixed it.  I'ma little surprised I didn't get a runtime
error in the standalone though - shouldn't it have choked on the jsonImport
command?

Pete
lcSQL Software <http://www.lcsql.com>
Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and
SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html>

On Wed, Nov 18, 2015 at 12:46 AM, Ali Lloyd <ali.lloyd at livecode.com> 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
> the Copy Files pane of the standalone settings.
>
> On Tue, Nov 17, 2015 at 10:55 PM Peter Haworth <pete at lcsql.com> wrote:
>
> > 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 JSON library
> and
> > perhaps the JSON library is not being included in the standalone.
> >
> > I used the default setting to search for inclusions initially.  When I
> try
> > to include specific libraries, the JSON library is not listed as one of
> the
> > options.
> >
> > The above is all pure guesswork of course but should the JSON library be
> > listed as an inclusion option?
> >
> > Pete
> > lcSQL Software <http://www.lcsql.com>
> > Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and
> > SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html>
> > _______________________________________________
> > use-livecode mailing list
> > use-livecode at lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list