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:
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:
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"]}}