Dear ImageJ and Fiji users,
I recently ran into a bug in Fiji. Thought I would bring it to the developers' attention. In a macro, when i use getDirectory("string"), I do not see the "string" as a title of the openDialog box. I am running ImageJ ver 2.0.0-rc-43/1.50e, build 49b667f9aa on Mac OSX 10.11.3 This little bug is really annoying especially when i am requesting multiple dialogs from the end user. Thanks Pradeep -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Good day Pradeep,
the very function works flawless with ImageJ-1 (v1.50f) under OSX 10.8.5, Java v1.6.0_65 (64bit). Consequently, the problem may be with ImageJ-2. Best Herbie :::::::::::::::::::::::::::::::::::::::::: Am 07.02.16 um 07:22 schrieb Pradeep Kota: > Dear ImageJ and Fiji users, > > I recently ran into a bug in Fiji. Thought I would bring it to the > developers' attention. > > In a macro, when i use getDirectory("string"), I do not see the "string" as > a title of the openDialog box. I am running ImageJ ver 2.0.0-rc-43/1.50e, > build 49b667f9aa on Mac OSX 10.11.3 > > This little bug is really annoying especially when i am requesting multiple > dialogs from the end user. > > Thanks > Pradeep > > -- > ImageJ mailing list: http://imagej.nih.gov/ij/list.html > -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Hi all,
according to http://fiji.sc/bugzilla/show_bug.cgi?id=1188 this has nothing to do with ImageJ2, but is a change in Mac OSX that can be worked around by setting setOption("JFileChooser", true); since ImageJ 1.50e36: https://github.com/imagej/imagej1/commit/f4d30a5c382f5e62edf3214c406d1b069fd38623 Hth, Jan On 07.02.16 13:28, Herbie wrote: > Good day Pradeep, > > the very function works flawless with ImageJ-1 (v1.50f) under OSX > 10.8.5, Java v1.6.0_65 (64bit). > > Consequently, the problem may be with ImageJ-2. > > Best > > Herbie > > :::::::::::::::::::::::::::::::::::::::::: > Am 07.02.16 um 07:22 schrieb Pradeep Kota: >> Dear ImageJ and Fiji users, >> >> I recently ran into a bug in Fiji. Thought I would bring it to the >> developers' attention. >> >> In a macro, when i use getDirectory("string"), I do not see the >> "string" as >> a title of the openDialog box. I am running ImageJ ver 2.0.0-rc-43/1.50e, >> build 49b667f9aa on Mac OSX 10.11.3 >> >> This little bug is really annoying especially when i am requesting >> multiple >> dialogs from the end user. >> >> Thanks >> Pradeep >> >> -- >> ImageJ mailing list: http://imagej.nih.gov/ij/list.html >> > > -- > ImageJ mailing list: http://imagej.nih.gov/ij/list.html -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Oh, great! That worked fine.
Thanks a lot, Jan! -Pradeep On Sun, Feb 7, 2016 at 12:53 PM, Jan Eglinger <[hidden email]> wrote: > Hi all, > > according to http://fiji.sc/bugzilla/show_bug.cgi?id=1188 > this has nothing to do with ImageJ2, but is a change in Mac OSX that can > be worked around by setting > > setOption("JFileChooser", true); > > since ImageJ 1.50e36: > > https://github.com/imagej/imagej1/commit/f4d30a5c382f5e62edf3214c406d1b069fd38623 > > Hth, > Jan > > > > On 07.02.16 13:28, Herbie wrote: > >> Good day Pradeep, >> >> the very function works flawless with ImageJ-1 (v1.50f) under OSX >> 10.8.5, Java v1.6.0_65 (64bit). >> >> Consequently, the problem may be with ImageJ-2. >> >> Best >> >> Herbie >> >> :::::::::::::::::::::::::::::::::::::::::: >> Am 07.02.16 um 07:22 schrieb Pradeep Kota: >> >>> Dear ImageJ and Fiji users, >>> >>> I recently ran into a bug in Fiji. Thought I would bring it to the >>> developers' attention. >>> >>> In a macro, when i use getDirectory("string"), I do not see the >>> "string" as >>> a title of the openDialog box. I am running ImageJ ver 2.0.0-rc-43/1.50e, >>> build 49b667f9aa on Mac OSX 10.11.3 >>> >>> This little bug is really annoying especially when i am requesting >>> multiple >>> dialogs from the end user. >>> >>> Thanks >>> Pradeep >>> >>> -- >>> ImageJ mailing list: http://imagej.nih.gov/ij/list.html >>> >>> >> -- >> ImageJ mailing list: http://imagej.nih.gov/ij/list.html >> > -- ------------------------------------------------- --My tongue, so voluble and kind, It always runs before my mind.-- ------------------------------------------------ -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Free forum by Nabble | Edit this page |