Can Hierarchy of objects in NIB file be changed?
Can Hierarchy of objects in NIB file be changed?
- Subject: Can Hierarchy of objects in NIB file be changed?
- From: Lance Drake <email@hidden>
- Date: Mon, 16 Feb 2004 23:07:41 -0700
It appears there is a problem with the hierarchy in my NIB
A nibtool dump shows the item with the problem is at the
top of the object hierarchy. Can anyone suggest how to get
thefirst NSQuickDrawView to be below the NSTextFields that
are being overdrawn by the contents in the NSQuickDrawView??
The other similar views have no update problem as they appear
to be located lower on the hierarchy.
Failing any thoughts about that, is there anyway to get nibtool
or a close cousin to accept an XML text file for replacement of
the existing contents of the 'keyedobjects.nib' file?
Thanks,
Lance Drake
------------------------------------------------------------
/* Object Hierarchy */
Hierarchy = {
"Object 1 <NSCustomObject> (File's Owner)" = {
"Object -1 <IBFirstResponder> (First Responder)";
"Object 21 <NSWindowTemplate> (Window)" = {
"Object 2 <NSView>" = {
"Object 288 <NSQuickDrawView>"; <-- problem QDView
'A'
"Object 289 <NSSlider> (NSSlider1)";
"Object 293 <NSButton> (NSButton1)";
"Object 331 <NSTextField> (NSTextField11)";
"Object 337 <NSMatrix> (NSMatrix1)" = {
"Object 340 <NSButtonCell>";
"Object 348 <NSButtonCell>";
};
"Object 342 <NSButton> (NSButton31)";
"Object 343 <NSTextField> (NSTextField22)";
"Object 369 <NSQuickDrawView>"; <-- 'B' = OK
"Object 415 <NSQuickDrawView>"; <-- 'C' = OK
"Object 448 <NSTextField> (NSTextField111)"; <--
problem fields
"Object 449 <NSTextField> (NSTextField1111)";
};
};
"Object 29 <NSMenu> (MainMenu)" = {
"Object 19 <NSMenuItem>";
"Object 56 <NSMenuItem>" = {
"Object 57 <NSMenu>" = {
"Object 58 <NSMenuItem>";
"Object 131 <NSMenuItem>" = {
"Object 130 <NSMenu>";
};
"Object 134 <NSMenuItem>";
"Object 136 <NSMenuItem> (1111)";
"Object 144 <NSMenuItem>";
};
};
"Object 103 <NSMenuItem> (1)";
"Object 163 <NSMenuItem> (NSMenuItem)";
};
"Object 208 <NSCustomObject> (PrimaryObj)";
"Object 372 <NSCustomView> (QDViewA)";
"Object 373 <NSCustomView> (QDViewB)";
"Object 374 <NSCustomView> (QDViewC)";
};
}; /* End Hierarchy */
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.