Re: Show/Hide a component?
Re: Show/Hide a component?
- Subject: Re: Show/Hide a component?
- From: Nick Müller <email@hidden>
- Date: Thu, 21 Mar 2002 11:46:53 +0100
On 20.03.2002 at 10:10 Uhr, Jonathan Feinberg wrote:
>
Changing its tint via
>
setControlTint has no apparent effect. In Java, one would simply
>
component.setVisible(false). What can we do in Cocoa?
Use removeFromSuperview. If you want to show it again, be shure to
retain it before removing.
Nick
_______________________________________________
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.