Does anyone know how to keep the app from Quitting after handling an
exception that reaches the app.UnhandledException event?
Application.UnhandledException Event
Returns a Boolean. If it returns True, the standard alert indicating
an unhandled exception and quit behavior are suppressed. Return False
to allow REALbasic's default unhandled exception error processing to
occur.
From the docs it would appear that returning True should keep the app
from Quitting, but it doesn't seem to work that way for me. RB 2006r1
or RB 5.5
Any ideas?
Thanks,
Joe
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>