Re: Problem assigning image to button under garbage collection

2009-01-23 Thread Rick Hoge
Bill, Rob - Thanks for the replies, and sorry I missed this in the archives. I have googled about such problems, but did not come up with anything. Is there a known issue with images and buttons under GC? Sounds odd.Please file a bug, attaching the application (binary is good enough

Re: Problem assigning image to button under garbage collection

2009-01-22 Thread Rob Keniger
On 23/01/2009, at 1:53 PM, Bill Bumgarner wrote: A problem arose when I added an NSButton to my nib file and assigned an image to it in Interface Builder (just entering the image name NSAddTemplate) in the Inspector. As soon as I did this, I started getting the following kinds of messages

Re: Problem assigning image to button under garbage collection

2009-01-22 Thread Bill Bumgarner
On Jan 22, 2009, at 7:49 PM, Rick Hoge wrote: I have a garbage collected app which has been running fine, with no crashing or leaks and passing nicely using the Xray diagnostic tools. A problem arose when I added an NSButton to my nib file and assigned an image to it in Interface Builder (ju

Problem assigning image to button under garbage collection

2009-01-22 Thread Rick Hoge
I have a garbage collected app which has been running fine, with no crashing or leaks and passing nicely using the Xray diagnostic tools. A problem arose when I added an NSButton to my nib file and assigned an image to it in Interface Builder (just entering the image name NSAddTemplate) i