Is it possible to have an onError event for each window,
replacing the current error trapping/handling? The error
string would be passed to the function, leaving it up to
the function to respond to the error (rather than
displaying the current ok/cancel message box).
Logged In: YES
user_id=690817
It would certainly be possible to optionally disable that (damn
annoying) dialog box and spew to console instead, however
this would probably have to be a global option. A global error
handler would be pretty easy to do as well. I'll look into this
one.