Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!csn!ccncsu!purdue!mentor.cc.purdue.edu!noose.ecn.purdue.edu!samsung!cs.utexas.edu!helios!cnh5730 From: cnh5730@maraba.tamu.edu Newsgroups: comp.sys.next Subject: Re: Help, please, on making connections in IB Message-ID: Date: 20 Apr 91 00:01:10 GMT References: <2524@fornax.UUCP> Sender: usenet@helios.TAMU.EDU Distribution: na Lines: 21 In article liberte@ncsa.uiuc.edu (Daniel LaLiberte) writes: In article <2524@fornax.UUCP> mcdonald@fornax.UUCP (Ken Mcdonald) writes: > The first problem is that I can't even create an object of > class EntryField > in Interface Builder. You're right, you can't instantiate your subclass, unless it is a subclass of Object. I dont know why this restriction exists, but there it is. Here are the classes which I can determine that IB will allow you to instantiate: 1) Object 2) UserCreatedSubclassesOf:Object 3) List:Object 4) HashTable:Object 5) Sound:Object 6) Storage:Object 7) NXStringTable:HashTable:Object so clearly IB knows how to instantiate some of its (sub)classes but not others.