Help Files

SUMMARY

Help Files in ALPHA-VISION®.

CONTENTS

  1. Introduction
  2. Structure of the HTML Files
  3. Calling Help Files

Introduction

Help files may be of the following type:

Special case:
Note:
*.pdf und *.ppt -Files can not be shown in the Help-Tree, they may only be called via a *.html file.
The Help Files delivered with ALPHA-VISION® are exclusively of the‘HTML’ type.

The customer is free to create and integrate his own Help Files in any of the given formats.

Structure of the HTML Files

For access in runtime

To access a Help File in runtime it must be defined via at least one Keyword.
The 'KEYWORD' has to stay within a comment with the following syntax:

<!-- AbHelp-Keywords:KEYWORD, -->

In the actual version:

For the position in the Help Tree

A help file is positioned within the help tree via a comment with the following syntax:

<!--AbHelp-ContentEntry:KapitelA\KapitelA.1\KapitelA.1.1-->

In the actual version:

Example of a simple help tree structure:

Comment in file "Administration.html":
<!--AbHelp-ContentEntry:Administration\Administration-->

Comment in file "Department.html":
<!--AbHelp-ContentEntry:Administration\Departments-->

Comment in file "Section_1.html":
<!--AbHelp-ContentEntry:Administration\Department\Section_1-->

Comment in file "Section_2.html":
<!--AbHelp-ContentEntry:Administration\Department\Section_2-->

gives the following tree structure:
			 
Administration
     Administration
     Departments
  Department
       Section_1
       Section_2
			

Note:
Thereby it is entirely irrelevant where in the help file directories the files are actually located.

Calling Help Files

Help files may be called via:

Calling in runtime via Keyword

The action Usr_DisHiTi(Keyword) was bound to a button. In runtime then all help directories are scanned for HTML-Files containing the keyword in question. AbHelp then offers a bifid dialog window with the help tree in the left part and a list of files containing the keyword in the right part. The listed names are the ‘titles’ given in the HTML-Files. Via mouse-click any file can be opened directly.

Note:
If only a single file is found it is opened directly.

Calling in runtime via Hints & Tips

When creating a process picture a "Hints & Tips" Id (similar to keyword) is selected for that particular picture. It is done via AbvEditor - Edit, Item "Information".

Note:
"Hints & Tips" Ids are created via: AbvBrowser - Hints & Tips

Via a button with the function sequence:
Wnd_HitiId() (queries "Hints & Tips")
Usr_PushArgs() (push to stack)
Usr_DisHiTi() (calling Help file)

It creates the same result as calling a help file via keyword.

Calling a help file of the type *.pdf und *.ppt

*.pdf and *.ppt help file are integrated as described by PDF_PPT.