HP Eloquence A.07.00 Release Notes

HP Eloquence Java based dialog system

The Image Example Application

This HP Eloquence example application demonstrates the new controls and the new attributes. The directory contains the HP Eloquence PROG and DLG file and the image files (JPEG/GIF) which are used by the application.

Installation

Following steps are required to install the Java dialog server along with the example application on your local system.

On the Windows platform
Unpack the file jdlg_X_X_X_X.zip to your drive C. This will create a directory jdlg containing the JAR archive and the example application.

On the Linux platform
Unpack the file jdlg_X_X_X_X.tar.gz and unpack it in a directory (using tar -xzf jdlg_X_X_X_X.tar.gz). This will create the directory jdlg containing the JAR archive and the example application.

How to start the example application

To start the Java Dialog server as an application, please change to the jdlg/lib directory and enter the command below:
 java -jar jdlgS.jar

Dialog server panel After the Java Dialog server has started, the console panel will appear. The menu of the Frame allows to control the operation of the Java dialog server:

Afterwards change to the directory jdlg/examples/imagecontrols, start eloqcore with the -dlg option like

eloqcore -dlg yourhost
It activates the new connection mechanism as described in Connecting eloqcore to JDLG.

Then LOAD the file ImageExample.PROG and change the line

2100 Basepath$="file:/C:/jdlg/examples/imagecontrols"
to the current directories path where the images are located.

If the LOAD command has been failed, verify that the current directory is an active MSI. Make also clear that in line

1500 DLG LOAD "dialog.dlg"
the MSI is set to a correct value too.

Finally run the example (you may want to RE-STORE it as well) and a window like below should become visible.

Scrren shot

Installation on a Web server

In order to install the Java dialog server and the example application on your web server, please follow the steps below:

The HTMLView example

This example shows the usage of the new HTMLView control. Please, refer to its detailed description in the status document.
Following steps are required to use the application:

After a window which looks like the following picture shall appear.

HTMLViewer Example

Functions of the Application


© Copyright 2000-2001 Hewlett-Packard GmbH. All rights reserved.
Revision: $Date: 2001/08/17 15:01:57 $