Setting hierarchy of NIB items
Setting hierarchy of NIB items
- Subject: Setting hierarchy of NIB items
- From: Lance Drake <email@hidden>
- Date: Sun, 15 Feb 2004 16:37:47 -0700
Can anyone suggest what might be the remedy for this situation?
My NSQuickDrawView is subclassed as QDView. In's in my NIB and works
perfectly.
Unfortunately, I also have some NSButtons and and other controls which
I would like to be located over the QDView.
When the QDView draws (I do have a QDView drawRect function that is
called) it will often obliterate some of the controls - which then
appear if I click where they are located.
After looking at the hierarchy representation of the NIB, it shows the
list looking like this:
NSWindow
NSView
QDView (one instance)
NSButton <-- these buttons in this QDView get hidden by redraw
NSButton
<other stuff
QDView (another instance)
NSButton <-- these buttons in this QDView get hidden by redraw
NSButton
IS there some way to adjust the hierarchy - or is it a programmatic
thing I am missing.
Last night I spend MANY hours reading and looking for a clue - the
avail quotient = 0;
Your kind assistance would be greatly appreciated,
Lance Drake
_______________________________________________
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.