Panel With Sheet Problem
Panel With Sheet Problem
- Subject: Panel With Sheet Problem
- From: Bryan Rieger <email@hidden>
- Date: Mon, 25 Mar 2002 22:52:32 -0500
I have a problem with a panel window going behind the main wndow when I
dismiss the sheet . I want the panel window to stay in front of the main
window.
I call to end the sheet
( IBAction )endsheet: (id) sender
{
[sheetWindow orderOut: sender];
[NSApp endSheet: sheetWindow returnCode: 1];
}
TIA
Bryan Rieger
email@hidden
_______________________________________________
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.