beno
28-Nov-2005, 10:02 AM
Hi,
I want to append 'common error message' to the error dialog. (not 'detailed' one).
Could you add this feature ?
before:
Error
-----------------------------------
Some terrible exception occured.
after:
Error
-----------------------------------
-> Application exception occured.
-> Please save all opened files immediately, and restart app now.
"Some terible exception occured."
-> Sorry.
-----------------------------------
with customized text like:
common_message='Application exception occured.'+#13+#10+'Please...'+#13+#10+'"%s"'+#13+#10+'Sorry'...
--beno
I want to append 'common error message' to the error dialog. (not 'detailed' one).
Could you add this feature ?
before:
Error
-----------------------------------
Some terrible exception occured.
after:
Error
-----------------------------------
-> Application exception occured.
-> Please save all opened files immediately, and restart app now.
"Some terible exception occured."
-> Sorry.
-----------------------------------
with customized text like:
common_message='Application exception occured.'+#13+#10+'Please...'+#13+#10+'"%s"'+#13+#10+'Sorry'...
--beno