Hi Lynch,

Ken is right: I wrote "exit" but "pass" is much more preferable: it takes care of others :-)

Le 28 juil. 05 à 20:02, Ken Ray a écrit :

On 7/28/05 10:43 AM, "Lynch, Jonathan" <[EMAIL PROTECTED]> 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

Best Regards from Paris,

Eric Chatonet.
----------------------------------------------------------------
So Smart Software

For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch

Free plugins and tutorials on my website
----------------------------------------------------------------
Web site        http://www.sosmartsoftware.com/
Email        [EMAIL PROTECTED]/
Phone        33 (0)1 43 31 77 62
Mobile        33 (0)6 20 74 50 86
----------------------------------------------------------------

_______________________________________________
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