Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

maxp1

macrumors regular
Original poster
Feb 12, 2005
204
0
I have an app (OK, it's Quark Xpress) that quits when doing certain applescript operations in Tiger. I've found ways to work around this bug, but I'd like to also get rid of the dialog box that comes up every time. I know the app is quitting and I don't care.

Is there way way to do that? I seem to remember seeing something about it being possible under Tiger, but can't remember where and all my searches have been fruitless. Any help?

Thanks.
 
To de-activate the crash report sending prompt, enter in Terminal:

defaults write com.apple.CrashReporter DialogType "none"

To reactivate it:

defaults write com.apple.CrashReporter DialogType "prompt"

I'm not sure though, if this is exactly what you want.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.