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: Goran Predovic <email@hidden>
- Date: Wed, 21 Jul 2004 14:56:13 +0200
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
I know it is not put by my application, but maybe there is a way to
disable it from application.
_______________________________________________
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.