Re: Nib file Locked?
Re: Nib file Locked?
- Subject: Re: Nib file Locked?
- From: j o a r <email@hidden>
- Date: Fri, 10 Dec 2004 14:08:34 +0100
On 2004-12-10, at 14.01, Sharayu Puranik wrote:
I have created one xcode project (Cocoa application, Objective-C)
now I want to make some changes to nib file of the project......e.g
want to add
one NSButton on window
but when I put NSButton on window and build and run project...I
cannot see
that button on window.....
if I do some changes in code ...... ie in (.m or .h) files
......those are reflected
while code runs ie new messages are displayed or calculations are
performed
I want to know whether the nib file is locked or what?
whay I am not able to make changes to that file???
1) Did you set the "springs and struts" of the button correctly? If
not, the button might end up outside of the bounds of the window, or
behind some other view, when the window is resized.
2) Perhaps you've forgot that views are not supposed to overlap, and
placed the button on top of some other view? The stacking of views can
be difficult to predict, and the button might have ended up behind the
view you thought it should be on top of.
Also, could you please consider not including me as a direct recipient
of your messages to this list, at least for new threads where I've not
yet contributed?
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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