Re: NSTextView + other NSView in NSScrollView?
Re: NSTextView + other NSView in NSScrollView?
- Subject: Re: NSTextView + other NSView in NSScrollView?
- From: Jacob Bandes-Storch <email@hidden>
- Date: Mon, 28 Jul 2008 06:59:09 -0700
On Jul 27, 2008, at 10:49 PM, Andy Lee wrote:
On Jul 27, 2008, at 11:31 PM, Jacob Bandes-Storch wrote:
I'm trying to create a Mail-style scroll view, with a view for
information (like the view for message headers) above a text view
for the content. I created two NSViews in Interface Builder,
changed the class of the bottom one to NSTextView,
Is there some reason you didn't drag an NSTextView into the window
in the first place?
Because the Text View that IB provides is embedded in a scroll view
already and I can't add another view to it.
selected both, and clicked Layout > Embed Objects In > Scroll View.
Are you sure you didn't want a Split View rather than a Scroll View?
If you were trying to create a Mail-like layout, I would have
expected your two views to be an NSTableView and an NSTextView, both
embedded in a Split View.
No... what I want is like the bottom half of Mail's split view, with
the view for the headers and the text view with the message content.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden