How can you update an NSMenu while it is active (visible)?

Posted by Alexsander Akers on Stack Overflow See other posts from Stack Overflow or by Alexsander Akers
Published on 2010-06-04T21:42:55Z Indexed on 2010/06/06 1:52 UTC
Read the original article Hit count: 336

Filed under:
|
|
|
|

I have an NSMenu instance, through which all communication with the Cocoa app will take place. If the menu is open, the background doesn't run, so how can I force an update while the menu is still active?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about update