c# - CF UI design - How best to display validation failures -


I'm thinking of using a message box to display verification failure messages in the Windows Mobile app. My thinking is that I am currently working here that there is such a limited screen rest that I am mainly struggling to dedicate one area to display the failures of these beliefs for a specific area. I'm a bit worried about the applicability factor because the user will force the verification message to close the verification message box after failure. Does anyone have any ideas on this approach or experience that will suggest that there is a better way of doing this?

I know that the compact structure is not available within. But it may be a starting point on how to do it.

Like Errors I show a simple icon next to the input box, which shows something incorrect because of the fact that you do not have a mouse cursor for it, In the case of clicking on, I show a solid error message in the text box below which will hide again if you just click it.

Then the user gets a signal that something is wrong (maybe he already knows) and can be hit on the icon to get a clue. The clue is showing that she can still include anything inside the form (she can not see everything, but she currently only takes an interest in this box) and one click forward (on the visible text box) she Back to full screen .

Focus is changed to another input box or the error is fixed, then the box should automatically disappear in the final step.

Comments