Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Clearing Browser Selection



Browsers can be configured to allow empty selection or to require that at
least one item is selected. Have you tried enabling empty selection ?

See - (NSMatrix *)matrixInColumn:(int)column

See NSMatrix
setAllowsEmptySelection:

- (void)setAllowsEmptySelection:(BOOL)flag

If flag is YES, then the receiver will allow one or zero cells to be
selected. If flag is NO, then the receiver will allow one and only one cell
(not zero cells) to be selected. This setting has effect only in the
NSRadioModeMatrix selection mode.

See

deselectAllCells

- (void)deselectAllCells

Deselects all cells in the receiver and, if necessary, redisplays the
receiver. If the selection mode is NSRadioModeMatrix and empty selection is
not allowed, this method does nothing.
See Also: - allowsEmptySelection, - mode, - selectAll:


----- Original Message -----

References: 
 >Re: Clearing Browser Selection (From: Lloyd Sargent <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.