> On 5 Apr 2017, at 12:05, J.E. Schotsman <[email protected]> wrote: > > >> On 05 Apr 2017, at 11:48, Jack Carbaugh <[email protected]> wrote: >> >> Get a list of the controls then loop through it, setting each enabled >> property to false. The container holding them will hold a reference to them > > That way you lose the latent enabled state. > When the embedder is set to disabled some of the sub controls may already be > disabled. You could create a simple queue for each control (an associated object might be handy here) and then push and pop the sub control state.
J _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
