Error messages
Status: Beta
Brought to you by:
amliebsch
This is not necessarily a bug but a design issue. Error
messages need to be logged (bespin.log?) rather than
using MsgBox.
For some applications, I use VBScript to send XML
message to Beta-Brite. The script hangs waiting for the
MsgBox to be aknowledged which is not so good when
machine is left unattended.
It would be nice for the BESPIN icon to have an error
indicator though so that you know that you should look
at the error log.
BTW, my error had to do with the format of the
message which I did correct.
Logged In: YES
user_id=700681
I see your point. Error prompt boxes are good for more user-
interactive programs, but for what is essentially a daemon like
this, a log file would be more appropriate.
Will be fixed shortly.