Problem with palette & toplevel

Richmond richmondmathewson at gmail.com
Tue Sep 23 16:04:29 EDT 2014


On 23/09/14 23:01, Richmond wrote:
> I have a stack that loads with this in the stackScript:
>
> on openStack
>    palette me
>    put the toplevel stack
> end openStack
>
> when I open this having previously opened another stack the palette
> stack still puts its name rather than that of the other . . .
>
> this is not satisfactory.
>
> Richmond.

on openStack
    palette me
    put the topstack
end openStack

seems to make no difference.




More information about the use-livecode mailing list