NonBlockingGenericDialog in the Window menu

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

NonBlockingGenericDialog in the Window menu

Ryota Homma
Dear list,

Non-blocking generic dialog is listed in the Window menu
in ImageJ1.48r (thanks!), but the listed dialog does not
disappear from the menu when the dialog is closed.

I could replicate it with the example code
Generic_Dialog_Example provided at
http://rsbweb.nih.gov/ij/developer/api/ij/gui/GenericDialog.html
after replacing GenericDialog with NonBlockingGenericDialog.

I am using the Windows 64-bit version of ImageJ.

Thanks in advance,
Ryota

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: NonBlockingGenericDialog in the Window menu

Rasband, Wayne (NIH/NIMH) [E]
On Mar 3, 2014, at 12:43 PM, Ryota Homma wrote:

> Dear list,
>
> Non-blocking generic dialog is listed in the Window menu
> in ImageJ1.48r (thanks!), but the listed dialog does not
> disappear from the menu when the dialog is closed.

This bug is fixed in the latest ImageJ daily build (1.48s25). You can replicate it by double clicking on the text tool to open the Fonts dialog box (a NonBlockingGenericDialog). In v1.48r, "Fonts" is listed in the Window menu but not removed when you click on "Close" in the Fonts dialog box.

-wayne

> I could replicate it with the example code
> Generic_Dialog_Example provided at
> http://rsbweb.nih.gov/ij/developer/api/ij/gui/GenericDialog.html
> after replacing GenericDialog with NonBlockingGenericDialog.
>
> I am using the Windows 64-bit version of ImageJ.
>
> Thanks in advance,
> Ryota

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