Here's my code that flips out four bitmaps (which I hope to simplify.
However on a laptop it will produce 4 viewmats like pancakes on top of one
another.  You can move them around ond the screen.  Also they can be
stretched in each direction to change their shapes and the look of the
plaid. 

So there must be a clue in viewmat somewhere.  

I have used dissect and I thing there they could be stretched.

It does not seem possible to stretch in an android phone.

Linda

GB216=: (6 6 6#:i.216){(i.6)*255%5
GRB216=:1 0 2{"1 RGB216
P=: +/~Q=:(T=:12$30 20 70 40)#S=:N,N,N=:4?216
GRB216 viewmat P;'gray GRB216'
P=: +/~Q=:(T=:12$30 20 70 40)#S=:N,N,N=:4?216
GRB216 viewmat P;'gray GRB216'
P=: +/~Q=:(T=:12$30 20 70 40)#S=:N,N,N=:4?216
GRB216 viewmat P;'gray GRB216'
P=: +/~Q=:(T=:12$30 20 70 40)#S=:N,N,N=:4?216
GRB216 viewmat P;'gray GRB216'
ad 'viewmat'

-----Original Message-----
From: programming-boun...@forums.jsoftware.com
[mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Raul Miller
Sent: Friday, August 08, 2014 1:09 PM
To: Programming forum
Subject: Re: [Jprogramming] Announcement: Graphical sentence debugger for J

I have it installed, and I tried it on this sentence:

   (+/%#)&.:*: i.3 3 3

Here are some observations:

That sentence results in a tall narrow graph (on a short, wide laptop
display). It would be nice to have some kind of ability to scroll or
rearrange display components.

selection did not work. I first tried selecting an element in the bottom
result (nothing happened) and then I tried selecting an element in the
middle +/ result (which gave me an error in paint - lengtherror:
addselecttoDOL)

The Max Noun (% of scrn) and Show ][/Hide ][ elements at the top of the
screen seem to do nothing for me.

The rank background color on verbs is so subtle it might as well not be
distinct from the rest of the background. Numbers probably need another row
of pixels underneath them, because _ is hard to read.

I am not going to comment on the color scheme.

Thanks,

-- 
Raul



On Wed, Aug 6, 2014 at 3:49 PM, Henry Rich <henryhr...@nc.rr.com> wrote:

> The /Dissect/ addon lets you probe a J sentence, even one that contains
> complex tacit forms.  It has a colorful but informative display using gl2
> graphics.  It is described at
>
> www.jsoftware.com/jwiki/Vocabulary/Dissect
>
> I think it could answer a lot of the language questions posed here.
>
>
> Henry Rich
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
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