What's up with this not working?
http://lessons.livecode.com/m/4071/l/17375-how-do-i-save-custom-properties-in-a-standalone-application
This is a really simple tutorial that I followed, but I get an error at the
"open stack" statement.
I tried replacing it with this, but even though it doesn't error it also
doesn't open the "Main Application" stack.
if there is a stack tFileName then open stack tFileName
I tried replacing it with this, and the try statement does trigger the
catch, but there's nothing in the error variable.
put "Main Application.livecode" into tFileName
try
open stack tFileName
catch tError
answer tError
end try
The go command doesn't work either.
Both stacks are in the same folder.
The open command isn't even in the dictionary, although it is in the online
documentation.
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode