Target not working???
David Burgun
dburgun at dsl.pipex.com
Mon Mar 27 05:11:04 EST 2006
Hi,
The "target" keyword doesn't seem to work inside a "libraryStack"
function. For example:
In a button in the Main Stack "Test1":
on mouseUp
start using "TestLib"
end mouseUp
In the Library ("TestLib":
on libraryStack
put target & cr after field 1 of me
end libraryStack
In this case "target" is set to "TestLib" and not "Test1" as expected.
Is this the correct action? If not, how can I get the stack that
issued the "start using" command from within a library?
Thanks a lot
All the Best
Dave
More information about the use-livecode
mailing list