I have a button set up to open a window, and a button to close a window. That works fine. But I want this window to initially be closed. The buttons work, I have an outlet pointing at the window. But when I try:
- (void)awakeFromNibid)sender {
[window performClose];
}
nothing happens. What's wrong?
Thanks, Nate
also... when I try posting these questions to the cocoadev mailing list, it immediately sends me a messages saying I need to wait for them to be approved by moderators and I have no clue why. I haven't even been home/online to have said something to cause this...
- (void)awakeFromNibid)sender {
[window performClose];
}
nothing happens. What's wrong?
Thanks, Nate
also... when I try posting these questions to the cocoadev mailing list, it immediately sends me a messages saying I need to wait for them to be approved by moderators and I have no clue why. I haven't even been home/online to have said something to cause this...