Does anyone know the JSL to hide JMP window scroll bars? In JMP11 I can toggle them via View > Status Bars menu. In the .pfs file, there is a Show Status Bar command, but I can't get it to work like below (and I suspect it doesn't do anything in the .pfs file). Setting it to zero should hide/remove the JMP window scroll bars I would think.
Doesn't work:
set preferences(Show Status Bar(0));
thoughts? DJ