Interactive dialog_pickfile? [message #40579] |
Wed, 18 August 2004 07:07  |
Charles Paxson
Messages: 4 Registered: March 2003
|
Junior Member |
|
|
Dear Newsgroup,
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?
Regards,
Charles Paxson
Frontier Technology Inc.
Beverly, MA
|
|
|
Re: Interactive dialog_pickfile? [message #40611 is a reply to message #40579] |
Sun, 22 August 2004 21:13  |
andrew.cool
Messages: 47 Registered: July 2003
|
Member |
|
|
"Charles Paxson" <cpaxson@bos.fti-net.com> wrote in message news:<vgJUc.99952$Wt.12381@nntp-post.primus.ca>...
> Dear Newsgroup,
>
> 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?
>
> Regards,
>
> Charles Paxson
> Frontier Technology Inc.
> Beverly, MA
Hi Charles,
I have a copy of the ancient, original 1991 Pickfile.Pro from RSI which is
written wholly in IDL - no calls to platform specific GUI file pickers!
It is in fact pre-windows, but I've added the necessary bits to handle
Mr Gates.
I'll email you a copy.
Andrew Cool
DSTO, Adelaide, Australia
|
|
|