• 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: best time to alter GUIs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: best time to alter GUIs


  • Subject: Re: best time to alter GUIs
  • From: Daniel Child <email@hidden>
  • Date: Fri, 07 Mar 2008 22:38:30 -0500

On Mar 3, 2008, at 2:05 PM, Ken Thomases wrote:

On Mar 3, 2008, at 11:12 AM, Daniel Child wrote:

On Mar 1, 2008, at 6:15 AM, Ken Thomases wrote:

Does your init method do anything else other than calling [super initWithWindowNibName:]? In particular, if it calls [self window], that forces the loading (and awakening) of the NIB in order to reconstitute the window.
My bad. I should have checked that, and assumed it simply passed the address. If [self window] loads things, is there any way to obtain the window's address without loading it?

That question is nonsensical. There is no window until it's loaded, therefore there is nothing to have the address of.

Sorry, I was confused by the terminology. To me "load" sounded like "unfreeze the nib file and show the window", though I now see that NSNib docs indicate that "load" means place into memory without unarchiving. (To unarchive, you then instantiate.) I guess I was trying to say "load the window into window memory without showing the window." Surely there must be a way to do that....?


Thanks for the correction.
_______________________________________________

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: best time to alter GUIs
      • From: Ken Thomases <email@hidden>
References: 
 >Re: best time to alter GUIs (From: Ken Thomases <email@hidden>)
 >Re: best time to alter GUIs (From: Daniel Child <email@hidden>)
 >Re: best time to alter GUIs (From: Ken Thomases <email@hidden>)

  • Prev by Date: Re: Trying to intentionally create a memory leak
  • Next by Date: Re: NSTextView changes font
  • Previous by thread: Re: best time to alter GUIs
  • Next by thread: Re: best time to alter GUIs
  • Index(es):
    • Date
    • Thread