Rethinking the problem of how to display row numbers in a view based NSTableView from a different perspective:
I could use bindings if I could manage to make my row entities know their index within the table view content array. As a solution I could device a delegate for my entities and make the entity order the delegate to send a query to the array controller about its own index in arranged objects. Does this seem like a sane approach? Thanks, Peter _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com