Re: Hiding an NSControl
Re: Hiding an NSControl
- Subject: Re: Hiding an NSControl
- From: Andy Lee <email@hidden>
- Date: Wed, 3 Sep 2003 21:23:56 -0400
At 5:46 PM -0700 9/3/03, John Stiles wrote:
The implementation is just a nib with four checkboxes, and I'm
"hiding" and "showing" the ones I don't need and then shrinking the
window to compensate for the missing items.
Another approach would be to use an NSMatrix of checkbox cells. You
can add and remove cells at will.
It actually works pretty well right now; I just had a hard time
believing that there's no better way to hide controls.
Yeah, this is one of those Cocoa issues that come up from time to time.
--Andy
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.