Dyalog / ewc-client

Other
1 stars 4 forks source link

Splitter is at Posn (0,200) in DemoListView even though it is set to (0,400) #69

Closed mkromberg closed 11 months ago

mkromberg commented 11 months ago

Run DemoListview, note that the splitter is positioned much too far left. It is created using:

{"WC":{"ID":"F1.SPLIT","Properties":{"Event":[["EndSplit",""]],"Posn":[0,400],"SplitObj1":"F1.LEFT","SplitObj2":"F1.RIGHT","Type":"Splitter"}}}

WG also reports [0,400] but the position is clearly around [0,200]