From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

function panel help in html

Solved!
Go to solution

My CVI  Core 1 material says that I can create help information in HTML for my custom made instrument driver. The following link also mentions this but I cannot seem to get the HTML to actually display. What am I doing wrong?

0 Kudos
Message 1 of 3
(3,967 Views)
Solution
Accepted by topic author craige

Hello Craig,

 

Have you tried pacing the html tags at the very beginning/end of the help text like this:

<html>
<body>
This is my function help
<a href = "http://www.ni.com">Detailed Help</a>

</body>
</html>

Constantin

0 Kudos
Message 2 of 3
(3,945 Views)

That was the problem. I had to have the HTML at the beginning of the help window. Thank you. The CVI help file was a little vague about this.

0 Kudos
Message 3 of 3
(3,923 Views)