NSMatrix in subview of box giving me trouble.

Untitled

Untitled
I am attempting to connect an IBOutlet from a controller object to an NSMatrix which is in a box subview in Interface Builder. Unfourtunately when I attempt to connect these two, it either selects the box that contains the matrix (and a few other buttons) or the cells within the matrix. I can never get the outline of the NSMatrix itself to highlight in order for me to make the connection.

If I attempt to connect an NSMatrix outside of a box subview I am able to do this easily however I still need the object in the box subview so that still leaves me with a problem.

The matrix is a list of radio buttons and if anyone could help me out I would greatly appreciate it.
 
Alright! I figured it out.

All you have to do is switch from the icon mode in the nib file window to the list view and connect it that way... Duh! :p
 
Back
Top