cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
Choose Language Hide Translation Bar

New User: Sample List Dialog

How do I store the contents of what a user selects in a variable "x" after the OK button is selected.

Code for Sample List Dialog pasted below. Thanks,

names = {KATIE, LOUISE, JANE, JACLYN, LILLIE, KIRK, LAWRENCE};
dlg = Dialog( "Select Names", vlist( selection = List Box( names ), button( "OK" ) ) );
2 REPLIES 2
mpb
mpb
Level VII

Re: New User: Sample List Dialog

Play around with the following:

Re: New User: Sample List Dialog

Thank you.