Re: How to disable Apple's Bug Report Dialog when application crash?
Re: How to disable Apple's Bug Report Dialog when application crash?
- Subject: Re: How to disable Apple's Bug Report Dialog when application crash?
- From: Scott Thompson <email@hidden>
- Date: Wed, 21 Jul 2004 11:20:19 -0500
Its obviously what I want - to track bugs by myself; when app crashes
user fill my bug report dialog and sends it to me.
You are right, OmniGraffle application has feature I would like to
implement.
You could set your application up as two separate processes, The first
has two responsibilities... launch the second (the one that actually
gets work done) and wait for it's child to die. If the child dies
without sending the "I'm dying normally" message then you put up your
dialog.
Scott
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.