|
[Date Index]
[Thread Index]
[Author Index]
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
>
> _________________________________________________________________
>
>
Prev by Date:
Re: Import using Button( GUI)
Next by Date:
Re: Select text with keyboard?
Previous by thread:
Import using Button( GUI)
Next by thread:
RE: Re: Import using Button( GUI)
|