Re: IB bewilderment
Re: IB bewilderment
- Subject: Re: IB bewilderment
- From: Jean-Daniel Dupas <email@hidden>
- Date: Wed, 9 Jan 2008 18:11:52 +0100
Le 9 janv. 08 à 17:54, ghe a écrit :
I'm pretty new to Xcode, and something happened yesterday that I
don't understand.
The program I'm working on zooms the window as part of its
awakeFromNib.
In Interface Builder->Window->Window Attributes, there's a box
called "Frame Name". I entered a string in there, and it *seems*
that doing that caused the window to zoom on one launch, then not
zoom on the next, then zoom, then not...
I don't understand the connection, if any. IB is a black box to me.
I've looked around, but can't find an explanation of what's going on
inside it.
Can any of you explain of any of this??
--
Glenn English
email@hidden
See documentation for setFrameAutosaveName: in NSWindow reference.
http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSWindow_Class/Reference/Reference.html#/
/apple_ref/occ/instm/NSWindow/setFrameAutosaveName:
The name you set in Interface Builder is used as frameAutoSaveName. It
probably explains your window behavior.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden