Re: The best way to hide views.
Re: The best way to hide views.
- Subject: Re: The best way to hide views.
- From: Koen van der Drift <email@hidden>
- Date: Sat, 22 Mar 2003 08:32:36 -0500
>
Does anybody have any good ideas that do not involve moving it outside
>
the viewing area of the window? (the view is being repositioned/resized
>
as its hidden so the move away solution would not be the best).
One thing I once did to hide a button is set its frame size to zero:
[myView setFrameSize: NSZeroSize];
Not sure if that will work in your situation.
- Koen.
_______________________________________________
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.