The title of the conference is shown at the top, left of the frame. This is set up using a command-line parameter (-C) when wb is invoked.
The site that creates a page can give it a name of up to 32 letters. Complementing the # indication in the Participants Information window, there is a * against the page name in the wb window if the current page is incomplete.
The right side and the foot of the whiteboard are lined with tools. these tools are explained here:
To assign a button, simply use that button to select the tool
The reason for this is that remote sites may image the pages in arbitrary order and unstructured, multipage PostScript can only be rendered sequentially.
If wb is given a non-conforming multipage document, it will only image the first page. Such documents will always cause performance problems because the PostScript renderer must be killed and restarted each time the document is rendered. Also, they may cause wb to hang or not image subsequent pages.
You should try to use a tool that produces DSC conformant PostScript when preparing images for wb (e.g., idraw, Adobe Illustrator, SGI Showcase, etc.). If you have to use non-conformant files, you might try running them through distill (available from ftp.adobe.com in file still.ps) to turn it into DSC conformant PostScript.
wb keeps a cache of the PostScript pages it has recently rendered so that they don't have to be re-rendered as you flip between wb pages. This cache is in the form of pixmaps in the X server. These pixmaps can cause your X server to grow quite large:
The default maximum size for PostScript documents is 32K bytes. This can be increased by setting the -P flag on invocation. This flag is described in Starting wb. Large files may be reduced in size by filtering them through lzps which can achieve reductions to less than 50% of the original size. The command line is
lzps < input.ps > output.ps
Useful control characters are:
Making cursors invisible to other participants was a conscious design decision based on research.