For Programmers: Free Programming Magazines  


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]

 

Author pop up menu
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?
Adam

2008-01-07, 7:29 pm

"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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com