0

I'm making a menulet (Application that hangs out in the menu bar) using Swift and in that application I have a timer.

Every time I click the menu bar item to reveal the menu, the timer pauses. How can I keep the timer active while the menubar is open?

James
  • 213
  • 1
  • 3
  • 13
  • How have you implemented that timer? –  Mar 05 '15 at 17:09
  • Yes, I did. It works fine until I reveal the menu. When I open the menu it pauses. When i close the menu it resumes. – James Mar 05 '15 at 18:00
  • You haven't answered my question. *How is the timer implemented in your application?* Show us the code. –  Mar 05 '15 at 18:34
  • http://stackoverflow.com/questions/27997485/nstimer-not-firing-when-nsmenu-is-open-in-swift/27997548#27997548 – Leo Dabus Mar 06 '15 at 00:17
  • 1
    @James I have already answered the same question and I shouldn't answer it twice. So just up vote it :) – Leo Dabus Mar 06 '15 at 00:19

0 Answers0