Hi all,

I found a workaround by creating two handlers and use them with a little dealy.

> Am 02.08.2019 um 14:59 schrieb Klaus major-k via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> Hi friends,
> 
> I have done this a lot in the past, but currently got stuck with this in LC 
> 9.5
> I store a stack in a custom property and open it via script like:
> ...
> put "NewJob_" & the seconds into tName
> go invisible stack (the cTemplateStack of this stack)
> ## Works so far, the stack is in -> the openstacks
> 
> ## However NOTHING that comes after that line will ever get executed?
> ## restarted LC a couple of time, no dice...
> 
> ## Even the BREAKPOINT is being ignored!?
> breakpoint
> answer "asfasdasdasdasdasd"
> ...

...
put "NewJob_" & the seconds into tName
send "do_the_rest" to me in 1
go invisible stack (the cTemplateStack of this stack)
...

command do_the_rest
  ## rename template stack 
  ## etc...
end do_the_rest

Too funky!?


Best

Klaus

--
Klaus Major
https://www.major-k.de
kl...@major-k.de


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to