• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Clearing Browser Selection
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Clearing Browser Selection


  • Subject: Re: Clearing Browser Selection
  • From: "Erik M. Buck" <email@hidden>
  • Date: Wed, 5 Sep 2001 11:42:43 -0500

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

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

  • Prev by Date: Re: posting replies
  • Next by Date: Re: prob a silly question
  • Previous by thread: Re: Clearing Browser Selection
  • Next by thread: Re: Clearing Browser Selection
  • Index(es):
    • Date
    • Thread