• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Newbie: Simple display with NSView - problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie: Simple display with NSView - problem


  • Subject: Re: Newbie: Simple display with NSView - problem
  • From: Graham Cox <email@hidden>
  • Date: Thu, 2 Oct 2008 09:42:15 +1000


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



Sounds like you have one view instantiated in the nib and another one instantiated in code. Do one or the other, but not both.


If you set up your custom view in the nib, there's no need to init another one - it already exists. Objects in nibs are real objects, they are not placeholders for objects you create at runtime.

hth,

Graham
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Newbie: Simple display with NSView - problem
      • From: Genu Mathew <email@hidden>
    • Re: Newbie: Simple display with NSView - problem
      • From: "Jonathan del Strother" <email@hidden>
References: 
 >Newbie: Simple display with NSView - problem (From: Genu Mathew <email@hidden>)

  • Prev by Date: Re: NSString's "mutableCopy" creating a leak?
  • Next by Date: Re: Which View to use?
  • Previous by thread: Newbie: Simple display with NSView - problem
  • Next by thread: Re: Newbie: Simple display with NSView - problem
  • Index(es):
    • Date
    • Thread