sheet not attaching to parent?
sheet not attaching to parent?
- Subject: sheet not attaching to parent?
- From: email@hidden
- Date: Mon, 23 Feb 2004 22:49:42 -0800
i have this code in my awakeFromNib
[NSApp beginSheet:regWindow modalForWindow:ABCWindow modalDelegate:self
didEndSelector:@selector(regSheetDidEnd:returnCode:contextInfo:)
contextInfo:NULL];
but for some strange reason it wont attach it just pops up before the
main window?
does anyone know what might cause this?
_______________________________________________
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.