Xref: utzoo comp.lang.objective-c:204 comp.object:2788 comp.sys.next:14417 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uwm.edu!linac!att!emory!wuarchive!rex!JRSCS@uno.edu From: jrscs@uno.edu Newsgroups: comp.lang.objective-c,comp.object,comp.sys.next Subject: Changing a TextField Message-ID: <00945DA6.A106AA60@uno.edu> Date: 20 Mar 91 00:11:20 GMT Sender: news@rex.cs.tulane.edu Reply-To: jrscs@uno.edu Lines: 10 Does anyone know how to programatically alter the contents of a TextField which was brought into a window with InterfaceBuilder - especially ( if it makes any difference ) the "Title" TextField from the Pallette? I've tried [ [ X selectedCell ] setStringValue:... ] where X is the outlet variable for the TextField but that doesn't seem to work. Thanks in advance, John