Hen Hi.
Oh thanks I was thinking about the same method I but I had my delegate to be
the same main window controller, and it wasn't being called, I guess because
the window wasn't active, I changed the window delegate to be the App delegate
and implemented that method and it worked!! :D, thanks
On Apr 1, 2010, at 3:55 AM, Gustavo Pizano wrote:
> I was reading a little about the user Experience, but I hadn't been able to
> achieve the goal, when I close the window, it closes the it but the app
> doesn't terminate but I can't bring it back again, I have set in IB to don't
> release when
Hello.
I was reading a little about the user Experience, but I hadn't been able to
achieve the goal, when I close the window, it closes the it but the app doesn't
terminate but I can't bring it back again, I have set in IB to don't release
when closed. I tried doing something with the Window Me