triggered by Turn off "Suppress Eval" on all columns ...
maybe could help - it's universal enough that one just has to find a way to call it despite the non-responding JMP.
here it works:
dt = new table("test");
new column("test", Formula(for(i=1,i>0,i++, print(i))));
Suppress Formula Eval(1)
... but I tried to generate a command in the main menu and assigned a Keyboard shortcut.
Here, JMP is already too busy to react on my input : (
Any idea?