NSImageView's images are invisible until clicked
NSImageView's images are invisible until clicked
- Subject: NSImageView's images are invisible until clicked
- From: Ben Kazez <email@hidden>
- Date: Fri, 04 Jun 2004 16:05:48 -0400
I've got an NSMatrix of NSImageViews that don't hold any images until
they are told to do so programmatically:
=======================================================
[[squares cellAtRow:row column:col] setImage:(p == PLAYER_BLACK ?
image_BLACK : image_RED)];
=======================================================
However, when this code runs, I can't see the image until I click on
that spot in the NSMatrix. Any ideas?
Ben
--
Ben Kazez
http://ben.kazez.com/
_______________________________________________
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.