I found very easy way to do like Eric said. Start J sessions for different purposes using different command-line parameters. Go Edit/Configure/Startup and press Open startup.ijs. There is only one line:
wd'pn *1.ijx [] ', >{:ARGV
The caption displays the last element in the command line next time you launch J.

At 21:07 10.3.2008, you wrote:
Also you can save the session. Then the next open session
will be incrementaed

  2.ijx*[] C:\j602\user\temp\2.ijx

Etc.

--- Eric Iverson <[EMAIL PROTECTED]> wrote:

> You can change the caption on any form. When your session starts, do
> something like:
>
>  wd'pn *1.ijx [] name of this session'
>
> The the [] lets the session manager display line information.
>
> ----- Original Message -----
> From: "Anssi Sepp�l�" <[EMAIL PROTECTED]>
> To: "Programming forum" <[email protected]>
> Sent: Friday, March 07, 2008 6:35 AM
> Subject: [Jprogramming] Change the session capiton
>
>
> > There is often several J sessions on in the same time. Sometimes it is
> > difficult to find out which window belongs to which session while every
> > session window caption is the same: 1.ijx*[] C:\j602\user\temp\1.ijx. Is
> > it possible to send addtitional information to the caption using
> > commandline parameters (ARGV_z_) ?
> >
> > Anssi
> >
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>




____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page.
http://www.yahoo.com/r/hs
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to