Click here to Skip to main content
15,914,074 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Wishing you all a Merry Christmas Pin
Snesh Prajapati22-Dec-15 19:40
professionalSnesh Prajapati22-Dec-15 19:40 
GeneralUI Design Question Pin
_Maxxx_22-Dec-15 13:33
professional_Maxxx_22-Dec-15 13:33 
GeneralRe: UI Design Question Pin
Richard Andrew x6422-Dec-15 13:42
professionalRichard Andrew x6422-Dec-15 13:42 
GeneralRe: UI Design Question Pin
_Maxxx_22-Dec-15 13:47
professional_Maxxx_22-Dec-15 13:47 
GeneralRe: UI Design Question Pin
Mycroft Holmes22-Dec-15 16:52
professionalMycroft Holmes22-Dec-15 16:52 
GeneralRe: UI Design Question Pin
_Maxxx_22-Dec-15 16:54
professional_Maxxx_22-Dec-15 16:54 
GeneralRe: UI Design Question Pin
Mycroft Holmes22-Dec-15 20:35
professionalMycroft Holmes22-Dec-15 20:35 
GeneralRe: UI Design Question Pin
BillWoodruff22-Dec-15 18:43
professionalBillWoodruff22-Dec-15 18:43 
I can only echo the opinions of my wise peers, Richard and Mycroft, and say that the use of confirm-to-cancel might be indicated when the user has done significant "work" on the Form, but ...

1. saving state: in many cases I think saving the "state" of the current UI, and any data, is a good thing: what if I need to "go somewhere else," and then come back to working-on the modally shown Form: that, of course, requires me to close the modal Form. Why make me pay a penalty for interrupting my work ? If you give me a 'Clear button, how about assuming I know when to use it ?

And, for bonus points, why not show by some visual indicator whether data-entry controls contain valid data ... or not ?

2. also consider: if you are using a confirm-as-you go model where each time the user changes focus in the modal Form the current data control is validated: you have the means to "estimate" (depending on the specific Form and its context) "work done" by the user.

And yet: I think attempts at generalization break-down in specific cases: in a log-in Form I would not want to "save state" when it's closed, and restore it when it is opened. And, imho, saving state at run-time during one user's session is one thing; saving state of data-entry Form controls when the Application is closed quite another issue.

cheers, Bill
«Tell me and I forget. Teach me and I remember. Involve me and I learn.» Benjamin Franklin

GeneralRe: UI Design Question Pin
_Maxxx_22-Dec-15 19:07
professional_Maxxx_22-Dec-15 19:07 
GeneralRe: UI Design Question Pin
BillWoodruff22-Dec-15 19:49
professionalBillWoodruff22-Dec-15 19:49 
GeneralRe: UI Design Question Pin
_Maxxx_22-Dec-15 20:04
professional_Maxxx_22-Dec-15 20:04 
GeneralRe: UI Design Question Pin
Brady Kelly22-Dec-15 20:33
Brady Kelly22-Dec-15 20:33 
GeneralRe: UI Design Question Pin
_Maxxx_22-Dec-15 20:55
professional_Maxxx_22-Dec-15 20:55 
JokeRe: UI Design Question Pin
Brady Kelly22-Dec-15 20:57
Brady Kelly22-Dec-15 20:57 
GeneralRe: UI Design Question Pin
_Maxxx_23-Dec-15 0:18
professional_Maxxx_23-Dec-15 0:18 
GeneralRe: UI Design Question Pin
Nagy Vilmos22-Dec-15 20:42
professionalNagy Vilmos22-Dec-15 20:42 
GeneralRe: UI Design Question Pin
_Maxxx_22-Dec-15 21:00
professional_Maxxx_22-Dec-15 21:00 
GeneralRe: UI Design Question Pin
Nagy Vilmos22-Dec-15 21:25
professionalNagy Vilmos22-Dec-15 21:25 
GeneralRe: UI Design Question Pin
_Maxxx_23-Dec-15 0:17
professional_Maxxx_23-Dec-15 0:17 
GeneralRe: UI Design Question Pin
Jörgen Andersson22-Dec-15 21:04
professionalJörgen Andersson22-Dec-15 21:04 
GeneralRe: UI Design Question Pin
_Maxxx_23-Dec-15 0:20
professional_Maxxx_23-Dec-15 0:20 
GeneralRe: UI Design Question Pin
Nagy Vilmos23-Dec-15 0:35
professionalNagy Vilmos23-Dec-15 0:35 
GeneralRe: UI Design Question Pin
Herbie Mountjoy24-Dec-15 17:03
professionalHerbie Mountjoy24-Dec-15 17:03 
GeneralRe: UI Design Question Pin
Kornfeld Eliyahu Peter22-Dec-15 22:11
professionalKornfeld Eliyahu Peter22-Dec-15 22:11 
GeneralRe: UI Design Question Pin
Nagy Vilmos22-Dec-15 23:37
professionalNagy Vilmos22-Dec-15 23:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.