2015-05-26 21:53 UTC
I have a package of information which is in "dictionary style: 'String A' is corresponding with 'String B'", e.g.
House
Haus
USA
United States of America
Lisp
Lots of insane ....
BMW
Bayrische Motorenwerke
Now I want to create "something" where the user can select the first string, clicks on it and the second string is copied to clipboard. At the moment I don't know what to use for "something"?
- a tree? Strongly structured, but no overview for the user
- a datagrid? Maybe the best way, but more complex to define
- a combo-box?
Any recommendations?
Thanks and bye
House
Haus
USA
United States of America
Lisp
Lots of insane ....
BMW
Bayrische Motorenwerke
Now I want to create "something" where the user can select the first string, clicks on it and the second string is copied to clipboard. At the moment I don't know what to use for "something"?
- a tree? Strongly structured, but no overview for the user
- a datagrid? Maybe the best way, but more complex to define
- a combo-box?
Any recommendations?
Thanks and bye