Re: OutlineView Column Problem
Re: OutlineView Column Problem
- Subject: Re: OutlineView Column Problem
- From: Jerry Krinock <email@hidden>
- Date: Fri, 17 Aug 2007 12:33:57 -0700
On 2007 Aug, 16, at 20:11, Chris Williams wrote:
When I first open the app, the right column is mostly obscured.
1. Assuming that this NSOutlineView is instantiated in Interface
Builder, examine the "minimum", "current" and "maximum" widths for
each column in the Inspector panel.
2. In code, for example in -awakeFromNib, or later if things change,
you can read a column width by sending a message like:
[[[myOutlineView tableColumns] objectAtIndex:1] width]
3. Use an app like PixelStick to measure the actual width.
Troubleshoot by comparing the numbers you get in 1, 2 and 3.
Anybody ever seen this before?
I have had similar frustrations and would not be surprised to find
that some of this behavior is not well defined.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden