Re: iTunes like display
Re: iTunes like display
- Subject: Re: iTunes like display
- From: j o a r <email@hidden>
- Date: Wed, 9 Apr 2003 23:14:09 +0200
On Wednesday, Apr 9, 2003, at 23:01 Europe/Stockholm, Jesus De Meyer
wrote:
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.
Doh! Sorry...
I thought I wrote the perfect newbie-guide, and instead I came out as
100% condescending... :)
I would bet that it is a view (or whatever it's called in Carbon) that
does all it's drawing all by itself, every tiny little bit of it. Which
part in particular are you interested in emulating? It does a lot of
stuff: Equalizer, Progressbar / Slider, Animated sliding song
information, etc..
Drawing strings is easy enough, check the draw methods in NSString
Additions and / or NSAttributedString Additions in AppKit. Just create
a custom view and override drawRect: and start drawing strings...
Animations are done using NSTimer. But being an advanced Cocoa user, I
bet you know that already.
j o a r
_______________________________________________
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.