该帮助的版本不再更新,请参见https://www.jmp.com/support/help/zh-cn/15.2 获取最新的版本.


注意:Layout is deprecated and will be removed in a future release. Use Journal instead.
You can also create a new journal window and immediately add to it within the New Window() command. The following examples create an empty untitled journal:
New Window( << Journal);
New Window( "Sales", << Journal );
New Window( "Test Buttons", << Journal,
Button Box( "Test One", New Window( "Hi there1", << Modal ) ),
Button Box( "Test Two", New Window( "Hi there2", << Modal ) ) );
Similar to Freeze All but only within areas of a report called pictures.
Similar to Freeze Pictures but only within frame boxes (which are within pictures).
Similar to Freeze Frames but only for the frame boxes that have scripts to draw something on them.
Current Journal() returns a reference to the display box at the top of the current journal display window. If no journal is open, one is created. There are no arguments.