Re: Re(2): making NSProgressIndicator hidden
Re: Re(2): making NSProgressIndicator hidden
- Subject: Re: Re(2): making NSProgressIndicator hidden
- From: "Erik M. Buck" <email@hidden>
- Date: Mon, 21 Jan 2002 13:16:04 -0600
This issue has been discussed at length in this forum and others. You will
find many interesting solutions to the problem including the one you already
have, the idea of moving the control out of the visible part of the super
view's bounds, and a category to add hide and show methods to every view.
You will also find many good arguments not to hide controls.
Here is a list of many messages on the topic including about 30 with the
title "Hiding Controls" and one title "Hiding NSView and
NSProgressIndicator":
http://www.omnigroup.com/search-bin/macosx-dev?Search=hide+control
Here is a solution using a borderless tab view
http://www.omnigroup.com/mailman/archive/macosx-dev/2000-April/001483.html
Here is the category on NSView approach
http://www.omnigroup.com/mailman/archive/macosx-dev/2001-February/009600.htm
l
Here is one of many with the solution already cited
NSView
NSView last edited August 6, 2001 09:51:48. ... How do you hide a view?
Here's how I
hide a view: [theView retain]; [theView removeFromSuperview]; theSuperview
...
www.cocoadev.com/index.pl?NSView - 3k - Cached - Similar pages
Here is an argument not to hide controls
http://www.omnigroup.com/mailman/archive/macosx-dev/2001-November/021258.htm
l
----- Original Message -----