File: help.html

package info (click to toggle)
xyscan 4.68-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,660 kB
  • sloc: cpp: 4,079; xml: 65; makefile: 11
file content (41 lines) | stat: -rw-r--r-- 2,089 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!--
//-----------------------------------------------------------------------------
//  Copyright (C) 2002-2017 Thomas S. Ullrich 
//
//  This file is part of "xyscan".
//
//  This file may be used under the terms of the GNU General Public License.
//  This project is free software; you can redistribute it and/or modify it
//  under the terms of the GNU General Public License.
//  
//  Author: Thomas S. Ullrich
//  Last update: Oct 4, 2017
//-----------------------------------------------------------------------------
-->
<html>
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    <title>Getting Help</title>
    <body style="font-family: Arial, Helvetica, sans-serif, Geneva">
        <h2>Getting Help</h2>
        <p><em>xyscan</em> comes
        with an detailed documentation. A simple help browser allows you to navigate through the 
        documentation - the one you are using right now. You can launch the browser and view
        the documentation at any time using <tt>Help-&gt;xyscan Help</tt>.</p>
        <p>At the beginning
        it is also helpful to enable <em>Tool Tips</em> (is on by default). If
        enabled, rest with you mouse over an active element of
        the user interface and a small text window will pop up telling
        you what the specific widget does. Once
        you get more familiar with the program, <em>Tool Tips</em> tend to become annoying.
        You can switch them off (and back on) at any time using the <tt>Help-&gt;Tool
            Tips</tt> menu item. <em>xyscan</em> will remember your choice the next time you start it.
        </p>
        <p>If you have problems
        with <em>xyscan</em> it is worth checking for updates. This can be done using the 
        <code>Help-&gt;Check for Updates </code> menu item. 
        This feature is still in the experimental phase and might not work on all systems
        when you connect to the internet through a proxy.</p>
        <p>If you think you 
        found a bug please contact the author (thomas.ullrich@bnl.gov).  </p>
    </body>
</html>