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. UI Question

UI Question

Scheduled Pinned Locked Moved The Lounge
designquestiontutorialdiscussionworkspace
50 Posts 38 Posters 0 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.
  • L Lost User

    Greetings, I'm building a new application template and I'm not sure how to handle one part of the User Interface. If a user has a configuration screen open and they wish to close it I don't know what buttons I should include. Theoretically, you could have 'Close', 'Cancel', 'Ok', and 'Apply' - which seems a bit much. Close: Close without saving. Cancel: Close without saving. OK: Save then close. Apply: Save but don't close. It used to be that I'd just follow what Microsoft does but I've found the 'OK' button confuses people. They usually end up pressing 'Apply' and then 'OK'. There comes a point when multiple options just confuse people. I'd like to reduce the number of buttons. Maybe 'OK' and 'Close' where the user gets a warning message if 'Close' would result in changes being lost. What do you think?

    T Offline
    T Offline
    Thornik
    wrote on last edited by
    #40

    OK + Cancel.

    1 Reply Last reply
    0
    • T TorstenH

      +5 on this answer, I don't know what the others have been drinking or smoking, but - Cancel, - Apply and - Close or Save are the common set of buttons you'll find in nearly all applications. "close without saving" "close with saving" How do you want to integrate THAT into an application? What's next? A button labeled "try-out-and-do-not-use-further-more-when-not-working"? I have translations in my applications that make a single word into a complete sentence kind of thingy (Arabic wording, don't ask me why). I don't want to know what a "close without saving" button would do to my layouts...

      regards Torsten When I'm not working

      J Offline
      J Offline
      jsc42
      wrote on last edited by
      #41

      Close without Saving = Quit So all you need is Save (should not be enabled if no unsaved changes) Close (this should prompt to save if there are any unsaved changes) Quit (closes without saving) Put in that order - safest to least safe.

      1 Reply Last reply
      0
      • P Pete OHanlon

        There's a reason that the TaskDialog was introduced by MS, and why it provides the option to give more descriptive options. What you have described is a technology-centric view of the world, and may not reflect the actions that users expect. The theory goes that you should be able to drop somebody with no computer experience in front of your application and they should be able to use your application immediately without guidance. Just because we, who use technology every day, know what these terms mean in this context doesn't mean that my father would - and I pick him because he's one of the stubbornest technophobes I've ever met. You can capitalise the word THIS all you like but it doesn't get away from the fact that it's only your opinion that this is correct.

        *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

        "Mind bleach! Send me mind bleach!" - Nagy Vilmos

        CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

        F Offline
        F Offline
        Fabio Franco
        wrote on last edited by
        #42

        Pete O'Hanlon wrote:

        The theory goes that you should be able to drop somebody with no computer experience in front of your application and they should be able to use your application immediately without guidance.

        Nobody wants to read the manual these days...

        To alcohol! The cause of, and solution to, all of life's problems - Homer Simpson ---- Our heads are round so our thoughts can change direction - Francis Picabia

        1 Reply Last reply
        0
        • L Lost User

          Greetings, I'm building a new application template and I'm not sure how to handle one part of the User Interface. If a user has a configuration screen open and they wish to close it I don't know what buttons I should include. Theoretically, you could have 'Close', 'Cancel', 'Ok', and 'Apply' - which seems a bit much. Close: Close without saving. Cancel: Close without saving. OK: Save then close. Apply: Save but don't close. It used to be that I'd just follow what Microsoft does but I've found the 'OK' button confuses people. They usually end up pressing 'Apply' and then 'OK'. There comes a point when multiple options just confuse people. I'd like to reduce the number of buttons. Maybe 'OK' and 'Close' where the user gets a warning message if 'Close' would result in changes being lost. What do you think?

          A Offline
          A Offline
          Anubisasc
          wrote on last edited by
          #43

          I prefer the following as it hasnt raised any confusion for my users. Cancel - close without saving Done - close with saving In the experience that I have had, making it a 'plain enlish' as possible works the best. These two options are great for users as it's simple to understand. Now, if I needed a 'save without closing' option (and it has been rare) then I just label as 'save w/out closing' or similar.

          1 Reply Last reply
          0
          • L Lost User

            Pete:

            Close without saving Save and close Save without closing

            One more, Close without opening. My 5.

            Happy Programming

            B Offline
            B Offline
            BrainiacV
            wrote on last edited by
            #44

            Don't forget

            Halt and Catch Fire

            Psychosis at 10 Film at 11 Those who do not remember the past, are doomed to repeat it. Those who do not remember the past, cannot build upon it.

            C 1 Reply Last reply
            0
            • L Lost User

              Greetings, I'm building a new application template and I'm not sure how to handle one part of the User Interface. If a user has a configuration screen open and they wish to close it I don't know what buttons I should include. Theoretically, you could have 'Close', 'Cancel', 'Ok', and 'Apply' - which seems a bit much. Close: Close without saving. Cancel: Close without saving. OK: Save then close. Apply: Save but don't close. It used to be that I'd just follow what Microsoft does but I've found the 'OK' button confuses people. They usually end up pressing 'Apply' and then 'OK'. There comes a point when multiple options just confuse people. I'd like to reduce the number of buttons. Maybe 'OK' and 'Close' where the user gets a warning message if 'Close' would result in changes being lost. What do you think?

              C Offline
              C Offline
              CodingVictim
              wrote on last edited by
              #45

              Have you asked the USERS? Give them an option, one with and one without the Apply button. Let them tell you what they want to see and what works best for them.

              1 Reply Last reply
              0
              • B BrainiacV

                Don't forget

                Halt and Catch Fire

                Psychosis at 10 Film at 11 Those who do not remember the past, are doomed to repeat it. Those who do not remember the past, cannot build upon it.

                C Offline
                C Offline
                Chris Ross 2
                wrote on last edited by
                #46

                Lovely trip down memory lane :) Haven't come across that instruction since playing around with 8 bit micros!

                B 1 Reply Last reply
                0
                • C Chris Ross 2

                  Lovely trip down memory lane :) Haven't come across that instruction since playing around with 8 bit micros!

                  B Offline
                  B Offline
                  BrainiacV
                  wrote on last edited by
                  #47

                  I think it was part of the IBM S/370 instruction set when I first encountered it. :laugh:

                  Psychosis at 10 Film at 11 Those who do not remember the past, are doomed to repeat it. Those who do not remember the past, cannot build upon it.

                  1 Reply Last reply
                  0
                  • L Lost User

                    Greetings, I'm building a new application template and I'm not sure how to handle one part of the User Interface. If a user has a configuration screen open and they wish to close it I don't know what buttons I should include. Theoretically, you could have 'Close', 'Cancel', 'Ok', and 'Apply' - which seems a bit much. Close: Close without saving. Cancel: Close without saving. OK: Save then close. Apply: Save but don't close. It used to be that I'd just follow what Microsoft does but I've found the 'OK' button confuses people. They usually end up pressing 'Apply' and then 'OK'. There comes a point when multiple options just confuse people. I'd like to reduce the number of buttons. Maybe 'OK' and 'Close' where the user gets a warning message if 'Close' would result in changes being lost. What do you think?

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

                    There is one application suite that I use where the devlopers forgot to call apply() in their OK() code. There are both OK and Cancel buttons, but they perform the same operation because OK does NOT save the changes. Only Apply saves the changes. Since you MUST hit apply to save the changes no matter what, they probably should have had Apply and Close. We upgraded to a new version... Maybe they fixed it, maybe they didn't, but I still keep clicking Apply+OK no matter what. I haven't even bothered to check because I have the gut feeling that if they fixed it, they probably fixed it on certain dialogs and not others!

                    1 Reply Last reply
                    0
                    • C Chris Meech

                      One button. Only. It say's "I'm Done". When the user clicks it, close the dialog and then prompt the user for what action to take. If there are changes, prompt for whether to save them or not. It's pretty simple, much like indexes that start at zero. ;P

                      Chris Meech I am Canadian. [heard in a local bar] In theory there is no difference between theory and practice. In practice there is. [Yogi Berra] posting about Crystal Reports here is like discussing gay marriage on a catholic church’s website.[Nishant Sivakumar]

                      W Offline
                      W Offline
                      Waldemar Sauer
                      wrote on last edited by
                      #49

                      I definitely like this answer. Maybe the wording can be reduced to one word, e.g. "Finish". But it also depends on your users. If they are typical Microsoft Office and Excel users, find a dialog somewhere in Office or Excel that does something similar and mimic it.

                      1 Reply Last reply
                      0
                      • L Lost User

                        Greetings, I'm building a new application template and I'm not sure how to handle one part of the User Interface. If a user has a configuration screen open and they wish to close it I don't know what buttons I should include. Theoretically, you could have 'Close', 'Cancel', 'Ok', and 'Apply' - which seems a bit much. Close: Close without saving. Cancel: Close without saving. OK: Save then close. Apply: Save but don't close. It used to be that I'd just follow what Microsoft does but I've found the 'OK' button confuses people. They usually end up pressing 'Apply' and then 'OK'. There comes a point when multiple options just confuse people. I'd like to reduce the number of buttons. Maybe 'OK' and 'Close' where the user gets a warning message if 'Close' would result in changes being lost. What do you think?

                        V Offline
                        V Offline
                        VE2
                        wrote on last edited by
                        #50

                        Replace Apply with Help?

                        73

                        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