Re: Moving An NSTableView From One View To Another
Re: Moving An NSTableView From One View To Another
- Subject: Re: Moving An NSTableView From One View To Another
- From: Luke Pike <email@hidden>
- Date: Mon, 15 Oct 2007 12:18:47 -0400
On Oct 15, 2007, at 11:46 AM, I. Savant wrote:
I am trying to move an NSTableView from a custom view into a window.
In IB, I dragged a CustomView into my nib file and added a bunch of
subviews to it. Then I used this code to add one of the subviews to
my window:
<snip>
This works fine for text fields and buttons, but when it comes to a
tableview, it won't show it.
Does anyone know why this won't work? Thanks in advance.
Are you keeping in mind that the NSTableView is enclosed in a scroll
view, etc.?
--
I.S.
Oops, I forgot about that. I reworked the code to get the scroll view
and now it works. Thanks!
- Luke
_______________________________________________
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