Re: Dictionaries in IB
Re: Dictionaries in IB
- Subject: Re: Dictionaries in IB
- From: Daryn <email@hidden>
- Date: Sat, 12 Jul 2003 00:41:00 -0500
On Friday, July 11, 2003, at 08:34 PM, Vince DeMarco wrote:
On Friday, July 11, 2003, at 5:05 PM, Chris Purcell wrote:
Has anyone tried making dictionaries in recent copies of IB? In my
version, instantiating two copies of NSDictionary, saving the nib and
reloading it is sufficient for IB to start complaining that:
"An inconsistency in the document was found and repaired. Please save
the document"
Its probably because the dictionary is changing types after being
re-created and IB is getting very confused. Look at your console when
you open this file what is displayed???
I've had the exact same problem. In my particular case, I have 4 dicts
in the nib. Here's what I get:
2003-07-12 00:38:07.558 Interface Builder[1736] **** verification error
****: {} appears twice in object table.
2003-07-12 00:38:07.558 Interface Builder[1736] **** verification error
****: {} appears twice in object table.
2003-07-12 00:38:07.558 Interface Builder[1736] **** verification error
****: {} appears twice in object table.
Daryn
_______________________________________________
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.