Page 1 of 1

Soft Patching need confirmation for "delete" action

Posted: 06 May 2011, 21:26
by Pink LD
Support:
Soft Patching does not have a confirmation screen for the right click choice of "Delete". I wanted to edit a patch and accidentally click "Delete" and *POOF* my patch was gone. I don't mind if "Edit" doesn't have a confirmation screen but "Delete" would be nice, i.e. "Are you sure you want to delete this patch? Yes? No?"

Re: Soft Patching

Posted: 07 May 2011, 17:10
by support
You can accidentally delete only one line, which is not a so big problem !
We are afraid the confirmation for each "delete" action would be a bit boring (imagine when you have to delete many lines).

Re: Soft Patching need confirmation for "delete" action

Posted: 08 May 2011, 09:10
by Pink LD
I see your point. I only lost 8-10 lights I had patched so I fixed it fairly quickly.
Having said that I can't "shift" or "Alt" select multiple channels to mass delete a patch. So I still have to delete a patch channel by channel in preparation of the next patch of the next show.

Re: Soft Patching need confirmation for "delete" action

Posted: 09 May 2011, 07:47
by support
Understood.
"multi-selection for delete lines in dmx patch" is added in the TODO list.

Re: Soft Patching need confirmation for "delete" action

Posted: 09 May 2011, 17:24
by Pink LD
Tango Yankee! :D

Re: Soft Patching

Posted: 22 June 2011, 11:48
by Arjan
support wrote:We are afraid the confirmation for each "delete" action would be a bit boring (imagine when you have to delete many lines).
Quite so, confirmation boxes are bad :D . It's much, much better to provide a good UNDO functionality so that the user can recover from accidents. In a dialog box a common and 'simple' way of providing some form of UNDO is to have both a Cancel and an Apply button. Cancel effectively undoes allthe changes since the dialog was created. Not perfect (especially if it's a tabbed dialog: what does the Cancel button do exactly, what happens if you switch tabs?) but it can save your skin sometimes. Even better is a multi-level undo/redo.

About Face by Alan Cooper is my favorite book on user interface design, although the 3rd edition does have a bit more management blah blah than I like. Still contains lots of good advice though and some amusing examples of bad interface design.