MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

RE: Re: Import using Button( GUI)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102829] RE: [mg102780] Re: [mg102753] Import using Button( GUI)
  • From: Hemangi Wadekar <hemangi29 at hotmail.com>
  • Date: Fri, 28 Aug 2009 00:47:26 -0400 (EDT)
  • References: <200908261143.HAA11412@smc.vnet.net>

Hi Jaebum,



Thanks a lot-- the code works now-- I was missing  Print[test], and hence=
 the file was not being displayed.



Thanks to all of you for providing pointers to my question.

(Method-> Queued option was a great help too.)



Regards,

Hemangi.






> Date: Thu, 27 Aug 2009 06:33:22 -0400
> From: jaebum at wolfram.com
> Subject: [mg102780] Re: [mg102753] Import using Button( GUI)
> To: mathgroup at 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 i=
t does not work.
> >
> > I was wondering if this is due to scoping issues.
> >
> > Any pointers, please?
> >
> >
> >
> > Thanks,
> >
> > Hemangi
> >
> > _________________________________________________________________
> >
> >
>


  • Prev by Date: Eigenvalues broken?
  • Next by Date: Re: Re: InverseFunction of a CDF
  • Previous by thread: Re: Import using Button( GUI)
  • Next by thread: Re: Import using Button( GUI)