Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!ncar!tank!uxc.cso.uiuc.edu!uxc.cso.uiuc.edu!ux1.cso.uiuc.edu!uxa.cso.uiuc.edu!rmf00365 From: rmf00365@uxa.cso.uiuc.edu Newsgroups: comp.sys.next Subject: Re: 0.9 Interface Builder vs. Applicati Message-ID: <246300008@uxa.cso.uiuc.edu> Date: 26 Jun 89 08:24:00 GMT References: <130003@gore.com> Lines: 21 Nf-ID: #R:gore.com:130003:uxa.cso.uiuc.edu:246300008:000:822 Nf-From: uxa.cso.uiuc.edu!rmf00365 Jun 26 03:24:00 1989 > browser does not show PopUpList at all, while the manual shows it as a > subclass of Menu. Can PopUpLists be used in the IB? The dox on how to create a popupList from scratch in chapter 21 seem to be wrong. I say that mostly becuase I cannot get it to compile. The PopUpList is really just a glorified button. To create 1 popupList: 1> make your class with two outlets (for the popup). 2> attach one of the outlets to the button and leave the other unconected. 3> modify the .m file where the object is defined as follows all of the following go between the --- = anObject and return self; <> = [PopUpList new]; [<> addItem:" " action:(SEL)0 keyEquivelant:0]; <> NXAttachPopUpList(YFO,YSO);] Works like your worst nightmare Michael Rutman Softmed