i've noticed in some menu bar apps like Google's GMail Notifier, the time since last email check will display when changed while the menu is visible. how can i emulate this behavior in my own NSMenu with a timer that changes?
doesn't work...
Code:
[MainMenu_Item3 setNeedsDisplay:YES];
doesn't work...