Dyalog / ewc-client

Other
1 stars 4 forks source link

Change message has wrong contents in Info #215

Closed mkromberg closed 3 months ago

mkromberg commented 3 months ago

The Change message has regressed since it was fixed in #56. If you run DemoBoxes, enter the number 7 in the 1st edit field and click "Draw Boxes", you will see:

{"Event":{"EventName":"Change","ID":"F1.ROWS","Info":7}}

In other words, Info is the scalar numeric value of the F1.ROWS field. However, Info should be a list with a single element, containing the name of the control that focus is now moving to. The message should be:

{"Event":{"EventName":"Change","ID":"F1.ROWS","Info":["F1.GO"]}}