Home › Forums › Problems and solutions in GDL › Graphical UI and parameters list › MVO page not displaying info correctly › Reply To: MVO page not displaying info correctly
March 28, 2018 at 12:47
#3967
James Goode
Participant
I worked it out! I was allowing the outfield to automatically pick up the width and height e.g ui_outfield “example”, 0, 0 which just doesn’t show up at all. What I needed to do was define the width and height of the outfield e.g ui_outfield “example”, 0, 0, 100, 19 which made it work. It’s a bit frustrating but now I know.