• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Child, parent and key windows
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: Questions about retain
  • Next by Date: Using NSCell to bold cells in a tableview
  • Previous by thread: Re: Questions about retain
  • Next by thread: setting window attributes
  • Index(es):
    • Date
    • Thread