Dyalog / ewc-client

Other
1 stars 4 forks source link

Issues with DemoScroll #185

Closed mkromberg closed 5 months ago

mkromberg commented 5 months ago

There are two important problems in DemoScroll that need to be fixed:

1) CurCell is not accurately reported, it stays at [1,1] no matter how you move around the grid (also reported in #130) 2) The cursor moves within the row labels and columns 1-9. It should not enter the row labels, but move in columns 1-10.

The current cell is reported in the APL session after each keypress:

{"Event":{"EventName":"KeyPress","ID":"F1.VGRID","Info":["ArrowLeft",65,37,0]}} {"WG":{"ID":"F1.VGRID","Properties":["CurCell"],"WGID":"153"}} {"WG":{"ID":"F1.VGRID","Properties":{"CurCell":[1,1]},"WGID":"153"}} CurCell: 1 1 KeyPress: LC 0 37 0