Next Previous Contents

2. Xconvers usage

2.1 Main window

The main xconvers window is divided into 4 parts: the menu, the receiving window, the one-line transmit window and the statusbar.

[ main window screenshot ]

Figure 1. Xconvers main window with a background pixmap

Menus can be selected by using the mouse or the Alt-key. The program can be exited by clicking on the close button or selecting Program(Alt+P)->Exit from the menu. The Host(Alt+H)->Open menu entry will be automatically disabled when you are connected. At the same time Host->Close is enabled. You can use the PgUp/PgDn keys to scroll the receive window. Settings(Alt+S)->Preferences will show a dialog for xconvers settings and Help(Alt+E)->About will activate the about dialog. The menu can be detached from the main window by dragging the handle on the left side of the menu.

The receive window will use a different color for every new user with a maximum of 10 colors. Every color is configurable through the preferences dialog. You can also set a background pixmap.

The one-line transmit window remembers the last 10 lines you have typed. You can recall them by using the up- and down-arrow. These lines will be saved if you leave xconvers and reloaded the next time you start the program.

The bottom status bar will show the host you are connected to and will display any failures, like a hostname which can not be resolved or a connection which is refused. When the statusbar is disabled, these messages will appear in the receive window prepended by an arrow (-->).

2.2 Open dialog

A connection is opened by selecting Host->Open.

[ open dialog screenshot ]

Figure 2. The open (connect) dialog

This will show the open dialog, with 2 entries for hostname and port. The entries will be filled with the last connection you have made. The last 10 connections are available when you click on the down-arrow. When nothing is entered and the entries are blank, the default values will be used and a connection to localhost, port 3600 will be tried.

2.3 Close dialog

The close dialog closes the socket which you have used to connect to the convers server.

[ close dialog screenshot ]

Figure 3. Close (disconnect) dialog

Of course, you could close the connection by typing /quit, but there is a possibility that the remote server has already closed the connection. Typing /quit will let you wait forever for a server response. There is one disadvantage when closing the socket: the convers server will think there is a link failure. So, if you are sure that you are connected, it is best to just use the /quit command.

2.4 Preferences dialog

The preferences dialog, activated by selecting Settings->Preferences from the menu, can be used to change general settings and appearance of xconvers. The dialog consists of 3 pages, called General, Display and Colors. Your preferences will be saved in ~/.xconvers/preferences when you click OK and will be recalled the next time you start xconvers.

[ preferences dialog screenshot - general ]

Figure 4. Preferences dialog (general page)

The General page has 2 checkbuttons, one for enabling logging to a file, the other one for enabling autologin. The log is saved in ~/.xconvers/hostname.log). Please note that if you have 2 instances of xconvers running and are connected to the same host, both programs will log to the same file. If you click on autologin, you can fill in a name and channel which will be used to automatically login to a convers server, by sending /n name channel the first time you connect. The command(s) field will allow you to send commands to the server after you login. Multiple commands should be seperated by a semicolon (';').

[ preferences dialog screenshot - display ]

Figure 5. Preferences dialog (display page)

The Display page is used to change the appearance of xconvers. Menu, scrollbar and statusbar of the mainwindow can be disabled, by clicking on one of the checkboxes.

You can either select a background color or background pixmap by selecting one of the checkboxes in the background frame. Clicking on the colored button will bring up a color selection dialog. Clicking on the button marked ... allows you select an xpm image for the receive window background.

Likewise, clicking on the button marked ... in the font frame will bring up a font selection dialog for changing the font of the main window. Selected font and color can be seen in the preview window (colors page) before you apply it to the main window.

[ preferences dialog screenshot - colors ]

Figure 6. Preferences dialog (colors page)

The Colors page allows you to change every color as it is used in the receive window. Changed colors can be seen in the preview field before you apply them. The button for private messages will allow a right-click with the mouse, to change it's background color.

2.5 About dialog

The about dialog, displayed by selecting Help->About,

[ about dialog screenshot ]

Figure 7. The about dialog

will show a dialog with 3 different pages providing you with contact information, the xconvers logo, a short helpfile a copyright notice.


Next Previous Contents