Not sure what JHS dialog or run display will behave.  However in
all J platforms 0!:1 (or 0!:001) will display while loading, try

0!:1 < jpath '~temp/10.ijs'

please see J help >> !: >> 0!: scripts

Пт, 25 сен 2015, Linda A Alvord написал(а):
> I like to write "dialogs" in JHS. To see the difference between a "script"
> and a dialog, put
> 
> "a color cube dial" into a file in JHS and run display. Now look at jijx.
> 
>  
> 
> This seems to me to be easier to use than  a lab.  It is much easier to
> write as well.
> 
>  
> 
> Now look at your file in jqt and android to see major differences.
> 
> load 'viewmat'
> 
> N=:3
> 
> f=: 13 :'<.(i.y)*255%<:y'
> 
> [A=:|.1 0 2{"1 #:i.8
> 
> [D=:(,A)*"0 1 ($f N)#255
> 
> [E=:(|.f N) 5 6 10 13 15 20}D
> 
> [F=:(<"2)|:"2(8,3,N)$,E 
> 
> erase names<'W Y C G M R B V'
> 
> ["0(W`Y`C`G`M`R`B`V)=:(i.8){F
> 
> [M
> 
> V=:((N^2),3)$0
> 
> [BAC=:((N^2),3)$,M<."1/Y
> 
> LEF=:((N^2),3)$,M<."1/C
> 
> TOP=:((N^2),3)$,C<."1/Y
> 
> RIG=:((N^2),3)$,R+"1/G
> 
> FACE=:((N^2),3)$,G+"1/B
> 
> BASE=:((N^2),3)$,R+"1/B
> 
> [PAL=:V,BAC,LEF,TOP,FACE,RIG,BASE
> 
> erase names 'H,I,J'
> 
> ["0(H`I`J)=:R=:' ';'|. ';'|:|.'
> 
> [PAT=:12 4$H,I,H,J,H,H,H,H,J,H,I,H
> 
> [K=:(N^2)*0 1 0 2 3 0 0 4 5 0 6 0
> 
> [L=:K+"0>12#<i.N,N 
> 
> [O=:PAT,"1 (":,.i.12),"1'{L'
> 
> [ALL=:,./;"1|:4 3$<"2 ".":"1 O
> 
> PAL viewmat ALL
> 
>  
> 
> Linda
> 
>  
> 
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to