| bio | website | |
|---|---|---|
| location | Lancaster, CA | |
| age | 50 | |
| visits | member for | 2 years, 9 months |
| seen | Nov 26 '12 at 5:40 | |
| stats | profile views | 15 |
These aren't the droids you're looking for.
|
Feb 20 |
awarded | Nice Question |
|
Aug 30 |
comment |
Windows Forms Best Practices This question is way too broad to be answerable in a Q&A format. From the faq: "Your questions should be reasonably scoped. If you can imagine an entire book that answers your question, you’re asking too much. " |
|
Aug 30 |
comment |
Need some advice on UI design for a form with a ListBox If you're getting that much pushback, just use an OK/Cancel pair with confirmation message boxes. That's the "standard" way of doing it anyway. The OK button will process the selected items, the Cancel button will not. |
|
Aug 30 |
comment |
Need some advice on UI design for a form with a ListBox If the cancel button is a potential problem, ask for verification: "You selected some items for processing, are you sure you want to cancel?" |
|
Aug 30 |
answered | Need some advice on UI design for a form with a ListBox |
|
Jul 11 |
answered | What is the expected paging behavior of a tree? |
|
Jun 29 |
comment |
UI Design / Flow - what should “Save” and “Cancel” do? I'm not comfortable with undoing that much all in one shot. If a user does a whole bunch of work, and then hits cancel by mistake, he's going to be pissed. Regardless of what others are saying here, data grids are almost always designed this way; they are "record-centric," and this is how the general public has become accustomed to using them. |
|
Jun 28 |
answered | UI Design / Flow - what should “Save” and “Cancel” do? |
|
Jan 12 |
awarded | Excavator |
|
Jan 12 |
revised |
Save icon, is the floppy disk icon dead? Removed commentary about question veracity. |
|
Jan 12 |
suggested | suggested edit on Save icon, is the floppy disk icon dead? |
|
Jan 12 |
comment |
Save icon, is the floppy disk icon dead? stackoverflow.com/questions/1019573 |
|
Nov 9 |
awarded | Yearling |
|
Nov 9 |
awarded | Student |
|
Nov 8 |
awarded | Commentator |
|
Nov 8 |
asked | What properly goes into the “caption” of a message box? |
|
Sep 22 |
comment |
Why do people clear the screen multiple times when using a calculator? +1 Yes, this. Not the fact that there are two clear buttons (C and CE), but that on many older calculators pressing C once cleared the current entry (CE), and pressing it twice cleared the entire calculation. I still have this muscle memory, and still press the C key twice, just because I don't want to have to think about it. |
|
Aug 1 |
awarded | Talkative |
|
May 19 |
comment |
Control to select (not open) a file on windows I got the image from componentone.com/SuperProducts/FilePickerSilverlight. But you can simulate the same control on any platform by putting a button next to a textbox. The button opens a File/Open dialog, and you put the return value into the textbox. |
|
May 18 |
awarded | Editor |