Re: Trouble using NSMatrix with radiobuttons and using NSPopUp buttons

2008-05-05 Thread Graham Cox
I made an error in my mail, it should have been - selectCellWithTag: (it was very late). But maybe you spotted that? Assuming that's not it, there must be something else wrong, as this works for me. Is the outlet to the NSMatrix actually set? Is it pointing to the right object? Is the radio

Re: Trouble using NSMatrix with radiobuttons and using NSPopUp buttons

2008-05-05 Thread Graham Cox
Assign a tag to each individual cell and use -selectItemWithTag: G. On 5 May 2008, at 10:16 pm, John Joyce wrote: For the radio button matrix, I am totally lost and I don't understand how to set the state of it. Does the matrix need IBOutlets for each cell too? __

Trouble using NSMatrix with radiobuttons and using NSPopUp buttons

2008-05-05 Thread John Joyce
(sorry for the repost, I forgot to change the subject line before) I'm struggling and maybe tired, but how do you set the state of and NSMatrix with radio buttons and NSPopUpButton ? Does it go in windowDidLoad or should it be in awakeFromNIB ? This is in a Preference window for my app. I'm ha