send "revSaveAsStandalone theStack, theOutputFolder" to stack "revSaveAsStandalone" of stack "revStandaloneSettings"
Now I cannot find the stack "revSaveAsStandalone" of stack "revStandaloneSettings"
There is a script file "revsaveasstandalone.livecodescript" which contains the handler "revSaveAsStandalone" but I do not know the syntax of how to address it.
Thoughts?
James
Seems the line:send "revSaveAsStandalone theStack, theOutputFolder" to stack "revSaveAsStandalone" of stack "revStandaloneSettings"Needs to be changed to:send "revSaveAsStandalone theStack, theOutputFolder" to stack "revSaveAsStandalone"And all works fine again.