source: branches/stable/HELP_SOURCE/oldhelp/matrix_settings.hlp

Last change on this file was 7632, checked in by westram, 14 years ago
  • ARB_DIST
    • use ints in DI_dmatrix
    • matrix allows much denser display
      • changed cell-dimensions for matrix display
        • fixed calculation of dimension
          • use correct gc for different cell types
          • use MUCH smaller cell padding
        • changed rulers for range display
          • use 4 instead of 5 units
          • every 2nd unit is half-sized
          • rulers fit better into cell-space
      • scroll callbacks
        • DRYed
        • allow text-overlap on clip-borders (old version worked around the broken scrollers with big padding)
      • "real" identity cells (i.e. if species is identical) now show "—-" instead of "0.0"
      • examples
    • removed refresh on focus callback
    • several matrix display options are configurable
      • padding
      • leading zero and no of digits
      • name characters shown
    • added menu 'Range' containing predefined ranges
      • added two new ranges (species=2%, genus=5%)
File size: 981 bytes
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4
5#Please insert subtopic references  (line starts with keyword SUB)
6#SUB    subtopic.hlp
7
8# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
9
10#************* Title of helpfile !! and start of real helpfile ********
11TITLE           Matrix settings
12
13OCCURRENCE      ARB_DIST/View Matrix/Properties/Settings
14
15DESCRIPTION     Define layout of matrix display
16
17                Padding
18                    set padding between cells
19               
20                Show leading zero
21                    show or skip leading '0' in numerical display of distance
22               
23                Precision
24                    specify number of digits shown behind '.' (numerical display of distance)
25               
26                Min. namechars (top/left)
27                    set minimum chars to display in the two name-areas
28               
29NOTES           To visualize big parts of the matrix, you may use a small font, negative padding and
30                set all other parameters to low values.
31
32EXAMPLES        None
33
34WARNINGS        None
35
36BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.