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 42 43 44 45 46 47
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Friendly helpers: The map</TITLE>
<LINK HREF="gurus-1.html" REL=previous>
<LINK HREF="gurus.html#toc2" REL=contents>
</HEAD>
<BODY>
Next
<A HREF="gurus-1.html">Previous</A>
<A HREF="gurus.html#toc2">Contents</A>
<HR>
<H2><A NAME="s2">2. The map</A></H2>
<P>At the top of the window, there is a map (graphic mode only).
It looks like a train station map. Each station correspond to a
dialog. The yellow station represent your current location in the
map.
<P>
<UL>
<LI>A white circle (blue outside, white inside)
represent an empty dialog.
Gurus may be used to configure something from scratch or review
a configuration. The white circle tells you immediately what may
be missing.
</LI>
<LI>A broken red circle represent a dialog with some invalid input.
The input may have been valid at some point but may become invalid
later while you change some other dialog along the path.
</LI>
<LI>A blue filled circle represents a filled dialog with valid input.
</LI>
<LI>A read line represents a meaningless path. The helper won't visit
the dialog along the path because they are not needed.
</LI>
<LI>A blue line represent a reachable dialog.</LI>
</UL>
<P>At this point, the map is not click-able with the mouse, but this is
coming.
<P>
<HR>
Next
<A HREF="gurus-1.html">Previous</A>
<A HREF="gurus.html#toc2">Contents</A>
</BODY>
</HTML>
|