Error messages LnF: Difference between revisions
From Catglobe Wiki
More actions
No edit summary  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
<span style="color: #ff9900">'''Error messages LnF'''</span>  | <span style="color: #ff9900">'''Error messages LnF'''</span>    | ||
#Error messages should always explain exactly what the user did wrong. If user cannot immediately understand what the message means; it is a bug!  | #Error messages should always explain exactly what the user did wrong. If user cannot immediately understand what the message means; it is a bug!    | ||
#If the same error message is used for two different bugs - it is a bug!  | #If the same error message is used for two different bugs - it is a bug!    | ||
#Errors should appear in the top of dialogues / windows in red color in bullet format. All the errors that are registered should be listed.  | #Errors should appear in the top of dialogues / windows in red color in bullet format. All the errors that are registered should be listed.    | ||
#The GUI should not refresh before showing the errors (if possible)  | #The GUI should not refresh before showing the errors (if possible)<br>  | ||
[[Category:LnF_guidelines]]  | [[Category:LnF_guidelines]]  | ||
Revision as of 02:47, 30 December 2008
Error messages LnF
- Error messages should always explain exactly what the user did wrong. If user cannot immediately understand what the message means; it is a bug!
 - If the same error message is used for two different bugs - it is a bug!
 - Errors should appear in the top of dialogues / windows in red color in bullet format. All the errors that are registered should be listed.
 - The GUI should not refresh before showing the errors (if possible)