Go in Window (not working) Go in A window "working"

J. Landman Gay jacque at hyperactivesw.com
Tue Jan 2 14:59:33 EST 2018


On 1/1/18 9:48 PM, Sannyasin Brahmanathaswami via use-livecode wrote:
> but this fails in a backscript
> 
> put ("stack " & quote & gems & quote) into tDestination;
> go to tDestination in window
> 

It needs a specific reference, not just the word "window":

   put the windowID of this stack into tID
   go stack <path to stack> in window tID

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list