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


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to