Re: Minimizing my app kills timer ?

2020-05-05 Thread Steve Mills via Cocoa-dev
On May 5, 2020, at 15:19:15, Gabriel Zachmann via Cocoa-dev wrote: > > Well, in my own -startAnimation, I do > [super startAnimation]; Which could be doing all sorts of things that assume it's running in a known screensaver environment. -- Steve Mills Drummer, Mac geek

Re: Minimizing my app kills timer ?

2020-05-05 Thread Gabriel Zachmann via Cocoa-dev
>> >> That is what I'm doing. >> I start my own timer, which periodically calls -animateOneFrame. >> I call -stopAnimation when the app is hidden, etc. > > Are you calling the base class' startAnimation or stopAnimation methods? Or > do you override those and never call the base class? I