Target not working???
David Burgun
dburgun at dsl.pipex.com
Mon Mar 27 07:07:48 EST 2006
On 27 Mar 2006, at 11:43, Mark Smith wrote:
> The target of the 'start using' <is> stack TestLib, no?
>
> You could always try
>
> on mouseUp
> start using stack "TestLib"
> addToTestLibClientStacks the short name of this stack
> end mouseup
>
> and in TestLib
>
> on addToTestLibClientStacks who
> put who & cr after fld 1 of me
> end addToTestLibClientStacks
>
> which is fairly consistent with your ISM approach, I think.
Actually doing it this way, you wouldn't need to pass the stack name
to the library, "this stack" would contain the calling stack, no?
Thanks a lot
Dave
More information about the use-livecode
mailing list