view m-toolbox/html_help/help/ug/lwb_canvas_content.html @ 52:daf4eab1a51e database-connection-manager tip

Fix. Default password should be [] not an empty string
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 07 Dec 2011 17:29:47 +0100
parents f0afece42f48
children
line wrap: on
line source

<p>
  Composing LTPDA pipelines is done on a "Canvas". Each top-level pipeline,
  and each subsystem, is represented on a canvas. A subsystem block is also
  a view of pipeline.
</p>
<h2>Canvas properties</h2>
<p>
  You can set properties of a canvas via the canvas inspector. To open the 
  inspector, hit <tt>ctrl-i</tt> (<tt>cmd-i</tt> on Mac OS X) on the canvas.
</p>
<br>
<br>
  <img src="images/canvas_inspector.png" alt="Canvas Inspector" border="3">
<br>
<br>
<p>
  With the canvas inspector you can edit
  <ul>
    <li>The author of the canvas</li>
    <li>A description of the canvas</li>
  </ul>
</p>
<h2>Searching on the Canvas</h2>

<p>
  You can search for blocks on the current canvas, or across all canvases in the
  workbench. To open the block search dialog, hit <tt>ctrl-f</tt> (<tt>cmd-f</tt> on Mac OS X) on the
  canvas.
</p>
<br>
<br>
  <img src="images/block_search.png" alt="Block Search" border="3">
<br>
<br>