NSWindow question.
NSWindow question.
- Subject: NSWindow question.
- From: John Draper <email@hidden>
- Date: Tue, 12 Apr 2005 13:12:26 -0700
Hi,
I already know how to bring up a NSWindow I created with IB.
IE: [myCallWindow makeKeyAndOrderFront:self];
But how do I "dismiss" the window, or "hide" it or something.
Do I do this?
[myCallWindow orderOut:self];
Or is there another way to close out the window.... not sure if it's
wise to "dispose" or "release" an object created with IB.
John
_______________________________________________
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