I usually work on a project in two stacks (windows) one is the actual job
in hand, (call it stack 1) the other is a "development" stack. . .with tools
and notes etc. (call it stack 2) where we experiment with, test and debug
handlers which will eventually end up in the stack script of the main stack
(1), by putting these in buttons on the "mytools" stack (2) and pointing to
the main stack with:
On openStack(window)
put "the current project" into theJob
end openStack
Then all subsequent handlers start with:
setWindow window theJob
Then all subsequent script lines apply to objects in stack 1 even though the
button is in stack 2. then when things get settled down we just move the
handlers over to the main project script. Then later I can copy this tools
stack to another project and simply put the new project stack name into
theJob and all the tools will work for the new project.
How do you implement this in Metacard?
Thanks
Sivakatirswami
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.