Hi Folks,

One of the best ways to open ANY stack on MAC is a button with the following
script:
--I made it up for my own tool-palette :-), too easy in MC

on mouseUp
  answer file "Welchen Stack darf ich �ffnen?"   --What stack to open?
  if it is not empty then
    try
      toplevel it                  --or go stack it, or palette it, or....
      catch errornum         --this will catch an eventual error (we could
trap the errnum here
      beep                        --if we want to, for debugging routines or
    end try                       --  whatsoever), in case you clicked
something else (not the .mc file)
  end if                            --and will just beep, if it is no valid
stack
end mouseUp


Regards from germany


Klaus Major
MC-Afficionado

Reply via email to