Re: Setting NSImageView back to default
Re: Setting NSImageView back to default
- Subject: Re: Setting NSImageView back to default
- From: John Randolph <email@hidden>
- Date: Mon, 24 May 2004 14:30:20 -0700
On May 23, 2004, at 6:46 PM, Kodex wrote:
Hey guys i was wondering how to set the NSImageView
back to the blank settings when you launch the app. I
want to remove a jpg from view and return it to the
orginal state so its not blocking the background of
the window. Thanks in advance
NNSImageView *myImageView;
[myImageView setImage:nil];
[myImageView setNeedsDisplay:YES];
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
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.