JMP 13.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
Scripting Guide
• Display Trees
上一个
•
下一个
Display Trees
Create and Interact with Windows
After you learn the basics of scripting, you’re ready to learn how to manipulate JMP reports, create new JMP windows, and interact with windows. This chapter focuses on the following topics:
•
navigating JMP displays to manipulate items in report windows
•
accessing built-in windows
•
creating display trees to build new windows with custom results
•
understanding modal windows
•
converting deprecated
Dialog()
scripts to
New Window()
scripts
Note:
This chapter describes the most common display boxes. All display boxes are documented in the JMP Scripting Index.
Contents
Navigate JMP Reports
Compatibility Warning
Examples of Common Display Boxes
View the Display Tree
Show Display Box Properties
Display Box Object References
Send Messages to Display Boxes
Example of Creating a Report
Construct Custom Windows
Example of Creating a Graph Box
Extract Values from a Window
Constructors for New Windows
Interact with a Closing Window
Update an Existing Display
Set Function and Set Script
Get and Set Selected Values of Display Elements That Return Lists
Send Messages to Constructed Displays
Construct Display Boxes That Contain Platforms
Examples of Creating a Dashboard from Two Reports
Example of Creating a Cluster Platform Launch Window
Example of Constructing a Custom Platform
Modal Windows
Construct a Modal Window
Comparison of Column Dialog and New Window
Constructors for Column Dialogs
Script Editor Commands
Convert Deprecated Dialog to New Window
Comparison of New Window and the Deprecated Dialog
Differences Between New Window and the Deprecated Dialog
Optional Scripts in New Window
Technical Details
Writing Tab Box and Tab Page Box Scripts