Claude Bélanger wrote:
c:\j601\system\extras\help\user\sys_lista.htm (1)
<td valign="top">main window driver, name for 11!:0</td>

c:\j601\system\extras\help\user\wd.htm (1)
<pre>   wd=. 11!:0

c:\j601\system\extras\help\user\win_driver_cmd_ref_overview.htm (1)
<a href="wd_commands.htm">wd commands</a> are executed when x is 0 ( <font face=courier size=-1>11!:0</font> ).<br>


I think it is not necessary to change help doc.

c:\j601\system\extras\util\minijx.ijs (4)
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'

not needed. because you only include it for debugging runtime standard alone 
script.

c:\j601\system\main\stdlib.ijs (1)
ifwd=. 0 <: #@(11!:0) :: _1: 'qer'

c:\j601\system\main\sysenv.ijs (2)
IFCONSOLE=: 0 -: (11!:0) :: 0: ''
IFJAVA=: 'jjava'-: (11!:0) :: 0: 'qwd'

please change these 2 scripts.

c:\j601\system\main\winlib.ijs (2)
NB.*wd v main window driver, name for 11!:0
wd=: 11!:0

please comment out this deiniftion

c:\j601\system\packages\misc\xenos.ijs (1)
wd=: 11!:0          NB. windows driver

not needed, if you are not going to load xenos.ijs

I guess it is safe but affect performance.

regards,
bill

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

Reply via email to