Re: Newbie window question
Re: Newbie window question
- Subject: Re: Newbie window question
- From: "David P. Henderson" <email@hidden>
- Date: Fri, 10 Aug 2001 10:15:24 -0400
On Friday, August 10, 2001, at 09:48 , Jaime Rios wrote:
>
How do you close a window with cocoa programmically? I tried the
>
[pPrefWnd performClose:self]
>
function but that doesn't seem to work. Thanks in advanced!
>
Try [pPrefWnd close]. If you are implementing the window delegate
methods affecting closing behavior, it would be a possible explanation
for why performClose: is not working since performClose: will cause the
closing notifications to be sent.
Dave
--
Chaos Assembly Werks
"A lie can run around the world before the truth can get its boots on."
- Israel Zangwill (not Edward R. Murrow)