If I have a dialog to display to the user it has a data item displayed, and 2 seperate actions that can be done to the object. So, it's a resource and we want the user to choose which process they want to follow in order to continue. One option will go to one process and one option will go to another. Should I put the word "or" between the buttons? Does it make sense to mix the language metaphor with the button metaphor in this way?
|
|
No. It's not a good idea. How many times have you seen this:
|
|||
|
|
|
It depends on the format and on the conventions that your application uses. If you use a colloquial labeling convention eg:
I think it's fine to put an OR between the two actions. You will be still offering a coherent user experience and I really doubt that the user will be confused. In case you are keeping a more 'formal' format, you could probably avoid it. Using the OR or ommitting it, it's nearly a subjective conclusion, and I really doubt it can draw radical changes. But, i think it could be a valuable addition in case your way to communicate with the user is colloquial or conversational. |
|||
|
|
You may not use the "OR" explicitly, but as in content design it can read - "Select one action to proceed"
|
|||
This post does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. |
|||
|
Wouldn't it be better to use standard UI features? There's not much to go on in the question, but in Windows it means the user chooses a described option (presented with option buttons) and then the OK button -- which might be disabled until an option has been selected. Or: two buttons always represent "OR", such as "OK" and "Cancel". They represent two mutually-exclusive actions. One or both may be disabled until all relevant data is available. One may conclude that I don't believe stating "OR" explicitly to be a good idea. It's possible to indicate a choice by exploiting standard form controls. |
|||
|
|
|
First of all we can use "Button" if both are primary actions, otherwise we can use "button" for primary action link for secondary action with/without (or). (primary1 + primary2) = button1 button2 (primary1 + secondary1) = button1 (or) link [or] (primary1 + secondary1) = button1 link |
||||
|
|
