• 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
NSView setHidden vs. setTransparent
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSView setHidden vs. setTransparent


  • Subject: NSView setHidden vs. setTransparent
  • From: "Huyler, Christopher M" <email@hidden>
  • Date: Thu, 18 Mar 2004 16:56:07 -0500
  • Thread-topic: NSView setHidden vs. setTransparent

I have been working on a small application on my 10.3.2 machine with
Xcode and only realized now that "setHidden" is not supported in 10.2.

My quick question is, are these two examples equivalent?

Example #1:
[myButton setHidden:YES];

Example #2:
[myButton setTransparent:YES];
[myButton setEnabled:NO];

My initial tests say that they are, but I want to be sure.
Thanks in advance.

--
Christopher Huyler
Computer Associates Intl.
_______________________________________________
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.


  • Follow-Ups:
    • Re: NSView setHidden vs. setTransparent
      • From: Daniel Todd Currie <email@hidden>
  • Prev by Date: Re: customizing visual feedback in nstableview
  • Next by Date: Re: Alpha-channeled images fade to black?
  • Previous by thread: Re: Renaming a project destroys it?
  • Next by thread: Re: NSView setHidden vs. setTransparent
  • Index(es):
    • Date
    • Thread