The instructions for Plug'n Pop
-------------------------------

Plug'n Pop - Popup plugin for Scripter and Simple Script

(c)1998/99 by Volker Janzen

English translation by DDP Translations

Plug'n Pop is Freeware

Plug'n Pop may be copied on PD/Shareware disks, as long as the price
for a disk does not exceed 5 DM. Distribution on CD-ROM requires the
explicit approval of the authors. Distribution in mail boxes with free
guest download and by anonymous FTP is allowed and expressly desired.
Other methods have to be agreed with the author.

Installation
------------

For Scripter:

Copy POPUP.PLG and POPUP.RSC into the Scripter PLUGIN folder.

For Simple Script:

Register POPUP.PLG in POPUP.APP. If Simple Script asks for the program
"Popup", select POPUP.APP


System requirements
-------------------

Plug'n Popup requires an AES which understands the form_popup command. No
error checking is performed, so calling the plugin may lead to an AES
error message.

GEMScript commands
-----------------

AppGetLongName - Returns the LongApplicationName ("Plug'n Pop")
Quit           - Quits Plug'n Pop

ret=Do(x, y, Entry1[, ...])

Places a Popup at the position x, y. If x and y are both null, the Popup
will be positioned centred on the screen. If x and y are both -1 then the
Popup will be positioned at the mouse. If an entry is "---" then a
seperator will be drawn in the Popup. The number of entries is limited only
by main memory and the capabilities of the AES. The length of an entry may
not exceed 255 characters.

The returned value ret can have the following values:

 1: first object, 2: second object, ...
-1: no entry was selected
-2: insufficient parameters (minimum x, y, Entry 1)
-3: entry too long (an entry may not exceed 255 characters)
-4: not enough memory free

The Popup does not please me
----------------------------

Load POPUP.RSC into a RSC editor. In the first (and only ;-)) tree is a box
object that you can change to please optically. In the archive is a box
object with the MagiC flags set.

