Re: [Pyobjc-dev] Kill Thread on Exception
Brought to you by:
ronaldoussoren
|
From: Koen B. <ko...@ma...> - 2008-01-28 12:04:31
|
I guess I have to do it that way. Could you supply me with some hints/ directions how to start this? Thanks a lot, Koen On 27 jan 2008, at 18:21, Ronald Oussoren wrote: > There's not much you can do about this, the cleanest way to avoid > stopping your application is to add you're own method for executing > code on the main loop and have that catch all exceptions. This can > easily be build on top of the NSObject version. |