Hi Everyone. I'm trying to do something which in theory is rather simple: Use a NSTokenFieldCell in a NSTableView and bind the table column value to the token field.
I've had two problems: 1/ The binding doesn't seem to propagate the value back to the model. 2/ Occasional crashes when editing the column. I've put a sample app together with a README which includes screenshots outlining the issues and filed a bug report with Apple ( https://github.com/ioquatix/TableViewTokenCellTest). I spent a couple of hours working through the undocumented API trying to see if there were any entry points I could use but while I made some progress I didn't manage to fix the above issues. I was wondering the following: a/ I've filed a bug report but this a blocker for a commercial app I'm working on. I have some code level support requests available. Does this seem like a reasonable issue to bring to Apple at that level? b/ Has anyone run into these issues and found any solutions? I'm thinking one option might be to try and use a view based table-view rather than a cell based one. Any ideas here would be appreciated. Thanks, Samuel _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
