Search found 4 matches
- Thu Mar 31, 2016 6:22 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Using substacks as libraries
- Replies: 7
- Views: 2820
Re: Using substacks as libraries
I'm sorry about that, I redid what you said and it worked this time because I capitalized it correctly. It also finally started working but not entirely sure what I did this time to get it to work...
- Thu Mar 31, 2016 5:38 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Using substacks as libraries
- Replies: 7
- Views: 2820
Re: Using substacks as libraries
Trying stacksInUse is empty, but if I do libraries it shows the one I want.
- Thu Mar 31, 2016 4:12 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Using substacks as libraries
- Replies: 7
- Views: 2820
Re: Using substacks as libraries
I use the stack within the card script, and then within a button click I call jsonToArray.
button "Button": execution error at line 2 (Handler: can't find handler) near "jsonToArray", char 1
button "Button": execution error at line 2 (Handler: can't find handler) near "jsonToArray", char 1
- Thu Mar 31, 2016 4:05 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Using substacks as libraries
- Replies: 7
- Views: 2820
Using substacks as libraries
I've been struggling with trying to pull other open source code such as fastjson but keep running into issues calling the handlers. I created a substack "fastjson" and put the code as directed. Within the stack script within preOpenStack, I specified start using stack "fastjson" but whenever I try t...