create a gui with list box ?

1 view (last 30 days)
Arun Badigannavar
Arun Badigannavar on 21 Nov 2012
I want to develop a GUI ,where two list boxes should be there and in the first Listbox am displaying some folder names,in the second listbox I want to display details of each folder from listbox1 ,on click of particular folder in listbox1 it shoud display the folder contents in the listbox2, I developed one listbox which displays folder names am unable to link it to the second listbox
  5 Comments
Arun Badigannavar
Arun Badigannavar on 21 Nov 2012
am unable to put the folder details from one listbox to the other listbox and,its opening oly for two steps when doubleclick in the listbox1
Jan
Jan on 21 Nov 2012
Edited: Jan on 21 Nov 2012
@Arun: It is not useful to post a pile of unformatted code. In opposite it makes reading this thread harder such that this reduces the chance to get a helpful answer. Therefore it is recommended to post a minimal code snippet only, which reproduces the mentioned problem.
The explanation "I am unable" does not allow for an efficient answer, because we have to guess too much what's actually happening when your program runs.

Sign in to comment.

Accepted Answer

Jan
Jan on 21 Nov 2012
Have you seen this excellent example: FEX: uipickfiles-uigetfile-on-steroids ?
I assume you find all required techniques there.

More Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!