Re: NSImageView redrawing
Re: NSImageView redrawing
- Subject: Re: NSImageView redrawing
- From: Andreas Mayer <email@hidden>
- Date: Thu, 7 Aug 2003 16:19:54 +0200
Am Donnerstag, 07.08.03 um 15:37 Uhr schrieb Oliver Donald:
I have tried a number of things inclulding
[myImageView setNeedsDisplay:TRUE];
and
[myImageView display];
Did you try
[[myImageView image] recache];
?
bye. Andreas.
_______________________________________________
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.