Jump to content

Context Help truncated


Recommended Posts

There's a config token for this. In your config file put:

MaxHelpDescLength=10000

or whatever length you want. This will set the maximum number of characters that will be displayed before truncation in the Context Help. If set to a non-positive number (aka -1), then there will be no max. If set to 50 or less, then 50 will be the max.

Of course, this token won't be set on other machines that you install into. If you're making a built app with Context Help, then you can put this token into your app's custom config file. If this is a toolkit that you're building, your readme file may need to tell your users to add the config token. ... assuming of course that you want a CH that is that long. That is highly unlikely. If you've got that much text, it probably goes in the help for the control/indicator/VI.

Link to comment

Another option is to create your vi documentation in Word and save as a web page (.htm file). Then link to it as the Help path under vi properties>documentation. The Detailed help link in the Context help window is a link to the document. Click on the link and the document will come up in your web browser. Since it is now a .htm file I don't think you will run into size restrictions. Also, while the vi is running, this document will come up in the browser when the operator presses the F1 key.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.