{#} Replies are directed back to [EMAIL PROTECTED]
{#} To reply to the author, write to Jason Townsend <[EMAIL PROTECTED]>
on 3/28/2002 8:05 PM, Steven W. Riggins <[EMAIL PROTECTED]> wrote:
> buddy controller
>
> outlineView:WillDisplayCell:forTableColumn:item
>
>
> if ([item genericStatus] && [[item genericStatus] length]) {
> [[attributedString mutableString] appendFormat:@"
> (%@)", [item genericStatus]];
> }
>
> item is "sriggins" so thats from AIM. it stops on the if statement,
> can't tell how to tell what genericStatus is, but seems to be a
> problem when I am idle for a long period of time.
Apparently the genericStatus could get deallocated prematurely. If it was
set to "" for a service buddy I added a special override to show it as
Online. However, it seems the ONLINE macro returns an object that will get
autoreleased later potentially. I checked in a change to retain this when I
set it up which seems to have helped me in the sleep/wake/connect all test.
-Jason
--
Have a question? Have you read my Fire Frequently Asked Questions?
<http://homepage.mac.com/townsend/programs/fire.html>
{#} ----------------------------------------------------+[ fire ]+---