Closed mkromberg closed 3 months ago
A grid in a client application goes blank when the following SelText message is sent. I am not entirely sure whether it is the SelText that does it, in some experiments it actually seemed to be the WG of CurCell that made the form go blank
{"WG":{"ID":"F0000.App.⍙3S13.Y0","Properties":["CurCell"],"WGID":"146"}} {"WG":{"ID":"F0000.App.⍙3S13.Y0","Properties":{"CurCell":[1,1]},"WGID":"146"}} {"WS":{"ID":"F0000.App.⍙3S13.Y0.C1","Properties":{"SelText":[0,0]}}}
If I comment out the SelText transmission, then the screen goes blank a little later, when the following message is sent:
{"WS":{"ID":"F0000.App.⍙3S13.Y0.C1","Properties":{"FCol":-18}}}
A grid in a client application goes blank when the following SelText message is sent. I am not entirely sure whether it is the SelText that does it, in some experiments it actually seemed to be the WG of CurCell that made the form go blank
{"WG":{"ID":"F0000.App.⍙3S13.Y0","Properties":["CurCell"],"WGID":"146"}} {"WG":{"ID":"F0000.App.⍙3S13.Y0","Properties":{"CurCell":[1,1]},"WGID":"146"}} {"WS":{"ID":"F0000.App.⍙3S13.Y0.C1","Properties":{"SelText":[0,0]}}}
If I comment out the SelText transmission, then the screen goes blank a little later, when the following message is sent:
{"WS":{"ID":"F0000.App.⍙3S13.Y0.C1","Properties":{"FCol":-18}}}