• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Re(2): making NSProgressIndicator hidden
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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 -----

References: 
 >Re: making NSProgressIndicator hidden (From: Stéphane Sudre <email@hidden>)
 >Re(2): making NSProgressIndicator hidden (From: Jens Bauer <email@hidden>)

  • Prev by Date: Re: Mysterious threads & ObjectAlloc crashes
  • Next by Date: NSWorkspace notification problems
  • Previous by thread: Re(2): making NSProgressIndicator hidden
  • Next by thread: Re: making NSProgressIndicator hidden
  • Index(es):
    • Date
    • Thread