Have a look and see if the window is textured or not, it a window setting in IB. Non-textured windows have no bottom border by default. Its in the AppKit release notes

http://developer.apple.com/releasenotes/Cocoa/AppKit.html

under the NSWindow heading.

Often this is used in conjunction with the - setContentBorderThickness:forEdge: and - setAutorecalculatesContentBorderThickness:flag forEdge:edge methods to give a window that iCal/iTunes etc look.

HTH

Jon

On 14 Jul 2008, at 20:47, Chad Harrison wrote:

My main window in IB has a "square" bottom both when I edit it in IB, and when I simulate the interface. But in my compiled app, it has the "rounded" bottom like in the 10.5 Finder and iTunes. Why is there this inconsistency between windows?

+Chad
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/j.p.dann%40gmail.com

This email sent to [EMAIL PROTECTED]

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to