|
•
|
You can now record code directly to the Java Shell window. A Record Code button has been added to the Java Shell window. When clicked, changes to the model or application will be recorded directly to the input area of the Java Shell window. This is useful, for example, if you want to find out how to change something programmatically in the model in order to then run it from the Java Shell window directly. Otherwise, Record Code works the same as when recording to methods. You can stop the recording from the Java Shell input toolbar or from the ribbon where you could previously stop method recording (in the Model Builder on the Developer tab; in the Application Builder on the Home tab or the Method tab).
|
|
•
|
The Data Viewer window now has a toolbar. It includes the following buttons:
|
|
-
|
|
-
|
|
-
|
|
•
|
When opening the Java Shell context menu on a results node that corresponds to a variable in the Data Viewer window, there is a new Show in Data Viewer option. This option opens the Data Viewer window and highlights the corresponding variable there. The Show in Data Viewer option in the toolbar works in the same way, taking the currently selected node into account and highlighting that variable if possible. If the current selection does not correspond to a variable in the Data Viewer window, the window is opened as before without highlighting anything, and the Java Shell branch in the tree table is expanded (if present).
|
|
•
|
If you right-click on a shell variable in the Data Viewer window, a Delete From Session option now appears. This option removes the variable from the current Java Shell session.
|
|
•
|
More properties are now available for Data Access; that is, they get a green checkbox when this option is enabled. The improved data access support includes properties on the Model (root) node as well as for properties under Component, Geometry, Mesh, Study, and Results.
|
|
•
|
When method code prints to System.out or System.err, each completed line is sent to the Debug Log window, in addition to where it was sent in 6.3 (for example, a console window if started from a Linux terminal). This output does not happen if the method is called from the Java Shell window because in that case, the output already goes to the Java Shell window like in version 6.3.
|
|
•
|
The Button and Toggle Button form objects have a new option for Size in their settings called Use icon size. When a user has added images to the image library, this option can be used to show the images in their original size.
|
|
•
|
Combo Box form objects with the Allow other values checkbox selected now have an Enable text search option to control if the combo box should try to find an item matching what you type in its text field. Text search is only available in the Windows client.
|
|
•
|
It is now possible to change the color, top color, bottom color, and icon of the Graphics form object while an app is running. See Changing Color of Graphics Form Object below.
|