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 07:48:11 -0500
On Jul 21, 2004, at 5:56 AM, Goran Predovic wrote:
Is there any way to replace apple's bug report dialog with custom
dialog?
I tried with signals. It works well to insert custom handler on
signals like SIGTRAP,
but apple's bug report dialog is always displays.
I don't believe that Apple's bug report dialog is put up by your
application. I think it is probably put up by the loginwindow process.
Since you don't own it, there would be no way for you to replace it
with your own dialog unless loginwindow allowed you to specify it
somehow.
Giving loginwindow the ability to run arbitrary code (like a custom
dialog) doesn't sound like a very good idea to me :-(
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.