Child, parent and key windows
Child, parent and key windows
- Subject: Child, parent and key windows
- From: Ian Gillespie <email@hidden>
- Date: Fri, 27 Dec 2002 11:37:22 -0800
I have a table view which when the user tries to edit a certain row I
have a borderless window appear as a child of the parent window (which
is the one with the tableview in it). The borderless child window has
a textview in it. When the borderless window appears, the scrollbars
in the parent window become greyed out. Is there a way to prevent this
from happening like when editing in Address Book?
Here is what my window code looks like now:
[childWindow makeFirstResponder:nil];
[childWindow setContentView:notesView];
[childWindow makeKeyAndOrderFront:nil];
[parentWindow addChildWindow: childWindow ordered:NSWindowAbove];
___________________________
Ian G. Gillespie
Dept. of Botany & Plant Sciences
University of California
Riverside, CA 92521
http://student.ucr.edu/~gillei01
___________________________
_______________________________________________
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.