Re: Adding a vertical scrollbar to a multiline textfield

2009-11-10 Thread Alexander Spohr
Am 10.11.2009 um 12:45 schrieb Ian Piper: > I hope someon can advise as to the best way to do what I want. I have a > multiline textfield that receives a very long piece of text. I wanted to add > a vertical scrollbar. I tried putting the multiline textfield inside a scroll > view but I'm not

Re: Adding a vertical scrollbar to a multiline textfield

2009-11-10 Thread Graham Cox
On 10/11/2009, at 10:45 PM, Ian Piper wrote: > I also tried to use a textview but in that case I got an error saying that > NSTextView may not respond to setStringValue. > > What is the best way to do this? I think this is the best way to do this. However, because NSTextView doesn't inherit

Adding a vertical scrollbar to a multiline textfield

2009-11-10 Thread Ian Piper
Hi all, I hope someon can advise as to the best way to do what I want. I have a multiline textfield that receives a very long piece of text. I wanted to add a vertical scrollbar. I tried putting the multiline textfield inside a scroll view but I'm not sure how you would tell the latter wh