Click here to Skip to main content
15,887,850 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: Opinions on Dialog Design? Pin
jschell28-Nov-22 9:30
jschell28-Nov-22 9:30 
GeneralRe: Opinions on Dialog Design? Pin
Gary R. Wheeler13-Nov-22 2:19
Gary R. Wheeler13-Nov-22 2:19 
GeneralRe: Opinions on Dialog Design? Pin
Nelek13-Nov-22 2:40
protectorNelek13-Nov-22 2:40 
GeneralRe: Opinions on Dialog Design? Pin
Mircea Neacsu13-Nov-22 3:28
Mircea Neacsu13-Nov-22 3:28 
GeneralRe: Opinions on Dialog Design? Pin
Gary R. Wheeler13-Nov-22 5:10
Gary R. Wheeler13-Nov-22 5:10 
GeneralRe: Opinions on Dialog Design? Pin
Matt Bond14-Nov-22 6:24
Matt Bond14-Nov-22 6:24 
GeneralRe: Opinions on Dialog Design? Pin
Calin Negru13-Nov-22 4:22
Calin Negru13-Nov-22 4:22 
GeneralRe: Opinions on Dialog Design? Pin
dandy7213-Nov-22 3:41
dandy7213-Nov-22 3:41 
Richard Andrew x64 wrote:
It was extremely difficult to make this work when there were many steps in the particular screen being developed. There were just way too many different states that the screen could be in at any one time to be manageable.


Disaster in the making. If you have a hard time, how's the end user supposed to make sense of it?

Maybe group the related controls that are on each page, so that what used to be one page, is now inside its own user control. So if the wizard had 6 pages, you have 6 user controls, all dropped on the same window as your boss wants it. As far as he'll be able to tell, it's all one page, but internally, at least, everything within each control will be wrapped in its own file/class. That should make it more manageable...?

And just to mess with him - initialize the window so only the first control is enabled - disable (gray out) the other controls. Once those are filled in correctly and validated, disable control #1 and enable control #2, until you've gone through all user controls. Hey, he can't call it a wizard...
GeneralRe: Opinions on Dialog Design? Pin
peterkmx13-Nov-22 3:55
professionalpeterkmx13-Nov-22 3:55 
AnswerRe: Opinions on Dialog Design? Pin
Ravi Bhavnani13-Nov-22 12:23
professionalRavi Bhavnani13-Nov-22 12:23 
GeneralRe: Opinions on Dialog Design? Pin
Wizard of Sleeves13-Nov-22 19:56
Wizard of Sleeves13-Nov-22 19:56 
GeneralRe: Opinions on Dialog Design? Pin
den2k8813-Nov-22 22:48
professionalden2k8813-Nov-22 22:48 
GeneralRe: Opinions on Dialog Design? Pin
den2k8813-Nov-22 22:43
professionalden2k8813-Nov-22 22:43 
GeneralRe: Opinions on Dialog Design? Pin
Dave B 6814-Nov-22 3:08
Dave B 6814-Nov-22 3:08 
GeneralRe: Opinions on Dialog Design? Pin
Richard Andrew x6414-Nov-22 12:27
professionalRichard Andrew x6414-Nov-22 12:27 
GeneralRe: Opinions on Dialog Design? Pin
englebart14-Nov-22 5:20
professionalenglebart14-Nov-22 5:20 
GeneralRe: Opinions on Dialog Design? Pin
SeattleC++14-Nov-22 5:48
SeattleC++14-Nov-22 5:48 
GeneralRe: Opinions on Dialog Design? Pin
Juan Pablo Reyes Altamirano14-Nov-22 6:29
Juan Pablo Reyes Altamirano14-Nov-22 6:29 
GeneralRe: Opinions on Dialog Design? Pin
sasadler14-Nov-22 6:21
sasadler14-Nov-22 6:21 
GeneralRe: Opinions on Dialog Design? Pin
Matt Bond14-Nov-22 6:27
Matt Bond14-Nov-22 6:27 
GeneralRe: Opinions on Dialog Design? Pin
jschell14-Nov-22 6:52
jschell14-Nov-22 6:52 
GeneralRe: Opinions on Dialog Design? Pin
Richard Andrew x6414-Nov-22 12:31
professionalRichard Andrew x6414-Nov-22 12:31 
GeneralRe: Opinions on Dialog Design? Pin
MikeCO1015-Nov-22 2:05
MikeCO1015-Nov-22 2:05 
GeneralRe: Opinions on Dialog Design? Pin
Bruce Patin15-Nov-22 3:22
Bruce Patin15-Nov-22 3:22 
GeneralRe: Opinions on Dialog Design? Pin
Kirk 1038982115-Nov-22 4:04
Kirk 1038982115-Nov-22 4:04 

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.