• 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: NSTableHeaderCell Woes...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTableHeaderCell Woes...


  • Subject: Re: NSTableHeaderCell Woes...
  • From: Corbin Dunn <email@hidden>
  • Date: Wed, 7 Dec 2005 08:00:01 -0800


A quick guess is this line of code:

NSRect _dividerRect = NSMakeRect(frame.size.width - 1, 0, 1,frame.size.height);


It should use "frame" as a base..such as:
_dividerRect = NSMakeRect(frame.origin.x + frame.size.width - 1, 0, 1,frame.size.height);


-corbin
_______________________________________________
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
  • Follow-Ups:
    • Re: NSTableHeaderCell Woes...
      • From: Julian <email@hidden>
References: 
 >NSTableHeaderCell Woes... (From: Julian <email@hidden>)

  • Prev by Date: Re: best UI for rating a stack of objects
  • Next by Date: Re: tableview shouldSelectRow called twice ?
  • Previous by thread: NSTableHeaderCell Woes...
  • Next by thread: Re: NSTableHeaderCell Woes...
  • Index(es):
    • Date
    • Thread