Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!spool.mu.edu!agate!ziploc!eps From: eps@toaster.SFSU.EDU (Eric P. Scott) Newsgroups: comp.sys.next Subject: Re: NXBrowser Example Message-ID: <1717@toaster.SFSU.EDU> Date: 14 Jun 91 10:59:31 GMT References: <1991Jun13.225603.27971@spool.cs.wisc.edu> Reply-To: eps@cs.SFSU.EDU (Eric P. Scott) Distribution: na Organization: San Francisco State University Lines: 13 In article <1991Jun13.225603.27971@spool.cs.wisc.edu> barger@cs.wisc.edu (Victor Barger) writes: >Does anyone have an example of how to dynamically manipulate the >elements of an NXBrowser? For instance, a panel with a browser and an >'Add' button that when clicked adds a new entry to the browser would >be perfect. I sent Victor an example that does this with a "normal" NXBrowser. Basically, I used NXBrowser's matrixInColumn: method, added a row the same way I would in a delegate, then did [[matrix sizeToCells] display]. -=EPS=-