Re: NSTabView problem under Tiger
Re: NSTabView problem under Tiger
- Subject: Re: NSTabView problem under Tiger
- From: Chris Stephens <email@hidden>
- Date: Fri, 24 Jun 2005 18:05:43 +1000
I suspect the problem in your app's case is that the view that's
drawing the background image is a sibling to the top-level
NSTabView. Make the NSTabView a subview of the image view instead,
and you should get the result you want. (NSTabView's background-
fill optimization is only enabled when the tab view is a direct
subview of its window's contentView.)
--
Troy Stephens
Cocoa Frameworks
Apple Computer, Inc.
Thank you, Troy. You are 100% correct and my application is now back
on course, heading for release very soon!
Phew.
Chris
_______________________________________________
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