http://lists.runrev.com/pipermail/use-l ... 58018.html
But I am falling at the first hurdle, before encryption. Please see attached minimal stack, consisting of a stack "Testing encryption", with stack script:
Code: Select all
on preopenstack
put specialFolderPath("resources") into tLibraryPath
put tLibraryPath & "/" & "ScriptOnlyStack.livecodescript" into tPath
open stack tPath
start using stack tPath
end preopenstackCode: Select all
on mouseup
showtext
end mouseupCode: Select all
on showtext
answer "Text coming from script-only stack"
end showtextCan someone tell me what elementary mistake I am making?
Kaveh



