Re: Xcode 3, problem creating Core Data UI via drag and drop
Re: Xcode 3, problem creating Core Data UI via drag and drop
- Subject: Re: Xcode 3, problem creating Core Data UI via drag and drop
- From: Chris Hanson <email@hidden>
- Date: Tue, 20 Nov 2007 19:45:17 -0800
On Nov 20, 2007, at 2:40 AM, Tom Davies wrote:
(IB) "New Core Data Interface" dialog opens. Choose Collection view,
select "Box" but not "Search Field", click Next Leave "bar" property
selected, click Finish.
Window displays a black square.
The Window hierarchy is NSWindow -> NSView -> NSScrollView ->
NSCollectionView
Ah, the problem is that it's doing exactly what you asked for -- it's
creating an NSCollectionView because you've asked for a collection
view. You'll want one of the other views for your data if you want a
form-style interface.
-- Chris
_______________________________________________
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