Richard Gaskin wrote:

1) If the mainstack is a single card, just put the handler in the card script.

2) If the mainstack has multiple cards, put the handler in a common group script.

3) If neither of those are viable in your setup, you could add a check to make sure the long name of "me" is in the long ID of the target.


BR:  Understood. I doing # 2 now... so I guess that will do for now.



How do you do this in real code

on resizestack x,y
  if this stack is not the stack that this handler resides in then
    do nothing
else
   set the rect of some grc to the rect of this card
# and other tricks here  relating to dynamic geometry changes...
   end if
end resizestack



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to