LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using html help files

When I use an html file for the "Help for this VI" menu item it works fine in the LV 6.1 development environment. But when the VI is converted to an EXE there is no response to clicking "Help for this VI".

The help function works as expected when *.hlp type help files are use. Is there restriction on html type help files in LV 6.1?
0 Kudos
Message 1 of 6
(3,125 Views)
RLD;

Try the following. When you compile your VI into an executable, the path from the caller VI to the help file change. Let say that you call your help file using your VI path as a reference and that the help file is in the same directory as your VI. Then, you may be calling your help file as "..\helpfile.hpl". When you compile your VI into an executable, think as it as your VI is now "inside" the executable. Therefore your new calling path should be "..\..\helpfile.hpl".

Regards;
Enrique
www.vartortech.com
0 Kudos
Message 2 of 6
(3,118 Views)
It doesn't make any difference if the Help Path field is assigned to "{helpdir}:\helpfile.htm" or "helpfile.htm", when the EXE is created the "Help for this VI" menu item is "ungreyed" but the browser window does not open when Help for this VI is selected. (Note, I substituted curly braces for the pointy brackets around helpdir to avoid the html restriction of this forum.)

Yes, using "..\helpfile.htm" solves the old LLB help path problem, but an EXE of the LLB still doesn't display the help file. In all cases *.hlp type help files work just fine.
0 Kudos
Message 3 of 6
(3,086 Views)
I was able to reproduce this issue in LabVIEW 6.1, however it has been fixed in later versions of LabVIEW. A corrective action report has been filed for this issue. The workaround for version 6.1 is to use ActiveX controls to open an Internet Explorer Browser and an invoke node to navigate to the correct URL (see solution.zip).

Regards,

Jennifer
National Instruments
www.ni.com/support
0 Kudos
Message 4 of 6
(3,075 Views)
Jen,

I think I know what the Active-X solution would look like. But your zip file is empty! (Maybe the solution is simplier that I thought ;=}.)

Rich
0 Kudos
Message 5 of 6
(3,074 Views)
Rich,

It was empty wasn't it! Let's try this again.

Jen
National Instruments
www.ni.com/support
0 Kudos
Message 6 of 6
(3,062 Views)