| « Prev | Page 1 | Next » |
|
I guess it happens...
Don't see much of a WTF here. |
|
They actually checked for FileNotFound and won!
|
|
You are posting on WTF, Cancel or Allow?
|
|
I've seen this like...a hundred times?
|
|
Nice little chuckle rather than WTF,
But hey it's Friday and soon I'll be in the pub. I'm sure I'v seen this tip message before but can't remember where. |
Use better software, I guess? If there's no tips file, at the very least it should just hide the dialog altogether. But I do like the wording..."Did you know that the tips file does not exist?" :) |
|
That's actually some really nice fault-tolerant design there.
|
|
Today is Friday the 13th - a day of suspicion, doom and strange and vile happenings, and the best you could come up with is that someone wrote code that checked for an error condition and displayed a succinct, accurate and detailed (if useless) message indicating to the user what is wrong?
Hmmm... maybe if the dialog asked "Do you want to play a game?" and then offered a list? |
Agreed. I don't see the WTF in it. |
Agreed. At least it grayed out the "Next Tip" button... CAPTCHA: craaazy - like the day I'm having... |
|
That's not a WTF at all, that's very good design. They expected the error as possible and built the program to handle it gracefully.
I think I've seen that error before... isn't it the GIMP? |
If they hid the dialog then the user does not know why. This is the best way they could have designed it in my opinion. |
|
This may not be a "true" wtf, but getting a "tip" that the tip file isn't there itself is mildly amusing...
Could we possibly be running out of true wtfs? =0 |
|
perhaps this one is more of a "WTF, error checking actually works?"
|
Re: Did You Know?...
2007-04-13 11:52
•
by
Joshua
(unregistered)
|
Would you like to play a game of chess? |
|
I also recognise that dialog. I believe it's taken from a popular tip-of-the-day sample from MFC. Perhaps this one:
http://www.codeguru.com/Cpp/W-D/dislog/tipoftheday/article.php/c1957/ |
1. Tic-tac-toe 2. Global Thermonuclear War 3. Minesweeper 4. Microsoft Hearts (WarGames 95 to current) |
Re: Did You Know?...
2007-04-13 12:04
•
by
fo0bar
(unregistered)
|
That's just a GTK dialog, probably not The GIMP specifically (though GTK was invented for The GIMP originally). |
|
SHALL we play a game?
|
|
Off topic, but this site deserves to see this. Saw it on digg a few minutes ago.
http://flickr.com/photos/jeffcarlson/127632129/ |
|
Haha, wtf. Thats a good one, I like it...
|
|
Hm... Perhaps this is Deja Vu but I could have sworn I've seen this from an article a while back...
|
Re: Did You Know?...
2007-04-13 12:53
•
by
FlyboyFred
(unregistered)
|
It's bad luck to be superstitious. |
|
Good design a WTF does not make.
Lately, the Real WTF™ has been this site's submissions. |
|
Try hitting the ESC key when these popup boxes gain focus, it will close them without mouse movement.
|
Re: Did You Know?...
2007-04-13 13:11
•
by
snoofle
(unregistered)
|
See today's sidebar |
Re: Did You Know?...
2007-04-13 13:25
•
by
jeremy
(unregistered)
|
|
It's from Lotus Notes. I get it everyday..
|
|
The window borders are from a Gnome desktop... pretty cool, actually, first time I've seen a desktop Linux WTF on here :)
|
|
Why y'all hatin'? I don't "LOL" much, but this one made me LOL.
|
Re: Did You Know?...
2007-04-13 14:21
•
by
James
(unregistered)
|
|
Folks: This is Error'd. Funny popups; amusing mistakes. It doesn't have to be a WTF to show up here.
That is all. |
|
laaaaammmmeeeeeee
|
|
In fact, I didn't know that the Tips file didn't exist in the application directory. It's always nice to learn something new :)
|
I've always thought that wouldn't be a bad feature (mainly for the "cancel" ability): "A co-worker is going to ramble for five minutes, cancel or allow?" "Cancel." Would make my day more enjoyable... |
Re: Did You Know?...
2007-04-13 15:46
•
by
Some Random Pop-up Potpourri Fan
(unregistered)
|
If you're a longtime reader of this site, you may have. http://worsethanfailure.com/Articles/Pop-up_Potpourri_0x3a__Announced_By_God.aspx Sixth one from the top. |
Re: Did You Know?...
2007-04-13 16:50
•
by
SomeCoder
(unregistered)
|
I kind of wish you hadn't posted that. Popup Potpourri was WAY better than Error'd and that link just proves it. That depresses me a little :( |
|
This was basically default behaviour for the Tips dialog in VB6, as I recall.
Yes, yes, I know. The real WTF (TM) is that I still remember the default behaviour for obscure VB6 features. |
Re: Did You Know?...
2007-04-15 07:29
•
by
Ananimuss Koward
(unregistered)
|
|
Well; did ya ?
|
Re: Did You Know?...
2007-04-15 07:31
•
by
Brill Gates
(unregistered)
|
|
Yes, yes, I know. The real WTF (TM) is that I still remember the default behaviour for obscure VB6 features.[/quote]
Oh, how I loved VB6 - as quick as it could be dirty |
Re: Did You Know?...
2007-04-16 05:32
•
by
blah
(unregistered)
|
|
"the best way they could have designed it" ?
OK, this is the real WTF : it's perfectly standard practice to nag the user with useless popup saying a barely useful feature doesn't work and that he's probably unable to solve it ? The message could have been "the tip file doesn't exist, do you want to... like... write it yourself, maybe ?" If you really want to handle this error gracefully, either bury it in a log file that will show only to interested users or people trying to troubleshoot the application, or show a real error message saying something useful, like "try to reinstall the application", or "don't worry, a lazy programmer didn't do his documentation job", or "you can download a free tip file at http://www.tipfilr.com" |
Re: Did You Know?...
2007-04-16 06:02
•
by
Kuba
(unregistered)
|
Pardon stating the obvious, but the code for a well designed "TIP" window should just not display itself if it cannot find the tip file. Maybe it should pop up an error message box once or somesuch, but putting the error where a tip would go is just braindead from human factors perspective. |
I'm not entirely sure how I feel about this one. On the one hand, it's not a major feature of the system. Therefore maybe it would be better if it didn't show at all. And then I think about the other side: The IT person who installed this software on someone's PC will want to know if all the features aren't working as they planned. There's always the possibility some tip (which could be considered part of documentation) would solve a problem that the user would otherwise have to call the helpdesk over. Instead they call over the lack of tip, ironic. I'd still say this is a superior solution: for a one day fee of annoying users calling over a faulty tip box, the helpdesk can ensure tips work for the foreseeable future for all their users. |
|
Gotta agree, I miss Pop-Up Potpourri.
|
you two are absolute idiots for not appreciating the artistic genius of this solution. the user is alerted of the problem as gracefully as possible and can uncheck the 'show tips' any time he wants to, so it is indeed only shown once if the user so desires... how can you call this "nagging"? |
| « Prev | Page 1 | Next » |