hello,
i am writing a financial application and i need to write a specialized file open dialog for the user to be able to load stock data files in two different formats: Computrac and CSI.
my dialog has a list view where i need to show these data files.
the format of CSI files can interpreted in three different ways and i need to ask the user which way they prefer. for that i am planning to have a drop down box in each CSI row that the user can change.
the Computrac format can be interpreted in two ways, and for that i have a checkbox.
i am thinking to place these checkboxes/dropdowns in a separate column and show them only for selected item(s) and hide them for unselected items. below is a screen shot.
my question to the usability experts: is this confusing? is there a better way? showing them for every item would make the table crowded, would it not? on the other hand, when there is no selection, the user won't see these controls at all and would not know that they are there.
please give me your opinions. thanks konstantin