Hello ...
I have an NSMatrix of NSImageViews in a resizable window, with springs and struts set so that the matrix resizes along with the window.
When I load the matrix with ".png"s or ".tiff"s or NSImages grabbed from files in an external folder using "iconForFile:" (NSWorkspace), my world is wonderful. When I load the matrix with ".icns"s within the project's bundle, quite the opposite: window resizing becomes excruticatingly slow and, in fact, redraws are so flaky that the window's shadow isn't rendered.
I've tried pasting the corresponding icons _onto_ the ".icns" files via the Finder and using the "iconForFile:", but I only get standard "blank document" icons in my matrix.
Any suggestions on either (1) clearing up the slowdown with using the ".icns" files directly, or (2) reading an icon from within the project bundle?
Thanks ...
DayLateDon