Re: Import using Button( GUI)
- To: mathgroup at smc.vnet.net
- Subject: [mg102780] Re: [mg102753] Import using Button( GUI)
- From: Jaebum Jung <jaebum at wolfram.com>
- Date: Thu, 27 Aug 2009 06:33:22 -0400 (EDT)
- References: <200908261143.HAA11412@smc.vnet.net>
Do you mean something like this? Button["Import Test", test = Import[ SystemDialogInput["FileOpen", WindowTitle -> "Select File"]]; Print[test], Method -> "Queued"] - Jaebum Hemangi Wadekar wrote: > Hello, > > > Is there any way to Import a file using GUI? > > I tried using Button and importing from inside the Button[] code--but it does not work. > > I was wondering if this is due to scoping issues. > > Any pointers, please? > > > > Thanks, > > Hemangi > > _________________________________________________________________ > >
- References:
- Import using Button( GUI)
- From: Hemangi Wadekar <hemangi29@hotmail.com>
- Import using Button( GUI)