Re: Can't set image in NSImageView
Re: Can't set image in NSImageView
- Subject: Re: Can't set image in NSImageView
- From: Scott Anguish <email@hidden>
- Date: Sat, 7 Feb 2004 01:06:14 -0500
On Feb 7, 2004, at 12:46 AM, Jens Bauer wrote:
I think you want to...
{
[statusImage setImage:[NSImage imageNamed:@myImage]];
Close... no @ :-)
[actionButton setTitle:@"Stop"];
[actionButton setAction:@selector(mystop:)];
}
Love,
Jens
_______________________________________________
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.
_______________________________________________
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.