<html>
<head>
<base href="http://fiji.sc/bugzilla/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDSINFO "
title="NEEDSINFO - Always_on_Top.js is not working anymore"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=859#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEEDSINFO "
title="NEEDSINFO - Always_on_Top.js is not working anymore"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=859">bug 859</a>
from <span class="vcard"><a class="email" href="mailto:philippe.carl@unistra.fr" title="CARL <philippe.carl@unistra.fr>"> <span class="fn">CARL</span></a>
</span></b>
<pre>Dear Johannes,
The problem is that I have found the solution for this bug about 15-30 minutes
after having submitted the bug report.
And when I was actually launching the macro from the plugin menu I got
absolutely no error message shown, even worse Fiji was saying that it had
excecuted the macro but the window didn't stay on top of the other windows as
expected.
I only received an error message which helped me to solve the issue after
launching the macro from the script window, but unfortunately it was after I
had sent the bug report.
My best regards,
Philippe
---------------------------------------------------------------------------
Dear all/Johannes,
Some minutes ago I have submitted a Fiji bug (<a class="bz_bug_link
bz_status_NEEDSINFO "
title="NEEDSINFO - Always_on_Top.js is not working anymore"
href="show_bug.cgi?id=859">bug 859</a>
<<a class="bz_bug_link
bz_status_NEEDSINFO "
title="NEEDSINFO - Always_on_Top.js is not working anymore"
href="show_bug.cgi?id=859">http://fiji.sc/bugzilla/show_bug.cgi?id=859</a>> ) 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 <a href="http://rsbweb.nih.gov/ij/macros/js/AA_README.txt">http://rsbweb.nih.gov/ij/macros/js/AA_README.txt</a>).
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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>