Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Opinions on Dialog Design?

Opinions on Dialog Design?

Scheduled Pinned Locked Moved The Lounge
designquestiondiscussion
39 Posts 28 Posters 60 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Richard Andrew x64R Richard Andrew x64

    I had a boss one time who personally disliked wizard type interfaces in software. He disliked them so much that he used to design screens and dialog boxes with every step of a multistep process presented all at once. That's right, every button, every textbox, every checkbox that you might encounter in a multistep process all on screen at the same time. 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. Have you ever had a boss who placed unrealistic constraints on your work? And what were some of those constraints?

    The difficult we do right away... ...the impossible takes slightly longer.

    P Offline
    P Offline
    peterkmx
    wrote on last edited by
    #11

    Just a thought: would it help to convince him to use what he asked for in a real-life scenario? - thus make a serious use case evaluation ... I wonder what would be his answer. Perhaps "no, it's too complex", "no, too much work" ... :-)

    1 Reply Last reply
    0
    • Richard Andrew x64R Richard Andrew x64

      I had a boss one time who personally disliked wizard type interfaces in software. He disliked them so much that he used to design screens and dialog boxes with every step of a multistep process presented all at once. That's right, every button, every textbox, every checkbox that you might encounter in a multistep process all on screen at the same time. 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. Have you ever had a boss who placed unrealistic constraints on your work? And what were some of those constraints?

      The difficult we do right away... ...the impossible takes slightly longer.

      C Offline
      C Offline
      Calin Negru
      wrote on last edited by
      #12

      If the wizard evolution is linear it’s easy to present everything at once in one big menu of options. If all the possible options evolve into a tree (early options attract further changes down the chain ) showing all the options at once is difficult or impossible

      1 Reply Last reply
      0
      • Mircea NeacsuM Mircea Neacsu

        Gary R. Wheeler wrote:

        I spend ¾ of my time figuring out how to not add buttons or knobs.

        I think it was Pascal (the man, not the language) that said "I'm sorry I didn't have more time too write a shorter letter". People don't appreciate how much effort goes into making a smaller user interface. My story: I had to design a data acquisition system used on boats with many different sensors from many different manufacturers that rarely have been able to work together in a smooth combination. My choice was to make the configuration part quite complicated with many different options that had to be set correctly in order for the system to run. The data acquisition part, by comparison, was child's play with very few options or controls. The idea was that you would solve all the complicated problems while moored and with time on your hands while out on the water you had better things to do than fiddle with a finicky program. The program was a success and users loved it. Years have passed, many people have passed through marketing and bosses of many users have seen the program at trade shows. Each one came with a great idea like: "Can we see this in 3D?" (yes you could but than you cannot measure anything on screen) "Can we change color of each thing on screen?" (seriously? who has time to play with colors while running a boat?) and so on. On top of that, some of my colleagues added new features and sometimes, instead of putting the effort to make a sound design decision, they just went "oh, let the user decide what he wants. We'll just add check-boxes for the different options."

        Mircea

        G Offline
        G Offline
        Gary R Wheeler
        wrote on last edited by
        #13

        Mircea Neacsu wrote:

        "oh, let the user decide what he wants. We'll just add check-boxes for the different options."

        I've had to do that one far more often than I like. :sigh:

        Software Zen: delete this;

        M 1 Reply Last reply
        0
        • Richard Andrew x64R Richard Andrew x64

          I had a boss one time who personally disliked wizard type interfaces in software. He disliked them so much that he used to design screens and dialog boxes with every step of a multistep process presented all at once. That's right, every button, every textbox, every checkbox that you might encounter in a multistep process all on screen at the same time. 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. Have you ever had a boss who placed unrealistic constraints on your work? And what were some of those constraints?

          The difficult we do right away... ...the impossible takes slightly longer.

          R Offline
          R Offline
          Ravi Bhavnani
          wrote on last edited by
          #14

          Richard Andrew x64 wrote:

          I had a boss one time who personally disliked wizard type interfaces in software.

          It doesn't matter what your boss at the time (who I assumed was some sort of engineering manager) liked or didn't like.  What matters is what the customer wanted.  But I assume he probably wasn't smart enough to realize that. :( /ravi

          My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

          1 Reply Last reply
          0
          • Richard Andrew x64R Richard Andrew x64

            I had a boss one time who personally disliked wizard type interfaces in software. He disliked them so much that he used to design screens and dialog boxes with every step of a multistep process presented all at once. That's right, every button, every textbox, every checkbox that you might encounter in a multistep process all on screen at the same time. 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. Have you ever had a boss who placed unrealistic constraints on your work? And what were some of those constraints?

            The difficult we do right away... ...the impossible takes slightly longer.

            W Offline
            W Offline
            Wizard of Sleeves
            wrote on last edited by
            #15

            Who is this boss who dislikes Wizards? I'll turn him into a toad if he is not careful.

            Nothing succeeds like a budgie without teeth. To err is human, to arr is pirate.

            D 1 Reply Last reply
            0
            • Richard Andrew x64R Richard Andrew x64

              I had a boss one time who personally disliked wizard type interfaces in software. He disliked them so much that he used to design screens and dialog boxes with every step of a multistep process presented all at once. That's right, every button, every textbox, every checkbox that you might encounter in a multistep process all on screen at the same time. 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. Have you ever had a boss who placed unrealistic constraints on your work? And what were some of those constraints?

              The difficult we do right away... ...the impossible takes slightly longer.

              D Offline
              D Offline
              den2k88
              wrote on last edited by
              #16

              I kinda prefer your former boss' UX philosophy, within reason. At the very least I prefer parallel settings rather than sequential, thprugh the usage of tabs for example. Of course in some situations having different steps makes it for a more intuitive interface (case in point: installation wizards) but, barring obvious distortions like what you mentioned, 'complete status display' is the way for me.

              GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

              1 Reply Last reply
              0
              • 1 11917640 Member

                I had a boss that asked me to remove an empty lines from all .c, .cpp files for better performance. Another boss liked to remove all comments from the source code, because good code should be self-descriptive. Finally, I managed to get an exclusive permission from both of them, to use empty lines and write comments.

                D Offline
                D Offline
                den2k88
                wrote on last edited by
                #17

                Nuke them from orbit. It's the only way to be sure.

                GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

                1 Reply Last reply
                0
                • W Wizard of Sleeves

                  Who is this boss who dislikes Wizards? I'll turn him into a toad if he is not careful.

                  Nothing succeeds like a budgie without teeth. To err is human, to arr is pirate.

                  D Offline
                  D Offline
                  den2k88
                  wrote on last edited by
                  #18

                  Do not meddle in the affairs of wizards, for they are subtle and quick to anger.

                  "F*** subtle", added Harry Dresden

                  GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

                  1 Reply Last reply
                  0
                  • O obermd

                    As a general rule I dislike wizards as well, but I prefer to keep my dialogs simpler. The problem with wizard interfaces is they tend to be too many dialogs.

                    M Offline
                    M Offline
                    Member 10652083
                    wrote on last edited by
                    #19

                    I am but a humble user. Yesterday I filled in a satisfaction survey for Argos, which claimed to be quite short. Some of the boxes I checked produced further lists of checkboxes. I started to lose patience, and eventually by experiment chose options which did not produce further checkboxes, in order to finish the thing. Some of the extra checkboxes included questions which had already been asked anyway.

                    1 Reply Last reply
                    0
                    • 1 11917640 Member

                      I had a boss that asked me to remove an empty lines from all .c, .cpp files for better performance. Another boss liked to remove all comments from the source code, because good code should be self-descriptive. Finally, I managed to get an exclusive permission from both of them, to use empty lines and write comments.

                      C Offline
                      C Offline
                      charlieg
                      wrote on last edited by
                      #20

                      Okay, that's not design, it's just ignorance.

                      Charlie Gilley “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759 Has never been more appropriate.

                      1 1 Reply Last reply
                      0
                      • R RickZeeland

                        Often my boss has "simple ideas" that turn into a real nightmare to realize, one of them was combining all config files of our Windows applications in C# into one master config file. Very handy for the guys of support was his reasoning, but not so handy to realize sadly. I made a clunky implementation with mutexes that will guarantee trouble in the future when new inexperienced developers will have to write applications for this mess ... :rolleyes:

                        C Offline
                        C Offline
                        charlieg
                        wrote on last edited by
                        #21

                        I actually work for a guy like that. I live in the UI, and many times he'll walk in and ask for this "one little change" which is cataclysmic to my code base (I refuse to willingly bastardize the code). Interestingly, most of the time this is a requirements issue - he has an idea and hasn't completely conveyed to me what problem we're solving. The ultimate agile development ....

                        Charlie Gilley “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759 Has never been more appropriate.

                        1 Reply Last reply
                        0
                        • C charlieg

                          Okay, that's not design, it's just ignorance.

                          Charlie Gilley “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759 Has never been more appropriate.

                          1 Offline
                          1 Offline
                          11917640 Member
                          wrote on last edited by
                          #22

                          charlieg wrote:

                          Okay, that's not design, it's just ignorance.

                          Morons also need to make design. Otherwise, who will design Python programs?

                          1 Reply Last reply
                          0
                          • Richard Andrew x64R Richard Andrew x64

                            I had a boss one time who personally disliked wizard type interfaces in software. He disliked them so much that he used to design screens and dialog boxes with every step of a multistep process presented all at once. That's right, every button, every textbox, every checkbox that you might encounter in a multistep process all on screen at the same time. 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. Have you ever had a boss who placed unrealistic constraints on your work? And what were some of those constraints?

                            The difficult we do right away... ...the impossible takes slightly longer.

                            D Offline
                            D Offline
                            Dave B 68
                            wrote on last edited by
                            #23

                            Without more context, it is hard to know if your boss was correct or if you were correct in this instance. IMO every project needs to be tailored to its audience and the answer as to if step by step dialog boxes are applicable will vary greatly depending on the audience, the frequency a user will use the UI, and the learning curve just to name a few factors. Who I can say is most often wrong is the person who believes there is always a specific way to do something such as "always create a step by step dialog experience" or "never create a step by step dialog experience". And frequently more junior developers who don't yet have the lay of the land are more likely incorrect by following some "basic rule" someone previously taught them (or they developed) without educating them on the required context for the rule to apply. A good example in this case is the interview step through UI in Turbo Tax. For those of us who fill out a tax form once a year, this is a great interface. Imagine though if you worked at H&R Block and you filled this out every 30 minutes for 8 hours a day. That would be a horrible interface. Same job, same information, different user.

                            Richard Andrew x64R 1 Reply Last reply
                            0
                            • Richard Andrew x64R Richard Andrew x64

                              I had a boss one time who personally disliked wizard type interfaces in software. He disliked them so much that he used to design screens and dialog boxes with every step of a multistep process presented all at once. That's right, every button, every textbox, every checkbox that you might encounter in a multistep process all on screen at the same time. 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. Have you ever had a boss who placed unrealistic constraints on your work? And what were some of those constraints?

                              The difficult we do right away... ...the impossible takes slightly longer.

                              E Offline
                              E Offline
                              englebart
                              wrote on last edited by
                              #24

                              We converted most of our “wizard” UIs to tab paged UIs. Certain tabs only enable for certain conditions, etc. One summary tab for validation errors that navigate to offending tab + field. We also have a few super long forms, but these start with most fields hidden. As you work down the form the relevant lower sections are made visible.

                              1 Reply Last reply
                              0
                              • Richard Andrew x64R Richard Andrew x64

                                I had a boss one time who personally disliked wizard type interfaces in software. He disliked them so much that he used to design screens and dialog boxes with every step of a multistep process presented all at once. That's right, every button, every textbox, every checkbox that you might encounter in a multistep process all on screen at the same time. 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. Have you ever had a boss who placed unrealistic constraints on your work? And what were some of those constraints?

                                The difficult we do right away... ...the impossible takes slightly longer.

                                S Offline
                                S Offline
                                SeattleC
                                wrote on last edited by
                                #25

                                Absolutely everyone thinks they are a UI designer. I once developed a programming language for testing and troubleshooting. (It was even a modest success, with about 1300 users). In my design, decimal numbers were represented as sequences of decimal digits, and hex numbers were a # followed by hex digits 0-9, A-F. The choice was arbitrary, but was a convention used in assemblers and had the advantage of being only one character, unlike the 0x prefix used in C. My boss, who was an electrical engineer, not a programmer, insisted that unadorned series of decimal digits should be hexadecimal, because this was the most likely use in his opinion. I argued the choice was arbitrary and users would adapt to it. I argued that users would be angry when for i = 1 to 10 did sixteen iterations. But he was the manager, and I was nobody, just a masters degree in CS and a few years experience, so I reluctantly implemented his demand. Our first user was IBM. Their number one complaint about the language was how numbers were represented. Duh! I was tasked to "fix it." Of course, adding an # to all numbers made every line longer, and lines had a limit of 255 characters, so the fix wouldn't necessarily work on all programs... Why, oh why do we hire expert language designers and UX experts, and then overrule their expert decisions?

                                1 Reply Last reply
                                0
                                • Richard Andrew x64R Richard Andrew x64

                                  I had a boss one time who personally disliked wizard type interfaces in software. He disliked them so much that he used to design screens and dialog boxes with every step of a multistep process presented all at once. That's right, every button, every textbox, every checkbox that you might encounter in a multistep process all on screen at the same time. 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. Have you ever had a boss who placed unrealistic constraints on your work? And what were some of those constraints?

                                  The difficult we do right away... ...the impossible takes slightly longer.

                                  S Offline
                                  S Offline
                                  sasadler
                                  wrote on last edited by
                                  #26

                                  Actually no. Almost all of my bosses knew that I knew much more about my field of programming than they did (I was a firmware engineer). Only one of my bosses had done any programming at all (he ran a BBS and had done a little BASIC programming).

                                  1 Reply Last reply
                                  0
                                  • G Gary R Wheeler

                                    Mircea Neacsu wrote:

                                    "oh, let the user decide what he wants. We'll just add check-boxes for the different options."

                                    I've had to do that one far more often than I like. :sigh:

                                    Software Zen: delete this;

                                    M Offline
                                    M Offline
                                    Matt Bond
                                    wrote on last edited by
                                    #27

                                    On the desktop app I work on, we have an admin section for that stuff. Let the manager decide. The actual users never have to care.

                                    Bond Keep all things as simple as possible, but no simpler. -said someone, somewhere

                                    1 Reply Last reply
                                    0
                                    • Richard Andrew x64R Richard Andrew x64

                                      I had a boss one time who personally disliked wizard type interfaces in software. He disliked them so much that he used to design screens and dialog boxes with every step of a multistep process presented all at once. That's right, every button, every textbox, every checkbox that you might encounter in a multistep process all on screen at the same time. 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. Have you ever had a boss who placed unrealistic constraints on your work? And what were some of those constraints?

                                      The difficult we do right away... ...the impossible takes slightly longer.

                                      M Offline
                                      M Offline
                                      Matt Bond
                                      wrote on last edited by
                                      #28

                                      How about 1 screen (to meet the boss's requirement) with a tab sheet across the top. Each tab would be the equivalent of a dialog in the wizard. Disable tabs until the correct state is reached. You could even hide tabs. Problem solved!? I fully admit this stinks like a desktop app from the 1990's, but it does work.

                                      Bond Keep all things as simple as possible, but no simpler. -said someone, somewhere

                                      1 Reply Last reply
                                      0
                                      • Richard Andrew x64R Richard Andrew x64

                                        I had a boss one time who personally disliked wizard type interfaces in software. He disliked them so much that he used to design screens and dialog boxes with every step of a multistep process presented all at once. That's right, every button, every textbox, every checkbox that you might encounter in a multistep process all on screen at the same time. 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. Have you ever had a boss who placed unrealistic constraints on your work? And what were some of those constraints?

                                        The difficult we do right away... ...the impossible takes slightly longer.

                                        J Offline
                                        J Offline
                                        Juan Pablo Reyes Altamirano
                                        wrote on last edited by
                                        #29

                                        I would usually ignore suggestions to simplify (I'm a one man team) but this one time, I came back from a long vacation (3 week roadtrip), and I forgot my reasons not to simplify a two button process with one...until I actually tried it. 2 weeks later, a port from R to Python and we have the most mind boggling interface to fill in information, press the red button, and hope the multicore machine finishes in an hour to see if there's any mistakes in the simulations. The other engineers seem happy with it.

                                        1 Reply Last reply
                                        0
                                        • Richard Andrew x64R Richard Andrew x64

                                          I had a boss one time who personally disliked wizard type interfaces in software. He disliked them so much that he used to design screens and dialog boxes with every step of a multistep process presented all at once. That's right, every button, every textbox, every checkbox that you might encounter in a multistep process all on screen at the same time. 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. Have you ever had a boss who placed unrealistic constraints on your work? And what were some of those constraints?

                                          The difficult we do right away... ...the impossible takes slightly longer.

                                          J Offline
                                          J Offline
                                          jschell
                                          wrote on last edited by
                                          #30

                                          Richard Andrew x64 wrote:

                                          I had a boss one time who personally disliked wizard type interfaces

                                          Were you creating software for your boss or for customers?

                                          Richard Andrew x64R 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups