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. progress bar - why???

progress bar - why???

Scheduled Pinned Locked Moved The Lounge
questionlampsysadminsales
56 Posts 25 Posters 7 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.
  • OriginalGriffO OriginalGriff

    Not if it is a silent track...

    Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #26

    You regularly change the volume when listening to blank CDs do you?

    ============================== Nothing to say.

    OriginalGriffO 1 Reply Last reply
    0
    • T TorstenH

      Hey! Our customer wants a progress bar for the transmission of messages (which is done by the services on the server...). Why do people need progress bars? don't they believe the computer is actually working? I start to hate this stuff. Why do people need indicators for a device running when it is obvious? My wife got a new computer (Dell AllinOne 23") which has a giant, annoying blue light on the power supply plug. My computer has a LED at the WLAN-Device on the backside of the machine. WTF - who cares for a light on the backside of the computer under the table? My NAS is blinking like lightning when one of us is accessing some data. Why? No one even sees this as the NAS is standing in the basement. The light is totally annoying - I don't need to switch lights on in the basement when the NAS is running. My TV has a LED to show that it's on. It usually shows the TV-program too when it's on - so why does it need a light indicating that it's on? My toaster got a LED to show it's on. My mixer has a light to show it's on. Even the fridge has a LED. I'm actually waiting for a lamp with a LED indicating that it's on.

      regards Torsten I never finish anyth...

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #27

      Reminds me of that Simpsons when Homer became an inventor. He invented the "Everythings OK Alarm." Homer - "THIS ALARM..." Alarm - "BEEEEEP BEEEP" Homer - "WILL CONTINUE..." Alarm - "BEEEEEP BEEEP" Homer - "TO GO OFF..." Alarm - "BEEEEEP BEEEP" Homer - "AS LONG AS..." Alarm - "BEEEEEP BEEEP" Homer - "EVERYTHING..." Alarm - "BEEEEEP BEEEP" Homer - "IS OK!" ALARM - "BEEEEEP BEEEP" But I agree with most people here. Indicators are useful. Some may seem pointless to you. But that is likely because you have yet had to troubleshoot it not working. I do understand your point though. In many cases it is highly ineffective to add progress bars as it hurts the performance. I had a system once that did a lot of number crunching. At my fault the algorithm was not ideal at first and the users complained about responce time and wanted a progress bar. So I added it (just want to point out at this point I was very much Jr. at this time). Eventually I caught the flaw in my algorithm and adjusted it. Much faster but I remember thinking, what the heck it still seems kinda slow. Caught rid of the progress bar and blamo it was not even noticable. Lesson learned: Give the EUs what they need for updating, but always go back and double check if it is still needed. This goes for more than just the progress bar. Running out of realstate space. "What the heck is this checkbox?". Hmmm looks like it some some business logic but is eventually dropped. A little digging shows it 'was' a requirement but was changed to be a enum combo selector else where on the UI.

      Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

      L 1 Reply Last reply
      0
      • T TorstenH

        Hey! Our customer wants a progress bar for the transmission of messages (which is done by the services on the server...). Why do people need progress bars? don't they believe the computer is actually working? I start to hate this stuff. Why do people need indicators for a device running when it is obvious? My wife got a new computer (Dell AllinOne 23") which has a giant, annoying blue light on the power supply plug. My computer has a LED at the WLAN-Device on the backside of the machine. WTF - who cares for a light on the backside of the computer under the table? My NAS is blinking like lightning when one of us is accessing some data. Why? No one even sees this as the NAS is standing in the basement. The light is totally annoying - I don't need to switch lights on in the basement when the NAS is running. My TV has a LED to show that it's on. It usually shows the TV-program too when it's on - so why does it need a light indicating that it's on? My toaster got a LED to show it's on. My mixer has a light to show it's on. Even the fridge has a LED. I'm actually waiting for a lamp with a LED indicating that it's on.

        regards Torsten I never finish anyth...

        S Offline
        S Offline
        Stefan_Lang
        wrote on last edited by
        #28

        There's so many things that can go wrong when software is involved, a simple LED isn't sufficient to indicate the current state. E. g. if the LED isn't on, it might mean any of the following: - there's nothing to transfer (i. e. all is well) - the transfer has already completed (and it was so fast you missed out on the 1/100th second it was actually on) - the LED is defective - the software isn't properly activating the LED, but otherwise working fine - the software is broken - the hardware is broken - the network is broken - the server isn't responding - you're blind :cool: OTOH is the LED is on, it might mean - transferring (i. e. all is well) - hanging - the LED is defective - the software isn't properly deactivating the LED, but otherwise working fine - the software is broken - the hardware is broken - the network is broken - the server isn't responding A progress bar can offer a lot more information: if it keeps updating, this indicates: - the task is, in fact, progressing - in particular it doesn't hang, even if it is taking longer than you expected - your software, hardware, and network is fine - server is working as well - you get a rough estimate of how long it will take to finish (provided the bar is non-cyclic) It is much more unlikely that there is a problem with the progress bar when it does indicate progress. OTOH if it doesn't progress, it's not so much different from the LED ;)

        1 Reply Last reply
        0
        • L Lost User

          Reminds me of that Simpsons when Homer became an inventor. He invented the "Everythings OK Alarm." Homer - "THIS ALARM..." Alarm - "BEEEEEP BEEEP" Homer - "WILL CONTINUE..." Alarm - "BEEEEEP BEEEP" Homer - "TO GO OFF..." Alarm - "BEEEEEP BEEEP" Homer - "AS LONG AS..." Alarm - "BEEEEEP BEEEP" Homer - "EVERYTHING..." Alarm - "BEEEEEP BEEEP" Homer - "IS OK!" ALARM - "BEEEEEP BEEEP" But I agree with most people here. Indicators are useful. Some may seem pointless to you. But that is likely because you have yet had to troubleshoot it not working. I do understand your point though. In many cases it is highly ineffective to add progress bars as it hurts the performance. I had a system once that did a lot of number crunching. At my fault the algorithm was not ideal at first and the users complained about responce time and wanted a progress bar. So I added it (just want to point out at this point I was very much Jr. at this time). Eventually I caught the flaw in my algorithm and adjusted it. Much faster but I remember thinking, what the heck it still seems kinda slow. Caught rid of the progress bar and blamo it was not even noticable. Lesson learned: Give the EUs what they need for updating, but always go back and double check if it is still needed. This goes for more than just the progress bar. Running out of realstate space. "What the heck is this checkbox?". Hmmm looks like it some some business logic but is eventually dropped. A little digging shows it 'was' a requirement but was changed to be a enum combo selector else where on the UI.

          Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #29

          Collin Jasnoch wrote:

          I had a system once that did a lot of number crunching. At my fault the algorithm was not ideal at first and the users complained about responce time and wanted a progress bar.

          A previous system I worked on had a process or report that took about 10 minutes to run. Had done for years. We then got it down to under a minute. Users complained. They liked to be able to kick it off running then go outside for a cigarette while it did so. We had stolen a smoke break from them.

          Every man can tell how many goats or sheep he possesses, but not how many friends.

          1 Reply Last reply
          0
          • L Lost User

            You regularly change the volume when listening to blank CDs do you?

            ============================== Nothing to say.

            OriginalGriffO Offline
            OriginalGriffO Offline
            OriginalGriff
            wrote on last edited by
            #30

            No, but if it is a silent track (and they do exist : 4'33"[^] and "Three Minutes of Silence" - can't find a reference quickly) you might not realize and assume the volume is not up high enough.

            Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."

            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
            "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

            L 1 Reply Last reply
            0
            • T TorstenH

              The customer is not always right. The customer is able to ask for wired stuff that doesn't make sense. Check this: http://clientsfromhell.net/[^] - the link was posted today by someone here. Nice one.

              regards Torsten I never finish anyth...

              S Offline
              S Offline
              Slacker007
              wrote on last edited by
              #31

              My take on this is: The customer is always right. If you want to keep them as a customer then do it their way. If you don't want to do it their way, then drop them as a client. If I want to keep my customer's business and they want their forms to be hot pink, then guess what? Pink it is. Progress bars galore. Stupid shite will be the order of the day.

              Just along for the ride. "the meat from that butcher is just the dogs danglies, absolutely amazing cuts of beef." - DaveAuld (2011)
              "No, that is just the earthly manifestation of the Great God Retardon." - Nagy Vilmos (2011)

              L 1 Reply Last reply
              0
              • OriginalGriffO OriginalGriff

                No, but if it is a silent track (and they do exist : 4'33"[^] and "Three Minutes of Silence" - can't find a reference quickly) you might not realize and assume the volume is not up high enough.

                Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #32

                Is it just me who has to have the volume on an even number?

                Every man can tell how many goats or sheep he possesses, but not how many friends.

                OriginalGriffO B P L S 5 Replies Last reply
                0
                • S Slacker007

                  My take on this is: The customer is always right. If you want to keep them as a customer then do it their way. If you don't want to do it their way, then drop them as a client. If I want to keep my customer's business and they want their forms to be hot pink, then guess what? Pink it is. Progress bars galore. Stupid shite will be the order of the day.

                  Just along for the ride. "the meat from that butcher is just the dogs danglies, absolutely amazing cuts of beef." - DaveAuld (2011)
                  "No, that is just the earthly manifestation of the Great God Retardon." - Nagy Vilmos (2011)

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #33

                  Quite. A lot of developers seem to think the systems they create are for themselves, and not for users.

                  Every man can tell how many goats or sheep he possesses, but not how many friends.

                  1 Reply Last reply
                  0
                  • L Lost User

                    Is it just me who has to have the volume on an even number?

                    Every man can tell how many goats or sheep he possesses, but not how many friends.

                    OriginalGriffO Offline
                    OriginalGriffO Offline
                    OriginalGriff
                    wrote on last edited by
                    #34

                    It's just you. I think. Damnit, I'll have to look now!:~

                    Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."

                    "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                    "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                    1 Reply Last reply
                    0
                    • T TorstenH

                      Hey! Our customer wants a progress bar for the transmission of messages (which is done by the services on the server...). Why do people need progress bars? don't they believe the computer is actually working? I start to hate this stuff. Why do people need indicators for a device running when it is obvious? My wife got a new computer (Dell AllinOne 23") which has a giant, annoying blue light on the power supply plug. My computer has a LED at the WLAN-Device on the backside of the machine. WTF - who cares for a light on the backside of the computer under the table? My NAS is blinking like lightning when one of us is accessing some data. Why? No one even sees this as the NAS is standing in the basement. The light is totally annoying - I don't need to switch lights on in the basement when the NAS is running. My TV has a LED to show that it's on. It usually shows the TV-program too when it's on - so why does it need a light indicating that it's on? My toaster got a LED to show it's on. My mixer has a light to show it's on. Even the fridge has a LED. I'm actually waiting for a lamp with a LED indicating that it's on.

                      regards Torsten I never finish anyth...

                      C Offline
                      C Offline
                      Chris Meech
                      wrote on last edited by
                      #35

                      TorstenH. wrote:

                      My TV has a LED to show that it's on.

                      Oddly, I've a Samsung TV and it's got what I guess you would call a stand-by light. When the light is off, the TV is on and when the light is on, the TV is off. Oh and when the TV is switching states, the light flickers. One day for amusement, I'll see how much power it draws in stand-by mode. Hope it won't be a surprise. :)

                      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]

                      1 Reply Last reply
                      0
                      • L Lost User

                        Is it just me who has to have the volume on an even number?

                        Every man can tell how many goats or sheep he possesses, but not how many friends.

                        B Offline
                        B Offline
                        BobJanova
                        wrote on last edited by
                        #36

                        It doesn't have to be even (5s are generally also ok, and 9, and less so multiples of 3), but I definitely prefer some numbers to others.

                        L 1 Reply Last reply
                        0
                        • B BobJanova

                          It doesn't have to be even (5s are generally also ok, and 9, and less so multiples of 3), but I definitely prefer some numbers to others.

                          L Offline
                          L Offline
                          Lost User
                          wrote on last edited by
                          #37

                          Yeah, I can cope with 5s too. Acceptable numbers for volume are 0 2 4 6 8 10 12 14 16 18 20 22 25 28 30 32 35 38 and so on. My missus only accepts even numbers so we have a battle of wills over the mid 20s. Erm, how do you spell OCD again?

                          Every man can tell how many goats or sheep he possesses, but not how many friends.

                          P S 2 Replies Last reply
                          0
                          • W Wjousts

                            Might I suggest this[^] as a solution?

                            Q Offline
                            Q Offline
                            QuiJohn
                            wrote on last edited by
                            #38

                            Wjousts wrote:

                            Might I suggest this[^] as a solution?

                            I just used that high tech solution to cut down on the LED's my AT&T U-verse box displays. Now if only there was as simple a solution to get the thing NOT TO CRASH. Grumble grumble.

                            S 1 Reply Last reply
                            0
                            • L Lost User

                              Is it just me who has to have the volume on an even number?

                              Every man can tell how many goats or sheep he possesses, but not how many friends.

                              P Offline
                              P Offline
                              Peter Mulholland
                              wrote on last edited by
                              #39

                              No, it's not just you, although I don't really give it any thought, I usually just adjust to an even number rather than an odd one.

                              Pete

                              1 Reply Last reply
                              0
                              • L Lost User

                                Yeah, I can cope with 5s too. Acceptable numbers for volume are 0 2 4 6 8 10 12 14 16 18 20 22 25 28 30 32 35 38 and so on. My missus only accepts even numbers so we have a battle of wills over the mid 20s. Erm, how do you spell OCD again?

                                Every man can tell how many goats or sheep he possesses, but not how many friends.

                                P Offline
                                P Offline
                                Peter Mulholland
                                wrote on last edited by
                                #40

                                CDO

                                Pete

                                L 1 Reply Last reply
                                0
                                • P Peter Mulholland

                                  CDO

                                  Pete

                                  L Offline
                                  L Offline
                                  Lost User
                                  wrote on last edited by
                                  #41

                                  Ah, nicely alphabetized. I have OC/DC. It is like OCD but it fuckin' rocks man.

                                  Every man can tell how many goats or sheep he possesses, but not how many friends.

                                  1 Reply Last reply
                                  0
                                  • L Lost User

                                    Is it just me who has to have the volume on an even number?

                                    Every man can tell how many goats or sheep he possesses, but not how many friends.

                                    L Offline
                                    L Offline
                                    Lost User
                                    wrote on last edited by
                                    #42

                                    ChrisElston wrote:

                                    Is it just me who has to have the volume on an even number?

                                    Nah, its just you. I have my 100W Peavey valve amp on 11! :-D

                                    ============================== Nothing to say.

                                    L 1 Reply Last reply
                                    0
                                    • T TorstenH

                                      Hey! Our customer wants a progress bar for the transmission of messages (which is done by the services on the server...). Why do people need progress bars? don't they believe the computer is actually working? I start to hate this stuff. Why do people need indicators for a device running when it is obvious? My wife got a new computer (Dell AllinOne 23") which has a giant, annoying blue light on the power supply plug. My computer has a LED at the WLAN-Device on the backside of the machine. WTF - who cares for a light on the backside of the computer under the table? My NAS is blinking like lightning when one of us is accessing some data. Why? No one even sees this as the NAS is standing in the basement. The light is totally annoying - I don't need to switch lights on in the basement when the NAS is running. My TV has a LED to show that it's on. It usually shows the TV-program too when it's on - so why does it need a light indicating that it's on? My toaster got a LED to show it's on. My mixer has a light to show it's on. Even the fridge has a LED. I'm actually waiting for a lamp with a LED indicating that it's on.

                                      regards Torsten I never finish anyth...

                                      E Offline
                                      E Offline
                                      emartinho
                                      wrote on last edited by
                                      #43

                                      Sorry but had to down-vote your rant (you forgot the rant emoticon btw! :)) because it really doesn't make sense at all. Let's use an example: "Wow, I ran that file copy from the network to my drive 10 minutes ago and it's still not done". (Yes it's a cheap example, but an easy one to pick apart.) In your world we couldn't check the progress bar or the mouse cursor to see if the copy process is moving forward (albeit maybe slowly, could it be a network issue???), nor could we look at the Network port to see if there's a constant data stream, nor could we look at the harddrive light to see if there was any constant activity. Therefore, in your world, we could either wait (and wait, and wait), or have to kill a running process (which can lead to other issues depending on OS, on if it's a shared user in multi-user environment, etc..). In your world, there is no indicator of whether we actually still have a network connection (who needs that icon flashing on the task bar, or the lights on the network card???), nor whether our computer's WiFi hardware is actually enabled (who needs that LED on the laptop's keyboard???). So, I can't agree with your rant. We need these indicators to allow us to diagnose potential issues with our machines. Thanks for the debate starter, though! :thumbsup: -EM

                                      1 Reply Last reply
                                      0
                                      • L Lost User

                                        ChrisElston wrote:

                                        Is it just me who has to have the volume on an even number?

                                        Nah, its just you. I have my 100W Peavey valve amp on 11! :-D

                                        ============================== Nothing to say.

                                        L Offline
                                        L Offline
                                        Lost User
                                        wrote on last edited by
                                        #44

                                        I can't believe it took nearly an hour for someone to put 11. Have 5 just to annoy you.

                                        Every man can tell how many goats or sheep he possesses, but not how many friends.

                                        1 Reply Last reply
                                        0
                                        • W Wjousts

                                          Might I suggest this[^] as a solution?

                                          R Offline
                                          R Offline
                                          Rajesh R Subramanian
                                          wrote on last edited by
                                          #45

                                          You may not. Because as you see from the picture in my link, the LED is situated right somewhere in between the internal air suction valve and I cannot put a tape or anything on there. I was even thinking of opening it up and cutting the wire that supplies power to the LED, but that would have voided my warranty. Either ways, it was a stupid thing that they've designed. I can accept a led on a tv or even a blender, but this thing has to stay on while I may sleep and I couldn't accept it illuminating the whole room.

                                          "Real men drive manual transmission" - Rajesh.

                                          W 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