• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: OutlineView Column Problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: OutlineView Column Problem [solved]
      • From: Chris Williams <email@hidden>
References: 
 >OutlineView Column Problem (From: Chris Williams <email@hidden>)

  • Prev by Date: [moderator] various "YouMint" and other invitations
  • Next by Date: Re: Proper way to use NSUserDefaults + Bindings + Keychain
  • Previous by thread: Re: OutlineView Column Problem
  • Next by thread: Re: OutlineView Column Problem [solved]
  • Index(es):
    • Date
    • Thread