Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!agate!ziploc!eps From: eps@toaster.SFSU.EDU (Eric P. Scott) Newsgroups: comp.sys.next Subject: selectedCell of a NXBrowser (with allowMultiSel:NO) Summary: application note Keywords: 2.0/2.1 Message-ID: <1661@toaster.SFSU.EDU> Date: 5 Jun 91 02:34:51 GMT Reply-To: eps@cs.SFSU.EDU (Eric P. Scott) Organization: San Francisco State University Lines: 9 Even though NXBrowser is a subclass of Control, its selectedCell method always returns nil. Where you would want to use [sender selectedCell] in a target, instead code [[sender matrixInColumn:[sender selectedColumn]] selectedCell] Maybe NeXT will fix this in 3.0? -=EPS=-