Re: RE What to do? (I have a simple method for doing it)
Re: RE What to do? (I have a simple method for doing it)
- Subject: Re: RE What to do? (I have a simple method for doing it)
- From: Lukasz Kuczborski <email@hidden>
- Date: Fri, 22 Feb 2002 20:25:24 +0100
You know what is wrong in this method?
- (void)setIconCell:(NSImage *)s
{
[s retain];
[iconCell release];
[iconCell setObjectValue:s];
[iconCell setImageAlignment:NSImageAlignCenter];
[iconCell setImageScaling:NSScaleProportionally];
[iconCell setImageFrameStyle:NSImageFramePhoto];
}
I still can't get diplayed the icon of files...;(
_______________________________________________
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.