
This dialog allows to set many global properties of the JSup application.
To open this dialog press the toolbar button or menu File / Application properties (Ctrl+P keys).
Main tab
Many fields of this dialog show a tooltip.
Options
Look and feels options:
- Show titlebar at runtime: If checked the JSup main window will be shown with the standard Windows title bar. Do not check it if you want to show JSup on full screen (when the application resolution and the screen resolution are the same).
- Ignore close command at runtime: tell to runtime JSup main window to ignore the Window standard system close command (Alt+F4 key shortcut, click on the X on the top-right corner of the window when the titlebar is displayed - see the option above). When this option is checked the only way to close the JSup main window is to use an Action animation you have to create in some (or all) window. Use the shutdownServer() or shutdownClient() JavaCode utility functions.
- Need SHIFT for edit mode tooltips: check this if you are annoyed by the JSup editor tooltips; when checked the tooltip will be displayed only when you keep the Shift key pressed.
- Need SHIFT for runtime tooltips: the same of the previous option, but it affects the runtime behaviour instead.
Exception report:
These options determine if Java and JavaCode exceptions will be reported in edit/runtime with the popup of the Output window.
Tag completion:
Normally the tag are completed in the Code control only with a tag name prefix.
With these options you can choose to have to completion by typing part of the tag description or the tag I/O hook item (driver dependent).
Properties
A textarea where to define some properties that can affect some JSup component behaviour (use the Standard properties list and the Add button to insert such standard properties).
Some custom properties can be defined and retrieved in runtime using the getApplicationProperty() JavaCode utility functions.
UM
JSup support calculation with Unit of measures and their conversion (see JSup UM support).
You can define, with this textarea, some custom or not yet defined UM.
Follow the examples below the textarea.
Internal notes
Annotations for developer only.
Public notes
Notes that will be displayed when JSup starts (within the JSup licence informations).
|