Newbie ? Answered

Ken Ray kray at sonsothunder.com
Thu Jul 28 14:02:11 EDT 2005


On 7/28/05 10:43 AM, "Lynch, Jonathan" <bnz2 at cdc.gov> wrote:

> if the long ID of this stack <> the long ID of me then exit <Handler
> Name>

You can do this even easier by putting this in the stack script:

on resizeStack
  if the owner of the target is me then
    -- do the stuff you want to do
  else
    pass resizeStack
  end if
end resizeStack

Always pass these system messages - you never know who else (plugins, etc.
may need to get them in order to operate properly.

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com





More information about the use-livecode mailing list