Re: Animation and crossfading of windows
Re: Animation and crossfading of windows
- Subject: Re: Animation and crossfading of windows
- From: Adam Knight <email@hidden>
- Date: Sat, 31 Jul 2004 10:35:31 -0500
The window trick is in Cocoa via NSWindow as setFrame:display:animate:
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/NSWindow.html#//apple_ref/doc/uid/
20000013/BCIGFAEI
On Jul 31, 2004, at 10:14 AM, Scott Thompson wrote:
>
I'm not sure how you access it from Cocoa, but the "Window-Morphing" is
>
accessible through Carbon using the TransitionWindow API. If there is
>
no similar API in Cocoa then you could probably set it up yourself
>
using an NSTimer that occasionally resizes your window over time.
>
That's all the TransitionWindow API does.
>
--
Adam
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.