Re: Newbie: Simple display with NSView - problem

2008-10-06 Thread Genu Mathew
I'm pretty sure this isn't what you're proposing, but it could be one interpretation of your description! Sorry, I should have phrased it better. I am trying to avoid hardcoding the filenames into the custom views In the NIB, just use a custom view, then set its class to your class

Re: Newbie: Simple display with NSView - problem

2008-10-03 Thread Genu Mathew
PROTECTED] Cc: Cocoa-dev@lists.apple.com Date: Wednesday, October 1, 2008, 6:42 PM On 2 Oct 2008, at 5:02 am, Genu Mathew wrote: On debugging, I found that when I run the command [NewWindow showWindow:self] in the APPController class, the constructor of 'OUSubImageView is called twice

Re: Newbie: Simple display with NSView - problem

2008-10-03 Thread Genu Mathew
], Cocoa-dev@lists.apple.com Date: Wednesday, October 1, 2008, 6:47 PM On Thu, Oct 2, 2008 at 12:42 AM, Graham Cox [EMAIL PROTECTED] wrote: On 2 Oct 2008, at 5:02 am, Genu Mathew wrote: On debugging, I found that when I run the command [NewWindow showWindow:self] in the APPController class