Dyalog / ewc-client

Other
1 stars 4 forks source link

Lists do not honour their 'Size' property #198

Open mbaas2 opened 3 months ago

mbaas2 commented 3 months ago

Please check out DemoLists in the 30-testingbranch. The size of the lists does not correspond with the values given for WC:

grafik

Whereas they were created with these settings:

{"WC":{"ID":"F1.COLORS","Properties":{"Attach":["Top","Left","Top","Right"],"Border":1,"Items":["red","blue","green"],"Posn":[20,20],"SelItems":[0,0,1],"Size":[50,50],"Type":"List"}}}
{"WC":{"ID":"F1.NUMBERS","Properties":{"Attach":["Bottom","Left","Bottom","Right"],"Border":1,"Items":["one","two","three"],"Posn":[80,80],"SelItems":[0,0,1],"Size":[40,40],"Type":"List"}}}