Path: utzoo!utgpu!watmath!iuvax!silver!tsui
From: tsui@silver.bacs.indiana.edu
Newsgroups: comp.sys.next
Subject: scrollingTextField
Message-ID: <133000007@silver>
Date: 15 Aug 89 03:26:00 GMT
Organization: Indiana University CSCI, Bloomington
Lines: 19
Nf-ID: #N:silver:133000007:000:427
Nf-From: silver.bacs.indiana.edu!tsui    Aug 14 22:26:00 1989


I need a textfield that scrolled. And here is what i did:

...

textField=[TextField newFrame:&aRect];
[textField setStringValue:""];
[[textField cell] setScrollable:YES];
[textField setAutodisplay:YES]; /* not necessary */

...

But the textfield did not scroll to follow the typing. I have to
creat a Form with one entry to do it. But why?  I am wondering what
I am missing...  Thanks

--yufeng

tsui@silver.bacs.indiana.edu