Resize an image view

2008-10-18 Thread Benjamin Dobson
Hi again, I need to change the size of an NSImageView – specifically, the width. After trying the only thing I knew (setFrame:display:) and having that fail, I ask: what do I need to do?___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Re: Resize an image view

2008-10-18 Thread Graham Cox
On 19 Oct 2008, at 9:03 am, Benjamin Dobson wrote: Hi again, I need to change the size of an NSImageView – specifically, the width. After trying the only thing I knew (setFrame:display:) and having that fail, I ask: what do I need to do? -setFrame:display: is a NSWindow method.