Re: iChat "Sort by..." animation
Re: iChat "Sort by..." animation
- Subject: Re: iChat "Sort by..." animation
- From: Stephane Sudre <email@hidden>
- Date: Tue, 13 Jan 2004 16:17:10 +0100
On Tuesday, January 13, 2004, at 03:54 PM, zeno wrote:
If you look inside InstantMessage.h you'll find the follwing:
------------------
@interface AnimatingTableView:FezExtendedTableView
{
[...]
}
[...]
@end
------------------
Hopefully this is the "original" class declaration used in ichat to
get that animation. AnimatingTableView inherits from
FezExtendedTableView which inherits from NSTableView.
Fez must be the code name for iChat as it's also the Prefix for the
iChat Menu Extra.
Now, if someone could access or guess to the @implementation of the
AnimatingTableView class...
If you don't care about future compatiblity issue, you can just add the
InstantMessage.framework to your project and add the AnimatingTableView
and FezExtendedTableView headers. If you guess how to use this API, of
course...
_______________________________________________
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.