• 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
NSWindow / PB possible bugs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSWindow / PB possible bugs


  • Subject: NSWindow / PB possible bugs
  • From: Ben Hines <email@hidden>
  • Date: Thu, 15 Nov 2001 02:42:44 -0800

Possible NSWindow, or maybe systemwide? bug:

If I make an NSWindow without a close or mini box, the box is simply disabled. However, NSWindow or whatever code that is drawing the title apparently thinks it is gone, so it now happily draws the title underneath the green zoom box (if the window is small enough, and the title long enough).

Add the close/mini box back, and the title moves over to the right, out of the way of the zoom box. (hey, wait - should i be calling them "zoom circles" now? "zoom button" i suppose works...)

This bug can be seen in Interface Builder since all the Minimize buttons are disabled. Just make a new window and give it a long title. It will go under the green button.

Haven't gone to the trouble of trying to duplicate this with carbon. Anyone familiar with this?


And a project builder bug:

Type this into an objective-C implementation file:

if(yes)
else {
}

select the line that looks like:

else {

and hit delete.

PB will send a "Warning: missing left {" error to the system console.log. PB should never send anyththing to the console especially while I am just editing a file.

Are these known issues? I suppose i should send Radars in any case. Just hate to give them more work with duplicate bug reports.

-Ben
--


  • Follow-Ups:
    • Re: NSWindow / PB possible bugs
      • From: Jim Correia <email@hidden>
  • Prev by Date: Re: Notes on docs
  • Next by Date: scrolling an NSText to the bottom
  • Previous by thread: RE: NSImageView in a PrefPane
  • Next by thread: Re: NSWindow / PB possible bugs
  • Index(es):
    • Date
    • Thread