Re: [Gambas-user] Global Error Handing

2009-03-11 Thread Benoît Minisini
> Benoit, I was thinking about the same thing. > What is there was a method: _error (the brother to _new) > If present in a class, a class error falls into it as a default handler > Any error here most-liekly will implement Try/Catch by the programmer but > _error will not catch itself: an internal

Re: [Gambas-user] Global Error Handing

2009-03-10 Thread nando
users Sent: Mon, 9 Mar 2009 16:15:14 +0100 Subject: Re: [Gambas-user] Global Error Handing > > Question: > > > > Does gambas have any mechanism for global error handling -e.g error rigging > > an entire project including all subroutines with a master error handler, >

Re: [Gambas-user] Global Error Handing

2009-03-09 Thread Benoît Minisini
> Question: > > Does gambas have any mechanism for global error handling -e.g error rigging > an entire project including all subroutines with a master error handler, > which would catch all un-handled fatal errors, and do something like pop up > a dialog box with options for user to type in what t

[Gambas-user] Global Error Handing

2009-03-08 Thread richard terry
Question: Does gambas have any mechanism for global error handling -e.g error rigging an entire project including all subroutines with a master error handler, which would catch all un-handled fatal errors, and do something like pop up a dialog box with options for user to type in what they were