ScottM
Taxi to Parking
- Joined
- Jul 19, 2005
- Messages
- 42,530
- Location
- Variable, but somewhere on earth
- Display Name
Display name:
iBazinga!
Ain't this the truth??!@!
ACT synchronization and database repair make Micro$oft look like they have perfect programmers. For Microsoft, the progress bar means something even if the time doesn't. ACT- nope- the progress bar will start over so there is no clue how long something takes.
In all fairness to MS, I can see the time changing on an instantaneous basis due to connection speed changes (internet) or something else accessing the drive, but it would be nice if the spikes were averaged out.
ACT synchronization and database repair make Micro$oft look like they have perfect programmers. For Microsoft, the progress bar means something even if the time doesn't. ACT- nope- the progress bar will start over so there is no clue how long something takes.
I was once asked to put a progress bar in one of my applications. The conversation with the Almighty User went thusly:
Me: "That should be a pretty fast operation... Is it taking a lot of time for you?"
User: "No."
Me: "How long does it take, usually?"
User: "Maybe 5 seconds."
Me (knowing that's on the high end, but whatever): "Has it ever taken longer than that?"
User: "No."
Me: "But you want a progress bar to... Tell you how much time is left? Or... ?"
User: "I think it would look pretty."
Me: "Um... Okay."
So, I threw one in there, updated it on a 10-second timer... Would loop back to 0 if it ever needed to (though it never did.)
User loved it.
I'm trying to think of a single "progress bar" I've ever done or required since 1988 that ever had any link to reality...
Hang on...
I'm thinking....
(Keep posting -- I'll get back to this...)
I can only think of one, and it was a long, long time ago... It was in an app that applied changes en masse to Active Directory accounts. Query to get a collection of accounts --> apply whatever change to the account --> next.
Some machine-local, iterative operation against a collection of a known size makes it pretty easy and useful. But most of the time, you're right, it's neither one of those two things.
Yeah... you can apply some metric... but often it is disconnected from what the user wants/sees.
As a user, I want to know "How long until X is complete?"
Meanwhile the program divided the number of files by 60....
Yeah, true, I didn't ever include an ETA.
"Roxio Media Manager" just provided the following dialog:
"Time remaining: 0 Seconds"That was 4 minutes ago...
I'm trying to think of a single "progress bar" I've ever done or required since 1988 that ever had any link to reality...
Hang on...
I'm thinking....
(Keep posting -- I'll get back to this...)
ftp host@domain.com
cd <path>
ls
bin
[b]hash[/b]
get <bigfile>
I can only think of one, and it was a long, long time ago... It was in an app that applied changes en masse to Active Directory accounts. Query to get a collection of accounts --> apply whatever change to the account --> next.
Some machine-local, iterative operation against a collection of a known size makes it pretty easy and useful. But most of the time, you're right, it's neither one of those two things.
Psh...progress bars.
The closest I've ever come to requiring a progress bar was something to test to see if the program had frozen. It went like this:
| / - \ | / - \ |
Makes it look like its spinning. Every loop would update the character shown. Good stuff.
Psh...progress bars.
The closest I've ever come to requiring a progress bar was something to test to see if the program had frozen. It went like this:
| / - \ | / - \ |
Makes it look like its spinning. Every loop would update the character shown. Good stuff.
Nick:
Back when I still had enough loose brain cells to code, I used that method (as well as the "pulsating Os" (O0o.o0O)) as an easy "is it still iterating or is it dead" check.
Now, programmers use Flash to start a spinning-daisy thingie which tells you less than nothing about what is actually happening.
Psh...progress bars.
The closest I've ever come to requiring a progress bar was something to test to see if the program had frozen. It went like this:
| / - \ | / - \ |
Makes it look like its spinning. Every loop would update the character shown. Good stuff.
You left out the CHR$(13) to move the cursor back.
It surely can't be a sign of just how much of a geek I am.
LOL ... I call those "Microsoft Minutes" which means nothing in any practical sense of time telling.
Reminds me of a license plate I saw on a sports car a while back:
MYCHR27
I thought it was funny. What's not is how few of my developer cohorts don't get it. Maybe it's a sign I've been in the game too long...
It surely can't be a sign of just how much of a geek I am.
Kind of like the Windows help files!
Jean
"anymore" when were they ever useful?Windows has help files? They are almost useless anymore-
I used a little of MS DOS, also some AT&T DOS, HP-DOS, then went MAC. All the while still using VMS on another more useful machine. I came back to Windows in the Win95 time frame and never got any help from the MS help files. If I could not figure something out on my own it was far easier to find someone who did already figure it out and ask them.Back in 16 bit windows from Win 3.1 through Win 98 (but not Windows Me). I actually could find the information I needed.
Windows has help files? They are almost useless anymore- look up a task to get started on how to use it, and you get all the advanced stuff about how to tweak it. We moved to MS office 2007 at work and they rearranged all the buttons and menus- so back to the learning curve.
Windows has help files? They are almost useless anymore- look up a task to get started on how to use it, and you get all the advanced stuff about how to tweak it. We moved to MS office 2007 at work and they rearranged all the buttons and menus- so back to the learning curve.
Sorry for you.We use WordPerfect Office. No MS Word, no Excel.
What other company has the gonads and customer focus to make the first entry of the FAQ: NO!!! YOU CANNOT REMOVE THE RIBBON! It takes up so much of my screen I can't get to useful spots like the tabs and controls on a spreadsheet.
Windows has help files? They are almost useless anymore- look up a task to get started on how to use it, and you get all the advanced stuff about how to tweak it. We moved to MS office 2007 at work and they rearranged all the buttons and menus- so back to the learning curve.
Lotus Notes
I suppose there is a difference between removing and hiding, but you can minimize the ribbon to what effectively becomes a menu bar.
<ahem>
Gaah... Sorry about that. It's a refl--
<cough>
It's a reflex every time I hear the words Lotus N... ... Lotus No... <gulp> Lotus Notes. Phew.
And to think you ridiculed my complaints about our IT group...
It all makes sense now... Because that's not professional incompetence. That's bordering on assault.
And to top it off, the intranet portal is driven by the SAP system.
Somebody made/is making a LOT of money off of this.