On 7/11/07, Philip A. Viton <[EMAIL PROTECTED]> wrote:
On a somewhat related topic: is there some way to force j.exe (under MS-Windows) to start just once? Otherwise, if you've done the click-on-the-ijs-file trick once to open it in J, when you repeat it on a second ijs file you get an independent J session, which may not be what you want.
Hypothetically speaking, you could have your J profile look through the list of open windows (I think the callback lab shows how to do that), and if it finds an appropriate window (an already running J session) just exit. For a good user experience, you'd also want to bring that other window to the foreground. Have fun... -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
