Thanks to everyone for their input. I ultimately was able to accomplish what I
needed by looking at this mininjx.ijs script. I can start a stand-alone program
without loading the standard profile (in fact loading nothing at all) and still
see the ouput of 1!:2&2 and 0!:0. The key, as a lot of you have mentioned, is
there must an ijx window opened. And it appears the output will go to the last
one opened. This is what I was trying to accomplish.
Regards,
-Thomas
>I guess you want to debug "error and no ide for debugging". Try include
>minijx.ijs at the beginning of your project script.
>
>NB. minijx
>NB.
>NB. minimal ijx window - useful for testing jexe server
>NB. or standalone applications.
>NB.
>NB. this i the window that is created when J is loaded
>NB. with parameter -jprofile and no script file.
>
>NB. =========================================================
>11!:0 'pc ijx closeok;xywh 0 0 300 200'
>11!:0 'cc e editijx ws_hscroll ws_vscroll es_nohidesel rightmove bottommove'
>11!:0 'setfont e ',>(5=9!:12'') { '"Courier New" 12';'monospaced 12'
>11!:0 'pas 0 0;pgroup jijx;pshow'
>
>Thomas Costigliola wrote:
>> But my problem is different. Consider the script I want to run is encrypted.
>> It is a blackbox. But with various (1!:2) calls at certain points the
>> sentence. I want to see the output of those on the screen in a window that I
>> created, not using the standard J session. Additionally I want to see the
>> output of each sentence in the script as if I did a noisy 0!:0.
>----------------------------------------------------------------------
>For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm