Re: Ordering out a sheet when its parent is hidden
Re: Ordering out a sheet when its parent is hidden
- Subject: Re: Ordering out a sheet when its parent is hidden
- From: John Stiles <email@hidden>
- Date: Thu, 29 Jan 2004 17:14:03 -0800
On Jan 29, 2004, at 5:10 PM, John Stiles wrote:
Followup: didn't realize this at first, but AppKit is actually already
unminimizing the parent for me--so the fact that I am explicitly
calling:
[_window makeKeyAndOrderFront:self]; // sheets act goofy if the parent
is minimized
doesn't change the user experience any. It just makes the sheet go
away properly instead of hanging there. So I guess it's an OK solution
after all. And I should probably go ahead and file the bug...
Weird.
Hey Apple guys:
rdar://3544245
_______________________________________________
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.