Hi,
Would it be possible to add the title bar string to the
error() function?
OR
could you overload the error function
error("title str","message");
if title str is "" then it displays the default error code
in title bar, else it displays title str.
This is because i like to display in which function
the error takes place in the title bar.