• 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: Programatically resizing a window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Programatically resizing a window


  • Subject: Re: Programatically resizing a window
  • From: Michael Heinz <email@hidden>
  • Date: Wed, 15 Dec 2004 14:41:20 -0500

On Wednesday, December 15, 2004, at 01:09PM, j o a r <email@hidden> wrote:


>What you could do is to store the "default window size" in
>NSUserDefaults every time one of your document windows changes size,
>and then make sure to size new windows accordingly before they are
>brought on screen.
>

Joar,

I've actually asked questions about that several times on this list and I never got a reply- I'm already using "auto save name" feature of the nib, and it the user defaults load correctly when the first document is loaded at application start up. The problem is that all later windows just get the original settings from the nib.  If that worked "as expected" I wouldn't be trying to do it by hand.

>You say that "there doesn't seem to be any get/set size functionality
>at all". I assume that you mean that you don't mean in NSWindow (as it
>obviously has that functionality), but rather that you can't find it in
>the convenience classes of a document based application?

That was the first problem - while I found the method for taking a NSWindow pointer and getting the matching document, there doesn't seem to be a way to go from an NSDocument to the corresponding NSWindow. Fortunately, I was able to extract that information from a custom view that's already in the application.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Programatically resizing a window
      • From: Henry McGilton <email@hidden>
    • Re: Programatically resizing a window
      • From: Milton Sagen <email@hidden>
References: 
 >Programatically resizing a window (From: Michael Heinz <email@hidden>)
 >Re: Programatically resizing a window (From: j o a r <email@hidden>)

  • Prev by Date: Re: Using Security framework to get root auth for running app.
  • Next by Date: Re: NSImage lockFocus in DrawRect while printing
  • Previous by thread: Re: Programatically resizing a window
  • Next by thread: Re: Programatically resizing a window
  • Index(es):
    • Date
    • Thread