Hello,
I am a beginner at GUI and there is a step on my code that asks the user to enter an input. So I have done that using
handles.AS = inputdlg ('Fish','Types',D);
where D is D = handles.diff; and the user can say that D is 6 or 7 or whatever.
Now, I want to take that inputdlg (all lines that the user will write) and convert it to listdlg.
I want to have it as a listdlg such that he can choose for which type of fish he wants to upload the text files and then those files will be saved for that type.
So, is it possible to take the input of a user and transform it to a listdlg?
Thanks!
I am a beginner at GUI and there is a step on my code that asks the user to enter an input. So I have done that using
handles.AS = inputdlg ('Fish','Types',D);
where D is D = handles.diff; and the user can say that D is 6 or 7 or whatever.
Now, I want to take that inputdlg (all lines that the user will write) and convert it to listdlg.
I want to have it as a listdlg such that he can choose for which type of fish he wants to upload the text files and then those files will be saved for that type.
So, is it possible to take the input of a user and transform it to a listdlg?
Thanks!