3
votes
5answers
224 views

Can text area be used as error/warning/notification output?

Problem. While developing an enterprise application I faced a problem of communicating various error/warning/notification messages to the user while they are filling out some form or performing other ...
10
votes
4answers
878 views

Should Dialogs be avoided in modern applications?

I have used a few dialogs on the last system I designed. The application was a business application with many database tables and I used many datagrids to show data. It was common that I placed a ...