Re: Dock Magnification Effect
Re: Dock Magnification Effect
- Subject: Re: Dock Magnification Effect
- From: Stevos <email@hidden>
- Date: Fri, 17 May 2002 23:28:31 -0500
On 5/17/02 11:10 PM, "email@hidden" <email@hidden> wrote:
>
Keeping the question simple...
>
>
How does one implement a Dock Magnification effect? I want to create a
>
similar row (action more like a 2 dimensional array of icons), which zooms up
>
when the cursor goes over them, making the selection (and reading the icon)
>
to be easier.
>
>
Any ideas?
>
>
Steve Sheets
>
_______________________________________________
>
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.
>
>
NSImage and NSAffine scaling
Just have like a Dock object
Which holds a bunch of dockparts
And then have your dock object send a size msg to the dockparts every so
often (very often, actually)
I think that would work.
_stevos
_______________________________________________
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.