Re: NSTextView without NSScrollView

2009-07-18 Thread Stuart Malin
On Jul 17, 2009, at 5:38 PM, James Walker wrote: Is there a way to have an NSTextView that is not enclosed in an NSScrollView? IB doesn't seem to want to let me. It would be for displaying static rich text (certain things are harder, or maybe even impossible, to do with NSTextField). I know

Re: NSTextView without NSScrollView

2009-07-17 Thread James Walker
Kyle Sluder wrote: On Fri, Jul 17, 2009 at 7:00 PM, James Walker wrote: I don't understand the question. It's static text, when is it going to autosize? When the user resizes the window. OK, fair enough. The case I was looking at was not a resizable window. -- James W. Walker, Innoventi

Re: NSTextView without NSScrollView

2009-07-17 Thread Kyle Sluder
On Fri, Jul 17, 2009 at 7:00 PM, James Walker wrote: > I don't understand the question.  It's static text, when is it going to > autosize? When the user resizes the window. --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do

Re: NSTextView without NSScrollView

2009-07-17 Thread James Walker
Kyle Sluder wrote: On Fri, Jul 17, 2009 at 5:19 PM, James Walker wrote: Is there a way to have an NSTextView that is not enclosed in an NSScrollView? IB doesn't seem to want to let me. It would be for displaying static rich text (certain things are harder, or maybe even impossible, to do with

Re: NSTextView without NSScrollView

2009-07-17 Thread Kyle Sluder
On Fri, Jul 17, 2009 at 5:19 PM, James Walker wrote: > Is there a way to have an NSTextView that is not enclosed in an > NSScrollView?  IB doesn't seem to want to let me.  It would be for > displaying static rich text (certain things are harder, or maybe even > impossible, to do with NSTextField).

NSTextView without NSScrollView

2009-07-17 Thread James Walker
Is there a way to have an NSTextView that is not enclosed in an NSScrollView? IB doesn't seem to want to let me. It would be for displaying static rich text (certain things are harder, or maybe even impossible, to do with NSTextField). I know I can turn off drawing of the NSScrollView border