Re: how to get the iTunes look
Re: how to get the iTunes look
- Subject: Re: how to get the iTunes look
- From: Daniel Todd Currie <email@hidden>
- Date: Thu, 4 Nov 2004 15:53:59 -0800
They probably use an NSTableView or NSOutlineView. To get icons with
the text entries, look at
"/Developer/Examples/AppKit/DragNDropOutlineView/ImageAndTextCell.m".
This NSCell subclass is written so you can just drag it into your
project and it will work.
The tunes and photos are not actually stored in the table; what you see
are simply references to the audio/image files. When you have a smart
playlist that shows the 25 most played, iTunes will scan the table data
and add references for the 25 most played. These references are then
stored in the "iTunes 4 Music Library" file in your iTunes directory.
Hope this helps,
-- DTC
On 2004 Nov 04, at 15:01, Robert Chien wrote:
Hi,
I'm a n00b to Cocoa so please bare with me if I'm asking the wrong
question.
Can someone point me to a documentation or sample code for how to
implement the "Source column" view in iTunes and iPhoto? I don't mean
the brushed metal look, but drawing the column which displays playlist
and albums, and how a tune or photo can belong in multiple playlist or
albums.
Thanks,
Robert
_______________________________________________
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
_______________________________________________
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