User abort - small inconsistency
Moderators: Hacker, petermad, Stefan2, white
User abort - small inconsistency
If we cancel copy operation (by using Cancel button in copy dialog), we get a message box "User abort!" with OK and Cancel buttons (and with error icon).
If we cancel delete operation or unpack operation, we get a message box "User abort!" with OK button, but without Cancel button (and with warning icon).
I haven't tested other cancel operations (string 14 and 618 in LNG file), so probably there are more operations with and more operations without Cancel button in message box (and also with different icons).
Regards
If we cancel delete operation or unpack operation, we get a message box "User abort!" with OK button, but without Cancel button (and with warning icon).
I haven't tested other cancel operations (string 14 and 618 in LNG file), so probably there are more operations with and more operations without Cancel button in message box (and also with different icons).
Regards
I can't agree. Of course, program may abort the operation and display a message box _after_ aborting. In this case only OK button has sense.MVV wrote:not all abort operations may be cancelled.
But program can also display this message box before aborting and simply check, which message button has been pressed (OK or Cancel). And continue working as if nothing happened if user pressed Cancel button.
In other words: user aborts some operation, so program displays the message box - but doesn't currently abort the operation. Operation is being aborted only if user confirms this by pressing OK. If not, operation is being continued.
Please also note, that this inconsistency affects translations. Message boxes with OK and Cancel buttons should have a question mark at the end of message text, message boxes with only OK button should have an exclamation mark.
MVV,
Roman
Code: Select all
Cancel operation?
OK Cancel
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
This one will be confusing. 
Something like this:

Something like this:
Code: Select all
Operation will be aborted.
OK Cancel