Hiding NSPanel through a timer in Cocoa
Posted
by user307242
on Stack Overflow
See other posts from Stack Overflow
or by user307242
Published on 2010-04-01T20:20:35Z
Indexed on
2010/04/01
20:23 UTC
Read the original article
Hit count: 219
Hello, I am new to Xcode and would like to know how to hide an NSPanel when a timer tick, I have tried to call [myNSPanel orderout:self], the code runs but the panel is still there. Do I need to do something different? Thanks in advance.
© Stack Overflow or respective owner