• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: iChat "Sort by..." animation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.
References: 
 >Re: iChat "Sort by..." animation (From: zeno <email@hidden>)

  • Prev by Date: Glueing strings together...
  • Next by Date: Re: Autorelease pool question
  • Previous by thread: Re: iChat "Sort by..." animation
  • Next by thread: Re: iChat "Sort by..." animation
  • Index(es):
    • Date
    • Thread