Re: GUI in IDL 7 [message #60718] |
Sat, 07 June 2008 20:39 |
russell.grew
Messages: 74 Registered: February 2005
|
Member |
|
|
I would try and get hold of the IDL book by Liam Gumley. It has a good
chapter on making GUI's properly.
David Fannings book may also cover this [but I'm not sure].
Russell.
|
|
|
Re: GUI in IDL 7 [message #60737 is a reply to message #60718] |
Fri, 06 June 2008 08:59  |
Bob[3]
Messages: 60 Registered: December 2006
|
Member |
|
|
On Jun 6, 10:48 am, astrolyx <Charles.Males...@gmail.com> wrote:
> Hi all,
> I have written some IDL code(I am still very much a beginner) that
> reads in some text files, narrows some parameters down in the file,
> then prints it out as a postscript file. All this works fine, but
> each time I want to use a different text file I have to manually
> change the directory path in my code to point to the new file. What I
> would like to do is design a simple gui which has a menu where the
> user can just choose the directory path to the desired file, then
> press another button and have it graph the selected text file using my
> previous code.
> What is the easiest way to go about this? I am using IDL 7 right
> now as well.
> Thanks,
> Charles
DIALOG_PICKFILE ?
|
|
|