On Mon, Jan 1, 2018 at 8:03 AM, Graham Samuel via use-livecode <
use-livecode@lists.runrev.com> wrote:
>The thing is, this used to work, probably in the LC 7 series.
I think that is the error here--it shouldn't be possible to delete the
stack containing a target while that target's script is
Try using a send in time to do the deletion? Also, with the settings you
currently have, closing the stack SHOULD remove it from memory once any
running scripts are complete.
On Mon, Jan 1, 2018 at 9:03 AM, Graham Samuel via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Happy New Year
Happy New Year to all!
I have a bit of script that says
delete stack “myStack”
This runs in a mainstack (not the one I’m trying to delete, “myStack”, which
I’ll call the target), but the path by which this script was invoked was
started in a menu item in the target. I get error 377 “stack