One thing you *can* do is add a handler (one that takes a parameter) to
the script of the stack you want to awaken with a message. In that
script, tell the stack to open, like this:
I created a stack "bingo" that has a field called "data" and a stack
script containing this handler:
on bongo pData
put pData into fld "data"
toplevel me
end bongo
After creating and saving the stack, I quit MC and then launched it
again. Then I opened the message box and typed:
send "bongo drum" to stack "bingo"
Immediately the "bingo" stack opened and the field contained "drum" -
the parameter I sent.
HTH.
Phil Davis
Preston Shea wrote:
>
> Can one pass a parameter from stack B to stack A when stack A opens stack ?
--
Phil Davis
------------------
[EMAIL PROTECTED]