RE: Formatters, editing events and NSMatrix
RE: Formatters, editing events and NSMatrix
- Subject: RE: Formatters, editing events and NSMatrix
- From: "Jonathan E. Jackel" <email@hidden>
- Date: Fri, 5 Nov 2004 15:42:57 -0500
- Importance: Normal
> I note that each NSTextFieldCell has it's own formatter. I
> certainly don't
> want to set these manually in IB, though I'm willing to do it
> programmatically on window load if I have to.
You have to. At least, I don't know of a way of setting all of a matrix's
cells to use a formatter in IB. Pretty easy to do in code, though:
[[myMatrix cells] makeObjectsPerformSelector:@selector(setFormatter:)
withObject:myFormatter];
_______________________________________________
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