Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!apple!agate!ziploc!eps From: eps@toaster.SFSU.EDU (Eric P. Scott) Newsgroups: comp.sys.next Subject: Re: 2.0 Programming Question -- PopUpLists Keywords: popups Message-ID: <1754@toaster.SFSU.EDU> Date: 18 Jun 91 06:46:18 GMT References: Reply-To: eps@cs.SFSU.EDU (Eric P. Scott) Organization: San Francisco State University Lines: 15 In article john@csrnxt1.ae.utexas.edu (John R. Schutz) writes: >Any code for adding an item in a popup list for which you only have >the matrix? int rows, cols; char *string; [[sender getNumRows:&rows numCols:&cols] addRow]; [[sender cellAt:rows:0] setTitle:string]; [sender sizeToFit]; should work (If I understand the question correctly). -=EPS=-