Dyalog / ewc-client

Other
1 stars 4 forks source link

FormattedValues are not used when DemoGrids is run #165

Closed mkromberg closed 5 months ago

mkromberg commented 7 months ago

If you run DemoGrids, the data stream will include:

"FormattedValues":[ ["ABCD","No "," 1.23"," 5,123"," 6,301",""], ["DEFG","Yes"," 2.34"," 6,750"," 15,795","Cannot buy or sell any of these"], ["HIJL","No "," 3.45"," 11,231"," 38,747",""]]

However, the display does not seem to use them in the cells that have the input type "F1.OUTPUTR":

image

The data is also not right justified, even though OUTPUTR is defined as a right-justified Label:

{"WC":{"ID":"F1.Holdings.OUTPUTR","Properties":{"Event":[["KeyPress",""]],"Justify":"Right","Type":"Label"}}}