Opening a data box without side panels?
One can close the panels on the left of a data box with the command close side panels( 1 );
The command can be be sent as a message to the data box after the box is generated. Is there also an option which can be added to the New Data Box() command such that the data box is already opened without the panels? Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp", invisible );
New Wind
...