The following script works fine in JMP 13.2.1 and produces expected output but throws an error when run in JMP16.1.0. What part in the script is not acceptable in JMP16?
Names Default to Here (1);
//clear symbols ();
//clear log ();
dlg = New Window("Please enter the following", << Modal, <<Return Result,
Border Box(Top(20), Bottom(0), Left(20), Right(20),
V List Box( tb1= Text Box("partID: "),
teb1 = Text Edit Box("part101.011.01", <<Set Width(150)),
teb1<< Set Hint( "e.g. part101.011.01" );
tb6=Text Box("User Comment: "),
teb6 = Text Edit Box("", <<Set Width(150)),
teb6<< Set Hint( "e.g. Fails are a test artefact" );
teb6<< Fixed Size( 0 );
tb1<< set font style("bold");
tb6<< set font style("bold");
);
);
);
partID = teb1 << Get Text;
custom text = teb6 << Get Text;
If (dlg["Button"]==-1, Throw());
//Show(partID);
//Show (custom text);
JMP 16.1.0 gives the following error.
Not sure where 'Glue' is coming from?
When it's too good to be true, it's neither