You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When closing a ui stack which has destroyStack set to true Levure should remove all of the behaviors from memory as well. The behaviors should only be removed, however, if no other open stacks are referencing the behavior.
LiveCode 9 added the revbehaviourses function. It takes a reference to an object and returns an array list of object long IDs for objects that are using a behavior.
When closing a
ui
stack which hasdestroyStack
set to true Levure should remove all of the behaviors from memory as well. The behaviors should only be removed, however, if no other open stacks are referencing the behavior.LiveCode 9 added the
revbehaviourses
function. It takes a reference to an object and returns an array list of object long IDs for objects that are using a behavior.PR for
revBehaviorUses
:livecode/livecode#5788
The text was updated successfully, but these errors were encountered: