Re: How to lock NIB files?
Re: How to lock NIB files?
- Subject: Re: How to lock NIB files?
- From: Brendan Younger <email@hidden>
- Date: Sun, 26 May 2002 13:07:37 -0500
On Sunday, May 26, 2002, at 07:39 AM, Lorenzo Puleo wrote:
I saw some NIB files within some package application could not be
opened by
Interface Builder, such a way to prevent modifications.
I would like to do the same with my application.
Do you know how?
Inside each nib are three sub-nibs called "classes.nib", "info.nib", and
"objects.nib". Remove the "classes.nib" and your nib won't open in IB
anymore. Incidently, if you want to open a nib already "locked" like
this, simply copy a "classes.nib" file from a newly-created nib file
into the nib you want to open.
Brendan Younger
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.