Paul Dupuis <paul@...> writes: > The recursion issue is of you have a pair (or more) or setProp handlers > that call back to one another: ie.
Right. There's a special-case trap for that. From the docs: If you use the set command within a setProp control structure to set the same custom property for the current object, no setProp trigger is sent to the object. (This is to avoid runaway recursion, where the setProp handler triggers itself.) -- Mark Wieder [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
