Re: iTunes like transition?
Re: iTunes like transition?
- Subject: Re: iTunes like transition?
- From: Luca Pazzerello <email@hidden>
- Date: Tue, 24 Feb 2009 13:06:46 +0100
Thanks!I solved with a simple subclass of NSTextField, in wich my beat (an
NSTimer) updates the drawing coordinates of the text.
Regards,
--Luca C.
2009/2/23 Kyle Sluder <email@hidden>
> On Mon, Feb 23, 2009 at 2:18 PM, Luca Pazzerello
> <email@hidden> wrote:
> > Maybe this screenshot clarifies about which transition i am talking
> about.
> > http://a1.s3.quickshareit.com/immagine28d926.png
>
> That's not really a transition, it's just drawing. iTunes is a Carbon
> app, so it uses a different drawing model entirely.
>
> It looks like all you want is a custom NSTextFieldCell subclass whose
> objectValue can be set to an array of strings instead of just a single
> string, and then you want to do the drawing yourself.
>
> --Kyle Sluder
>
_______________________________________________
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