JMP 15 Modal Number Edit Box Quirks
OK so I have the following number edit box that worked fine in JMP14, but I can't use the <<Get after the box declaration anymore.
I tried this:
savechoice = 1;
pfp = New Window( "Save Models and Columns",
<<Modal,
Text Box(
"Would you like to save the predicted formula columns and fit model? Please review them before you answer."
),
Text Box( "Enter 1 for Yes, 0 for no." ),
H List Box(
...