I’m using a bunch of behaviors, but I find that when I iterate through a large list of objects, each with a behavior attached to it, and say b.setEnable(false) for each one, I find that not all of them turn off. I made a test button that iterates through the list, and even after 3 or 4 presses, not all of them sometimes turn off.
Has anyone ever had this issue before? Is there a better way to turn off a behavior in such a way that you can still easily turn it back on at a later point?
–DAT