broken plugin action bar (icons missing)
Posted by
Jürgen Gluch on
Jul 04, 2014; 3:11pm
URL: http://imagej.273.s1.nabble.com/broken-plugin-action-bar-icons-missing-tp5008587.html
Hello
after my update of Fiji (Windows 7 64bit) the icons on my custom
action bar do not show up. Only the text ist shown. The macros work
like before. Unfortunately the build in demo bar shows icons, but any
test to call a separate custom action bar with icons loaded from file
fails. Any idea whats broken?
// minimal action bar to test icons
// file "test.png" is stored in "plugins\ActionBar\icons\" folder
run("Action Bar","/plugins/ActionBar/_test.ijm");
exit();
<line>
<button>
label="Hello"
icon=test.png
arg=<macro>
print("hello");
</macro>
</button>
</line>
Jürgen
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html