NSWindow / PB possible bugs
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
--