08-24-2015 08:49 PM
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?
Solved! Go to Solution.
08-25-2015 02:30 AM
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
08-25-2015 09:52 AM
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.