Re: Matrix of Controls

2008-10-11 Thread Richard Somers
On Oct 11, 2008, at 11:53AM, Kyle Sluder wrote: NSButtonCell Bingo, that's it! Right there under my nose. Thank you. Richard ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the li

Re: Matrix of Controls

2008-10-11 Thread Kyle Sluder
On Sat, Oct 11, 2008 at 1:39 PM, Richard Somers <[EMAIL PROTECTED]> wrote: > NSMatrix only works with single cell objects. Is it possible to display text > and an image inside a single cell? NSButtonCell. --Kyle sluder ___ Cocoa-dev mailing list (Cocoa

Matrix of Controls

2008-10-11 Thread Richard Somers
I need to implement a matrix of toolbar item like controls. Each control has an image with a text label below it. .-- .|| .| Image | .|| .-- . Label I am trying to figure out the best way to do this. NSMatrix on