Re: dialog_pickfile in 6.0 [message #38970] |
Sat, 17 April 2004 01:40 |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Harald wrote:
> I'm switching from 5.3 to 6.0 and found one annoying difference in the
> behavior of dialog_pickfile. In 5.3 under UNIX I get the following
> result:
>
> result=dialog_pickfile(/dir)
> print,result
> IDL> /disks/sprite/disk1/hfrey/
>
> In 6.0 the result is different:
>
> result=dialog_pickfile(/dir)
> print,result
> IDL> /disks/sprite/disk1/hfrey/./
under linux I don't see this ./ in a dir.
Which unix are you using. Please show help, !version, /str
REimar
>
> With very good eyes (the font size is also different!) you see that
> little dot and you have to actively remove it. Any suggestions how to
> solve this without specifically deleting the dot?
>
> Harald
--
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg-i/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
|
|
|