Thanks, it worked with this line:
[[NSRunLoop currentRunLoop] addTimer:timer forMode:NSEventTrackingRunLoopMode];
On Sat, May 3, 2008 at 2:50 PM, Ricky Sharp <[EMAIL PROTECTED]> wrote:
>
> On May 3, 2008, at 7:31 AM, Jere Gmail wrote:
>
>> I have a NSMenuItem int a NSStatusBarItem that displays
On May 3, 2008, at 7:31 AM, Jere Gmail wrote:
I have a NSMenuItem int a NSStatusBarItem that displays the remaining
time of a timer. It is only updated when I'm not viewing the menu.
When I click in the menu, I can see in the debug console that no there
are no calls to the timer loop function.