Questions tagged [nsmatrix]

NSMatrix is a class used for creating groups of NSCell objects that work together in various ways.

50 questions
0
votes
1 answer

Creating NSMatrix of NSImageCells

I need to create an NSMatrix with NSImageCells bound to an array controller. So the content of the NSMatrix is bound to an NSArray (so there are as many NSImageCells in the matrix as there are objects in the array), then the image path of the…
indragie
  • 18,002
  • 16
  • 95
  • 164
0
votes
1 answer

Selecting Item of NSMatrix programmatically

How can I programmatically select one of the items in an NSMatrix? I believe it is an NSControl so I was looking in that particular documentation, however I could not find any information on the specific topic.
Kevin
  • 1,469
  • 2
  • 19
  • 28
0
votes
1 answer

NSMatrix delegate

I have an NSMatrix in my code, specifically radio buttons. I would like to create a delegate to post a message when the radio button selection is changed. Which delegate do I have to use? I have tried the textDidChange Method without any success..…
Kevin
  • 1,469
  • 2
  • 19
  • 28
0
votes
1 answer

NSMatrix with Shadowed buttons on sides

I have an NSMatrix with a bunch of NSButtonCells as its content. I want to create an effect similar to the Xcode4 navigator area (image from Apple website), where the selected button has a recessed feel to it with a shadow on the left and right…
0
votes
1 answer

NSMatrix in ScrollView; origin settings are locked. Why?

I have an NSMatrix, embedded within a scroll view (using IB). It works great, using the -sizeToCells method after changing the number of rows/columns. But I would like to move the initial matrix inside the scrollview. IB grays out the X and Y…
Carelinkz
  • 936
  • 8
  • 27
1 2 3
4