aiSee: User Actions and DDE

aiSee can be easily integrated into and intercommunicate with other applications.

aiSee features the concept of User Actions and allows commands to be associated with nodes. This means that nodes can be selected and their titles communicated to an application for processing. Two examples of application scenarios are:

Interactive sitemaps

  1. A script processes HTML code, extracts hyperlinks and passes the information to aiSee.
  2. aiSee visualizes the linkage graph (see our Web-based demo).
  3. The user clicks on a node and the corresponding Web page is opened in a Web browser or a text editor.
Hypertext linkage visualization

Editing graphs with aiSee

  1. An application produces a GDL file and tells aiSee to display the graph.
  2. The user selects two nodes, followed by applying a User Action called “Delete Edge” or “Add Edge”.
  3. aiSee communicates the node titles back to the application which processes the GDL file, deletes or adds the edge, and tells aiSee to display the new graph.

aiSee 2 allows up to four commands to be specified in the graph description. The user can then execute these commands by invoking the corresponding entries of the "Auxiliaries" menu. The command specified for

The supplied arguments for User Action 3 and 4 are a node title or a list of node titles respectively, i.e. before these commands are executed the user has to click on a node or a set of nodes whose node titles are passed to the command.

The menu entries corresponding to the User Actions in the "Auxiliaries" menu can be specified as well.

Top

aiSee 2 User Actions Demo (.tgz, 1kB, )
Requires aiSee 2.

How to install:
> tar -xzvf aiSeeUA.tgz
> cd aiSeeUA
> aisee demo.gdl

User Actions Demo

Top

aiSee 2 User Actions Demo (.zip, 2kB, )
Requires aiSee 2. Before running demo.gdl, please change to its installation directory.

User Actions Demo

Top

aiSee 2 DDE Demo (.exe, 63kB, )
A small C program that demonstrates the use of aiSee 2’s DDE interface. Requires aiSee 2.1.19 or higher. The sources are contained in a self-extracting zip file. Simply follow the on-screen instructions.

DDE Demo

Top

aiSee 2 Demo (.tgz, 12kB, )
These are the sources of the demo program which is part of the aiSee 2 trial package.

How to install:
> tar -xzvf aiSeeDEMO.tgz
> cd aiseedemo
> more vcgdemo.cpp

aiSee Demo