From Planimate Knowledge Base
3D Proportional Scrollbars
Selecting this causes table scrollbars to be shown with a resizing 3D button rather than the default fixed size button
Clip Object Moves To Window
Ensures that objects positioned by the model itself are not positioned outside of the visible window. WIth this option off, the model can position objects so they are not within the visible area of the model workspace.
Hide "Run" Menu
If selected, this option hIdes the Run menu when in User Mode. Useful if the model has its own control buttons for starting/stopping the run.
Hide Object Borders
If selected, this prevents the objects getting a frame drawn around them in edit mode.
Include Scenario Name In Titlebar
If selected, the name of the currently loaded data set is included in the main window title. This is useful for applications where the user may load in various different data set files.
Include Scope For Portal Attributes
If selected, the owning portal is shown in front of the name of portal attributes when editing routines.
Include separator in attref prefix
If selected, a "." appears between the attribute type and its name in references such as in routines. So instead of pAttribute you see p.Attribute.
InterDyne Mode (Hide Editing Tools)
Selecting this option switches the model to user mode (hiding the editing functions) when it is loaded. This is the same switch as occurs with CTRL-Shift-H
Model Starts Scheduled Entries
If selected, scheduled entries in the model will not start producing items until the modeller triggers a "Start Scheduled Entries" routine operation. This enables a model to run broadcasts for configuration purposes without scheduled activities interfering until the model is "ready" to start.
No Animate Starting Messages
If selected, this option suppresses the "Animation Starting" message which appears after an advance to time has occured.
No Pause Messages
If selected, the "run paused" message which appears when the model has no more events to process is suppressed. This is useful in applications which interact with the user then generate a few events then want further interaction with the user.
Show Run Report
If selected, Planimate will open a notepad window to show the run engine's run report when the model stops.
Enable Table Key Event Broadcasts
If enabled, Planimate will send Cell Click broadcasts when certain key presses are detected while editing table data. Broadcasts sent by this method will set a item attribute "_key".
Currently supported Key Press Combinations include:
Key Press
| _key value
|
CTRL-V
| 22
|
NOTE: Before enabling this option, modellers should update existing cell click handlers to
test if "_key" is non zero, to determine if the event is an actual table click or a command
key press. This is best done in the code that checks for _context (right mouse button) clicks.
idkbase note 10079