3

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?

nwalke
  • 3,170
  • 6
  • 35
  • 60
Alexsander Akers
  • 15,967
  • 12
  • 58
  • 83

1 Answers1

0

See Force NSMenu (nested submenu) update for Main Menu of Cocoa App and run that method in the background. (Don't forget to create an NSAutoreleasePool.)

Community
  • 1
  • 1
Alexsander Akers
  • 15,967
  • 12
  • 58
  • 83