Hi,

Found a simple way to achieve what I wanted (prevent selecting a different row when editing the detail view). Instead of messing with selectionShouldChangeInTableView:

[tableView setEnabled:(!isDirty)];

Should have think of this sooner! Sure, there's no feedback why the table view isn't working but since there's only 3 users (one being me) for this app, I can live with that :-)

Thanks to all for your suggestions,

Andre Masse
_______________________________________________

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to