<html>
<HEAD>
<TITLE>StreamView Module</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFF88" TEXT="#000000" LINK="#3333AA" VLINK="#6666FF"> 

<H2>
<A NAME="StreamView">StreamView</A>
</H2>
A StreamView element accepts text data on its input to be displayed in its
Control Panel, and will send text, input or typed into the panel, through its
output on request.

<h4>
Inputs
</h4>
<UL Type="none">
<LI> <B>Input</B> -- accepts text packets for display.
<LI> <B>Trigger Send</B> -- <i>any</i> packet arriving will send selected text.
</UL>
<h4>
Outputs
</h4>
<UL Type="none">
<LI> <B>Output</B> -- Text packets as determined by the user.
<LI> <B>Input</B> -- Pass-through of (all) arriving Input packets.
<LI> <B>Trigger Send</B> -- Pass-through of (all) arriving Trigger packets.
</UL>
<P>
<h4>
Control Panel
</h4>
The main portion of the panel displays and accepts text.
Typed-in text may be sent when entered or when requested, depending om mode.
<P>
Controls in the MenuBar:
<UL Type="none">
<LI> Button: <B>SEND Selected</B> -- Any selected text in the window will
be transmitted (independent of mode).
<LI> Button: <B>SEND End-of-Data</B> -- End-of-Data indicates a file should
be closed.  Shows in another StreamView as a separator line.
<LI>Popup menu selects the mode:
<UL Type="none">
<LI> <B>Lines</B> -- (Default) Send text on line when Enter key is
typed on that line.
<LI> <B>Keystrokes</B> -- Send each keystroke as a separate packet. 
<LI> <B>Selected Only</B> -- Do not transmit anything when typed.  Text must be
selected and the <B>SEND Selected</B> button clicked (or a trigger packet arrives).
</UL>
</UL>
<P>
<BR>

For more information, see
<A HREF="../../Documentation/StreamWeaver_Modules.html#StreamView">StreamWeaver_Modules.html</A>
in the documentation folder.
<BR>
</body>
</html>
