Re: Why does IB insist on putting NSTextView in an NSScrollView
Re: Why does IB insist on putting NSTextView in an NSScrollView
- Subject: Re: Why does IB insist on putting NSTextView in an NSScrollView
- From: Jerry Krinock <email@hidden>
- Date: Sun, 17 Jan 2010 05:34:28 -0800
On 2010 Jan 16, at 22:15, Andy Lee wrote:
> These sound like bugs to me. I *think* (could be remembering wrong) you didn't used to be able to unembed the text view from its scroll view. Likewise table views.
>
> How about leaving it in the scroll view and turning off "Show Vertical Scroller"?
Indeed, that works fine and is the workaround I am using. Works fine for the user, just looks stupid to the developer. When I want to reposition it in code I need to remember to reference its -enclosingScrollView. So, it probably adds 217 bits useless bits to my package and adds a microsecond to my code execution time :)
I don't see why an un-embedded NSTextView is not available in the Library. I mean, they've got a dozen button objects that are mostly all the same NSButton with a different bezel.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden