On 2009 Apr 23, at 11:27, Kyle Sluder wrote:
IIRC NSTokenFieldCell is not supported inside of NSTableView. I'm pretty sure I had that problem not too long ago.
Now that you mentioned it, that does ring a bell. But it seems to work OK for me. Actually, I'm using my own subclass of NSTokenFieldCell, but that is simply for improved handling of placeholders.
I'm understanding your architecture correctly, you may be subtly violating KVO. Have you instead tried just dynamically unbinding and rebinding the columns in response to your user input?
No. Having to do that would some of the fun out of bindings. Maybe I'll try it. But just so I don't repeat the same mistake, what possible subtle violation do you see?
_______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
