Am 17.06.2008 um 15:10 schrieb Angelo Chen:
Thanks for the fast response, I tried the - setContentBorderTHickness, it does not work with me as I'm using Tiger 10.4.11, any equivalent of the method in this OS X?
Use a brushed metal window and a custom NSView subclass that draws the white area? Or alternately, you could use a custom view that just draws the bottom part using NSImage and graphics you provide. NSRectClear() or whatever it was called may let you erase the window background so the corners are transparent, or maybe you have to override an isOpaque method to get anything other than black, it's been a while.
Cheers, -- Uli Kusterer "The Witnesses of TeachText are everywhere..." http://www.zathras.de _______________________________________________ Cocoa-dev mailing list ([email protected]) 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]
