Re: Custom Table View Cells and String Text Alignment and Breaking

2009-08-06 Thread Grant Erickson
On 8/6/09 5:08 PM, Grant Erickson wrote: > I am implementing a non-editable custom table view cell (a bit similar to the > network connection listing in the System Preferences Network preference pane) > in a single-column, no header NSTableView. > > The cell consists of an image, another image, tw

Re: Custom Table View Cells and String Text Alignment and Breaking

2009-08-06 Thread Quincey Morris
On Aug 6, 2009, at 17:08, Grant Erickson wrote: However, with regard to the strings, particularly concerning the right-alignment of the non-stacked string, nudging around the X points to achieve the proper right-alignment seems like the wrong way to approach this and that I should be specify

Custom Table View Cells and String Text Alignment and Breaking

2009-08-06 Thread Grant Erickson
I am implementing a non-editable custom table view cell (a bit similar to the network connection listing in the System Preferences Network preference pane) in a single-column, no header NSTableView. The cell consists of an image, another image, two stacked strings (left aligned), another string (r