Re: NSTextView & Horizontal Scrollbar bug

2009-12-06 Thread Ross Carter
On Dec 5, 2009, at 9:14 AM, Eric Gorr wrote: > On Dec 4, 2009, at 12:30 PM, Ross Carter wrote: > >> On Dec 4, 2009, at 9:29 AM, Eric Gorr wrote: >> >>> I've got a sample application at >>> http://ericgorr.net/cocoadev/TextViewNoWrap.zip which demonstrates the >>> problem I am seeing. >>> >>>

Re: NSTextView & Horizontal Scrollbar bug

2009-12-05 Thread Eric Gorr
On Dec 4, 2009, at 12:30 PM, Ross Carter wrote: > On Dec 4, 2009, at 9:29 AM, Eric Gorr wrote: > >> I've got a sample application at >> http://ericgorr.net/cocoadev/TextViewNoWrap.zip which demonstrates the >> problem I am seeing. >> >> Basically, there is just a text view on a window with a h

Re: NSTextView & Horizontal Scrollbar bug

2009-12-04 Thread Ross Carter
On Dec 4, 2009, at 9:29 AM, Eric Gorr wrote: > I've got a sample application at > http://ericgorr.net/cocoadev/TextViewNoWrap.zip which demonstrates the > problem I am seeing. > > Basically, there is just a text view on a window with a horizontal scrollbar > which appears only when needed. >

NSTextView & Horizontal Scrollbar bug

2009-12-04 Thread Eric Gorr
I've got a sample application at http://ericgorr.net/cocoadev/TextViewNoWrap.zip which demonstrates the problem I am seeing. Basically, there is just a text view on a window with a horizontal scrollbar which appears only when needed. I have set this text view up based on the instructions found