How to live update a panel box?
Hello,I'm trying to script a user input box in which the available number col edit boxes depends on what the user selects for the radio box. However, the window doesn't update as expected: Names Default To Here( 1 );
SampleConfig = "2 x 2";
New Window( "Select Sample Configuration",
<<Modal, //
H List Box(
Panel Box( "Select Sample Configuration",
rb = Radio Box(
{"2 x 2", "3 x 3"},
...