Skip navigation.
 
mlNSTableView apparently doesn't respect allows EmptySelection:NO anymore on Leopard
FROM : Wdyp
DATE : Sat Nov 24 10:47:23 2007

Hello!

Has anyone else noticed that since Leopard NSTableView doesn’t respect 
allowsEmptySelection:NO anymore?

Whether set in IB or programmatically, and setting the 
NSArrayController avoidEmptySelection bit doesn’t help.

This happens in a project that is still working perfectly on Leopard 
whenever built on Tiger.

My table view gets its content with a filterPerdicate binding that 
returns no object and looses selection, when the predicate changes and 
populates the table with some objects again, empty selection is 
allowed, no object gets selected, forcing the user to click on an item 
to select it.

Why is my project behaving differently from on Tiger?



Thanks in advance for any answer!

Flofl._______________________________________________

Cocoa-dev mailing list (<email_removed>)

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/<email_removed>

This email sent to <email_removed>

Related mailsAuthorDate
mlNSTableView apparently doesn't respect allows EmptySelection:NO anymore on Leopard Wdyp Nov 24, 10:47
mlRe: NSTableView apparently doesn't respect allowsEmptySelection:NO anymore on Leopard Stéphane Sudre Nov 24, 14:29
mlRe: NSTableView apparently doesn't respect allowsEmptySelection:NO anymore on Leopard Corbin Dunn Nov 28, 01:59