• 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: NSPanel with just a close button & title on title bar?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSPanel with just a close button & title on title bar?


  • Subject: Re: NSPanel with just a close button & title on title bar?
  • From: Peter Maurer <email@hidden>
  • Date: Fri, 19 Nov 2004 08:40:03 +0100

So this should remove the zoom button from a window:

[[window standardWindowButton:NSWindowZoomButton] removeFromSuperview];

I did this once, and as far as I can remember, my app crashed unless I retained those buttons before removing them from their superview. Thus, I came to the conclusion that the NSWindow still wanted to "talk" to its standard buttons from time to time, and that it was very unhappy if someone had released them (via removeFromSuperview).


Can anyone confirm?

(Unfortunately, I don't have access to that piece of code right now, so there's a certain possibility that my code had other flaws which caused the crash.)

Cheers,

Peter.

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: NSPanel with just a close button & title on title bar?
      • From: Evan Schoenberg <email@hidden>
    • Re: NSPanel with just a close button & title on title bar?
      • From: Ken Tabb <email@hidden>
References: 
 >NSPanel with just a close button & title on title bar? (From: Ken Tabb <email@hidden>)
 >Re: NSPanel with just a close button & title on title bar? (From: Ricky Sharp <email@hidden>)
 >Re: NSPanel with just a close button & title on title bar? (From: Andreas Mayer <email@hidden>)

  • Prev by Date: Fastest way to push strings to the screen in an NSView?
  • Next by Date: Re: Creating links through NSWorkspace or something?
  • Previous by thread: Re: NSPanel with just a close button & title on title bar?
  • Next by thread: Re: NSPanel with just a close button & title on title bar?
  • Index(es):
    • Date
    • Thread