Home > Archive > Matlab > January 2008 > pop up menu
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| shopana 2008-01-07, 8:21 am |
| hi
in pop up menu i ve different options ,after user selects
the first option in popup menu,the edit text allows user
to enter the values,after that the same value should
appear in the next edit text. is this posible?
can anyone help me?
| |
|
| "shopana " <shopana.e@hcl.in> wrote in message
<flt6bb$nc4$1@fred.mathworks.com>...
> hi
> in pop up menu i ve different options ,after user selects
> the first option in popup menu,the edit text allows user
> to enter the values,after that the same value should
> appear in the next edit text. is this posible?
> can anyone help me?
not very clear, my guess
response = inputdlg('Enter Something', 'Test', 1);
response_2 = inputdlg('Enter Something Else', 'Test 2', 1,
response);
~Adam
|
|
|
|
|