Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!think.com!snorkelwacker.mit.edu!stanford.edu!neon.Stanford.EDU!calvin!zimmer From: zimmer@calvin.stanford.edu (Andrew Zimmerman) Newsgroups: comp.sys.next Subject: Re: Programming Question Message-ID: <1991Jun28.073504.16199@neon.Stanford.EDU> Date: 28 Jun 91 07:35:04 GMT Sender: news@neon.Stanford.EDU (USENET News System) Organization: Stanford University Lines: 16 In response to a question I had about the Button Class vs that ButtonCell Class, EPS explained that I should use a subclass of ButtonCell for my application. (I wanted to have multiple (more then 2) icons to represent the state of a Button.) Unfortunately, when I subclass a ButtonCell, I couldn't figure out how to instantiate the subclass under IB. It didn't appear in the class panel or under the custom view panel (Not a surprise). Anyway, any help on how to instantiate the new subclass would be appreciated. (Or do I have to reclass a Button created with IB?) Andrew zimmer@calvin.stanford.edu PS. Thanks EPS for answering my first question.