Posted by
JAMES,
gregory (SANDWELL AND WEST BIRMINGHAM HOSPITALS NHS TRUST) on
Aug 09, 2018; 1:13pm
URL: http://imagej.273.s1.nabble.com/HTML-insert-image-tp5021060p5021066.html
Thank you Wayne, Herbie and Jan.
That works wonderfully!
Hopefully, people will find this thread useful in the future when searching the mailing list archives.
Thanks again,
I'm very pleased,
Greg.
__________________________________________
Gregory James
Clinical Scientist (Nuclear Medicine)
Department of Physics and Nuclear Medicine
City Hospital
Dudley Road
Birmingham
B18 7QH
0121 507 4043
________________________________________
From: Wayne Rasband <
[hidden email]>
Sent: 09 August 2018 14:00
To:
[hidden email]
Subject: Re: HTML insert image
> On Aug 8, 2018, at 9:29 AM, Gregory James <
[hidden email]> wrote:
>
> 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.
Here is an updated version of the HTML formatted help example that displays an image located in the ImageJ/images directory.
-wayne
path = "file://"+getDirectory("imagej")+"images/clown.jpg";
print(path);
html = "<html>"
+"<img src="+path+" alt=Icon width=160 height=100 >"
+"<h2>HTML formatted help</h2>"
+"<font size=+1>
+"Dialog boxes can have a <b>Help</b> button<br>"
+"that displays<font color=red>HTML</font> "
+"formatted text.<br>"
+"</font>";
Dialog.create("Help");
Dialog.addHelp(html);
Dialog.show
>
> 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********************************************************************************************************************
This message may contain confidential information. If you are not the intended recipient please inform the
sender that you have received the message in error before deleting it.
Please do not disclose, copy or distribute information in this e-mail or take any action in relation to its contents. To do so is strictly prohibited and may be unlawful. Thank you for your co-operation.
NHSmail is the secure email and directory service available for all NHS staff in England and Scotland. NHSmail is approved for exchanging patient data and other sensitive information with NHSmail and other accredited email services.
For more information and to find out how you can switch,
https://portal.nhs.net/help/joiningnhsmail--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html