Re: iTunes like display
Re: iTunes like display
- Subject: Re: iTunes like display
- From: David Remahl <email@hidden>
- Date: Wed, 9 Apr 2003 23:19:11 +0200
Yes, it is pretty obvious that you would use a custom view object, and
draw it using three images (with the middle one tiled) or maybe six if
you want to get fancy and have it resize vertically as well. You would
use NSStringDrawing, presumably, to draw the track information, and
other drawing methods (NSBezierPath, etc) to draw the other elements.
Does that answer your question at all? I think you need to be more
specific in what you ask - especially since you say you're experienced
- so that we don't spend time trying to explain things you already know.
/ Rgds, David
Thanks for the info, but that's not what I meant. I don't mean the
playlists, I already know how to do that. I ment the little thing
above where it show the current song, time elapsed and where you can
set the position of the track. Basically, the object that's between
the fast forward button and the search box.
How is that created.
PS: I'm an advanced Cocoa user so you can go all techy with me :)
Cheers
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.