 |
theNerd Adept

Joined: 01 Mar 2005 Posts: 277
|
Posted: Thu Apr 21, 2005 5:45 pm
Global Error Handling |
Right now when an error occurs you pop-up a generic error window. Obviously, in most scripting languages there are some error handlers (Try/Catch/Finally in Javascript, and the most useful of them all "On Error Resume Next" in VBScript ) However, if there is a non-scripting error will you be providing a global Error Handler event so we can handle the error or optionally show our own error message?
|
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Apr 21, 2005 11:02 pm |
Yes, I plan to have several improvements to the error checking eventually. The new event system allows an OnError event to be set globally for your application. In addition, I'll be implementing more of the Microsoft Script Debugger API so that this generic window becomes more useful. Won't happen for the first public release though.
|
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|