Re: Hiding/Showing per doc panels
Re: Hiding/Showing per doc panels
- Subject: Re: Hiding/Showing per doc panels
- From: Sherm Pendley <email@hidden>
- Date: Mon, 29 Aug 2005 13:09:52 -0400
On Aug 29, 2005, at 12:12 PM, Edwin Vane wrote:
This is probably an easy question to answer. I have a couple of panels
that act like inspectors on various bits of information in a document.
They have window controllers and are registered with the doc. Now, I
would like to be able just to hide/show them without closing them
// Hide the panel
[panel orderOut:nil];
// Bring it back
[panel orderFront:nil];
// Bring it back and make it the key window
[panel makeKeyAndOrderFront:nil];
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden