Solution for submitted Fiji bug

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

Solution for submitted Fiji bug

CARL Philippe (LBP)
Dear all/Johannes,

Some minutes ago I have submitted a Fiji bug (bug 859
<http://fiji.sc/bugzilla/show_bug.cgi?id=859> ) about the fact that the
Always_on_Top.js macro is not working anymore in Fiji as it is still working
within the vanilla ImageJ.

In the meantime I have found the solution which is that some of the classes
(ij.* in this case) are not anymore imported by default in Fiji as they
should (see http://rsbweb.nih.gov/ij/macros/js/AA_README.txt).

And this "bug" can thus be solved by simply adding the line:
"importPackage(Packages.ij);" before the
"IJ.getInstance().setAlwaysOnTop(true);" one.

I don’t really know how or where I should report the solution for this
reported bug and apologize if this list isn’t the most appropriate place.

My best regards,

Philippe

 

Philippe CARL

Laboratoire de Biophotonique et Pharmacologie

UMR 7213 CNRS - Université de Strasbourg

Faculté de Pharmacie

74 route du Rhin

67401 ILLKIRCH

Tel : +33(0)3 68 85 41 84

 


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

Re: Solution for submitted Fiji bug

dscho
Dear Philippe,

On Thu, 17 Jul 2014, Philippe CARL wrote:

> Dear all/Johannes,

Since you sent this to the list (good) without Cc:ing me (bad), I missed
the mail before reading and commenting on the bug report.

This could also have been avoided by properly commenting on the bug report
to add that information that is now disconnected from the report.

I do not have time to fix it this time, either.

Sorry,
Johannes

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