Login  Register

Re: File.openDialog("Select a file"): missing message in OS X El Capitan?

Posted by Curtis Rueden on Feb 19, 2019; 10:40pm
URL: http://imagej.273.s1.nabble.com/File-openDialog-Select-a-file-missing-message-in-OS-X-El-Capitan-tp5018119p5021820.html

Hi Andre,

> I'm facing an issue preventing the selection of any file when using
> File.openDialog() on El Capitan (10.11.6), ImageJ 1.52m11, and Java
> 1.8.0_172 [64-bit]. I tried changing to JFileChooser, but no help.

I cannot replicate this issue on macOS 10.14 Mojave. The following macro
successfully lets me select a file and prints the path:

file = File.openDialog("Hello");
print(file);

Does the above macro work on your system?

- If not: have you tried other macOS systems? We need to narrow down on
which systems the problem occurs.
- If so: could you please post a non-working macro so that we can reproduce?

Regards,
Curtis

--
Curtis Rueden
LOCI software architect - https://loci.wisc.edu/software
ImageJ2 lead, Fiji maintainer - https://imagej.net/User:Rueden
Have you tried the Image.sc Forum? https://forum.image.sc/



On Fri, Feb 8, 2019 at 4:50 PM andreok <[hidden email]> wrote:

> Hi Curtis,
>
> I'm facing an issue preventing the selection of any file when using
> File.openDialog() on El Capitan (10.11.6), ImageJ 1.52m11, and Java
> 1.8.0_172 [64-bit].
> I tried changing to JFileChooser, but no help.
>
> Regards,
> Andre
>
>
>
> --
> Sent from: http://imagej.1557.x6.nabble.com/
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html