Re: (no subject)
Re: (no subject)
- Subject: Re: (no subject)
- From: Shawn Erickson <email@hidden>
- Date: Sat, 8 Nov 2003 07:57:33 -0800
On Nov 8, 2003, at 5:01 AM, Alan Donsky wrote:
Is there a way to progmatically hide and unhide an NSCell or
NSControl? I should think this is possible since there is a "hide"
box on many of the controls in IB but i have not beem able to find it
in the documnetation.
Always remember to look at super classes when reading Cocoa
documentation. What you are looking for is provided by NSView which
NSControl inherits from. I believe you hide cells by hiding the view
that they are used by.
Also the Cocoa release notes covers all of this stuff (search for
"hiding" in the following)...
file:///Developer/Documentation/ReleaseNotes/Cocoa/AppKit.html
-Shawn
_______________________________________________
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.
References: | |
| >(no subject) (From: Alan Donsky <email@hidden>) |