Re: Interactive dialog_pickfile? [message #40578] |
Wed, 18 August 2004 07:17 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Charles Paxson writes:
> Is there a routine that has similar functionality as dialog_pickfile with
> interactive functionality? The application is: as the user highlights files
> in the dialog box, I would want the file name string sent to a handler so
> that I could parse the file name and display the meaning of the several
> fields in each of the highlighted file names. Secondarily, I may want to
> display some of the properties of the highlighted files, such as file size,
> and modification date. Any suggestions?
You are going to have to write your own, I think.
You can find something similar in SELECTIMAGE, in
which information about the image selection is
written beside the selection and a thumbnail
of the image:
http://www.dfanning.com/programs/selectimage.pro
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|