The Ever-Expanding Buttons (controlling button box width)
Hello all,
I have a weird problem in JMP 12.2. When I run the code below, successive switching between the tabs using the button on the first tab yields button boxes that grow in width.
nw = new window("Test",
tbb = tab box(
"First",
vlistbox(
text box("Not much here"),
button box("Go to Second", tbb << set selected(2)),
),
"Second",
tb = tablebox(
scb = string col box("AAA",
...