Re: app preferences top view
Re: app preferences top view
- Subject: Re: app preferences top view
- From: Marco Scheurer <email@hidden>
- Date: Wed, 23 Jan 2002 12:40:52 +0100
On Tuesday, January 22, 2002, at 07:05 pm, Mathieu Routhier wrote:
Could you be a little more explicit? I tried putting some NSImageCells
in a NSMatrix but it didn't seem to work (no display except some yellow
square when I was clicking on it).
What would you suggest, more precisely?
1) put a square "image" (the one with the smiling Mac) button in a
window in InterfaceBuilder,
2) make it non bordered,
3) alt-drag it to transform it in an NSMatrix of cells,
4) drag an image in each cell and edit each cell's title.
5) connect your matrix target/action, probably to an NSTabView
takeSelectedTabViewItemfromSender:
Here you are.