drawRect method not called after several hours...

2009-11-23 Thread Boris Prohaska
Hi guys... this is a tricky one. My application is intended to run for serveal hours/days/weeks. It does GUI updates multiple times a second. But after several hours/days the drawRect: method is stopped beeing called on _all_ views. The application still does what it is supposed to do, but

Re: drawRect method not called after several hours...

2009-11-23 Thread Mike Abdullah
Sounds to me like an exception occurred at some point and upset the drawing mechanism (think I've seen something similar before, but not over a long time period). Getting in the logs to suggest an exception? Mike. On 23 Nov 2009, at 12:30, Boris Prohaska wrote: Hi guys... this is a tricky

Re: drawRect method not called after several hours...

2009-11-23 Thread Boris Prohaska
Hi Mike, no there is no exception raised. The interesting thing is that when i touch the frozen window in the lower right hand corner and resize the view... the drawing works; but only for the time i resize it. The application works perfectly in the backend. It seems that some system is not

Re: drawRect method not called after several hours...

2009-11-23 Thread Alexander Spohr
Am 23.11.2009 um 13:30 schrieb Boris Prohaska: It does GUI updates multiple times a second. How? atze ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the