Wednesday, July 22, 2015

notification - UI : Is it fine to have MessageBox without a caption?


A trivial UI guideline question - Is it ok to have MessageBox without caption ? I have a Winforms GUI with 3 confirmation boxes at different scenarios. Can anybody provide me some formal UI guidelines information on whether it is mandatory to have Captions on MessageBoxes ?



Answer



There's certainly no rule against it, but you aren't helping the user out without a title. Even a simple title such as "Warning" or "Confirm" is helpful to the user.


The title should describe what the message is about, where as a message icon helps distinguish the type of message.


But you should try to keep MessageBoxes to a minimum. They are usually disruptive to the end user.


No comments:

Post a Comment

technique - How credible is wikipedia?

I understand that this question relates more to wikipedia than it does writing but... If I was going to use wikipedia for a source for a res...