From: bhaskar on
Hi,

I am developing a GUI for one of the small project.

I have a GUI in which a user selects a dynamic input number by entering the number in the editable box. Once he select the number and press "OK", I would like to throw another GUI with number of editable boxes added chosen by the user. I would like to do this from the program dynamically. Please let me know is it possible?
Right now I am able to invoke GUI within GUI but not able to get the editable boxes dynamically.

Thanks in advance,
Bhaskar
From: per isakson on
"bhaskar " <mce.bhaskar(a)gmail.com> wrote in message <i2gcd4$ofe$1(a)fred.mathworks.com>...
> Hi,
>
> I am developing a GUI for one of the small project.
>
> I have a GUI in which a user selects a dynamic input number by entering the number in the editable box. Once he select the number and press "OK", I would like to throw another GUI with number of editable boxes added chosen by the user. I would like to do this from the program dynamically. Please let me know is it possible?
> Right now I am able to invoke GUI within GUI but not able to get the editable boxes dynamically.
>
> Thanks in advance,
> Bhaskar

Yes, it is possible! However, I guess GUIDE is not an appropriate tool for the task.

Maybe the File Exchange Contributions File ID: #26312 or File ID: #25862 could help you. Did you check out inputdlg?

/ per