JustOne v1.3
November 23, 1996

Purpose: JustOne is a component which makes it easy to limit the
number of your application's instances to just one.  If a second
instance of your application starts, the first instance is brought
to the front and given the focus (or restored if it was minimized
to an icon).  The second instance then halts.

There are two versions of JustOne, a 16 bit version for Delphi 1
and a 32 bit version for Delphi 2.

     J1_16.ZIP
     J1_32.ZIP

Please refer to the Help file contained in each for installation 
and usage instructions.

Version 1.3 Release Notes:  

--- 32 BIT ---
The purpose for release 1.3 is to correct a bug in the 32 bit
version.  A problem existed if an application's title was different
than the project's name.  This has now been corrected.  Some other
minor code clean-up was also performed.

--- 16 BIT ---
The 16 bit version is pretty much unchanged from version 1.2.
The only real difference is that the HALT instruction was
replaced with APPLICATION.TERMINATE.  Although there were no
reported problems with using HALT, this latter method is 
better coding.


Have fun,

Steve Keyser
71214,3117 (CompuServe id)
e-mail 71214.3117@compuserve.com


