Re: Hiding Controls
Re: Hiding Controls
- Subject: Re: Hiding Controls
- From: Chris Allum <email@hidden>
- Date: Sun, 11 Aug 2002 22:24:10 +1200
Thanks David,
On Sunday, August 11, 2002, at 09:51 PM, David Remahl wrote:
The fact that there is no way to hide a view in Cocoa is a consious
design
desission. The NeXT engineers hosted the GUI idea that hiding things
from
the user was a bad thing to do.
I thought that would have been the case. Its normally a good idea.
Do you know how I can get a view/control like those spinning arrows in
Mail?
Therefore, you will have to temporarily remove the view from its
superview,
and reinsert it when you want it displayed again. Don't forget to
retain the
view before removing it from its superview.
How do I do that?
- Chris
_______________________________________________
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.