Re: Dynamically loading NIB files into sheets
Re: Dynamically loading NIB files into sheets
- Subject: Re: Dynamically loading NIB files into sheets
- From: Sebastian Celis <email@hidden>
- Date: Tue, 16 Apr 2002 00:43:51 -0500
On Tuesday, April 16, 2002, at 12:30 AM, j o a r wrote:
On Tuesday, April 16, 2002, at 12:47 , Sebastian Celis wrote:
3) the sheet appears but is _not_ attached to the document window.
This is probably because you don't return from the button action method
before opening the sheet. Try to delay the opening of the sheet a little
Nope, the sheet is still not connected to the document window. I still
think it might have to do with the fact that I don't have the line:
modalForWindow:myDocumentWindow
working correctly. How can I make sure that myDocumentWindow is
pointing to what it should be pointing to?
It's strange that the sheet just floats there without a title bar or
anything...
Thanks again,
Sebastian Celis
_______________________________________________
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.