You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for KeyPress, CurCell needs to report the active cell BEFORE the move. Currently, in DemoScroll, if you move from Cell [1,1] to [1,2], you will see:
As for KeyPress, CurCell needs to report the active cell BEFORE the move. Currently, in DemoScroll, if you move from Cell [1,1] to [1,2], you will see:
{"Event":{"ID":"F1.VGRID","EventName":"CellMove","EventID":"2539b4e3-aedb-444c-a63e-f8ad544eec06","Info":[1,2,1,0,0,0,""]}}
Callback requests CurCell and receives response [1,2]:
{"WG":{"ID":"F1.VGRID","Properties":["CurCell"],"WGID":"78"}}
{"WG":{"ID":"F1.VGRID","Properties":{"CurCell":[1,2]},"WGID":"78"}}
Callback sends Proceed:
{"EC":{"EventID":"2539b4e3-aedb-444c-a63e-f8ad544eec06","Proceed":1}}
The text was updated successfully, but these errors were encountered: