Login  Register

HTML insert image

Posted by JAMES, gregory (SANDWELL AND WEST BIRMINGHAM HOSPITALS NHS TRUST) on Aug 08, 2018; 1:29pm
URL: http://imagej.273.s1.nabble.com/HTML-insert-image-tp5021060.html

Dear ImageJ community,

I have spent enough time struggling so now it's time to ask the community...

With reference to the Dialog.addHelp(url) macro language command, does anyone know how to an image? The example code given (below) does not demonstrate this.

Thanks,

Greg.

===================================================================
// This macro demonstrates how a macro can
// display a dialog box with a "Help" button
// that displays HTML formatted text.

  html = "<html>"
     +"<h2>HTML formatted help</h2>"
     +"<font size=+1>
     +"In ImageJ 1.46b or later, dialog boxes<br>"
     +"can have a <b>Help</b> button that displays<br>"
     +"<font color=red>HTML</font> formatted text.<br>"
     +"</font>";
  Dialog.create("Help");
  Dialog.addHelp(html);
  Dialog.show
===================================================================

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