Re: Just to be sure
Re: Just to be sure
- Subject: Re: Just to be sure
- From: email@hidden
- Date: Mon, 11 Jul 2005 10:19:47 -0500
NSCells will be used within the NSControl. The reason I don't want
to use NSViews is that they use a significantly larger amount of
resources when there will be quite a lot in the view. Well, at least
that's what I'm gathering from the documentation. I suppose, just to
get it up and running, I could use an NSView that calls little things
like the NSText/TextCell, but at some time I'll want to figure out
how to work NSControls the way they were meant to work.
On Jul 11, 2005, at 4:26 AM, Sherm Pendley wrote:
On Jul 11, 2005, at 12:54 AM, email@hidden wrote:
I want to have a cards-type interface layout in a program I've
been making. You can drag the cards around and they will respond
to cut and paste actions within certain other NSControl sections
of a view. I should be subclassing NSControls, right?
I doubt it. The most likely candidates for subclassing are NSView
and/or NSCell, depending on how "heavy" you want each one of the
"card" objects to be.
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden