Binding Font
Binding Font
- Subject: Binding Font
- From: Chris Outwin <email@hidden>
- Date: Thu, 12 Jan 2006 16:53:54 -0600
I am trying to permanently set the text associated with a martix of
checkboxes to NSSmallControlSize using bindings. The matrix allows
empty selection. The problem is the checkbox's text only appears in
NSSmallControlSize when one of the boxes is selected.
The associated content values binding displays the correct
information when the control key is arrangedObjects, but I get Cannot
create NSFont from object () of class NSCFArray when arranged objects
is used for the font binding. I've tried setting the font for each
individual box within the matrix, but it doesn't work.
What is the best way to permanently set the font size to
NSSmallControlSize? Do you have to work with the cell directly and
not use bindings?
Thank you.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden