Re: Using NSAnimation

2008-11-26 Thread Matt Long
etting the contents field in the layer (CALayer docs) and you'll have what you need. This probably won't help you if you need to stick with NSAnimation, but et me know if you have CA questions. -Matt On Nov 26, 2008, at 7:51 AM, Hrishikesh Muruk wrote: I have a basic question abo

Using NSAnimation

2008-11-26 Thread Hrishikesh Muruk
I have a basic question about using NSAnimation. Here is what I am trying to do: My program shows a custom view and I want to animate an NSImage within that custom view. When the mouse is clicked within the program I want to move (animate) the image to a new point in the window. I have

Using NSAnimation

2008-11-10 Thread Hrishikesh Muruk
I have a basic question about using NSAnimation. Here is what I am trying to do: My program shows a custom view and I want to animate an NSImage within that custom view. When the mouse is clicked within the program I want to move (animate) the image to a new point in the window. I have