Global Object Defaults dialog box
The following table shows options in the dialog box.
Options | Description |
---|---|
LinkAnimation default | The LinkAnimation property determines whether or not the animation assigned to a base object will be used by the reference object, and if the animation is used, whether or not the expressions assigned to the base object are used. The initial default value of this property is Link with expressions.
|
LinkConnections default | The LinkConnections property determines whether or not the connections assigned to the base object will be used by the reference object. The initial default value of this property is True.
|
LinkSize default | The LinkSize property determines whether or not the values assigned to the Height and Width properties of the base object will be used by the reference object. The initial default value of this property is True.
|
LinkTootTipText default | The LinkToolTipText property specifies whether or not the reference object will use the tooltip text assigned to the base object.
|
When using these options, note that:
- The Button, Tag Label and Trend objects do not support connections. Any tags assigned to the base global objects will always be used by the corresponding reference objects, as long as the link between the two is not broken. Tags cannot be assigned independently to the reference objects.
- If a Button reference object has its LinkAnimation property set toLink with expressionsorLink without expressions, its Press, Release, and Repeat actions will be defined by the base object. If this property is set toDo not link, the Press, Release, and Repeat actions will be defined at the reference object in the Touch animation tab.
- If the LinkAnimation property is changed fromDo not link, toLink with expressions, any settings that were assigned for the reference object will be lost. The assignments at the base object will be used. The only way to restore these settings will be to use the Undo option.
- If the LinkAnimation property is changed fromDo not link, toLink without expressions, expressions assigned to the reference object will be kept, but all other settings that were assigned to the reference object will be lost.
- If the LinkAnimation property is changed fromLink with expressions, toLink without expressions, the expressions assigned to the base object's animation will be used initially by the reference object. These initial expressions can be edited at the reference object.
- If the LinkAnimation property is changed fromLink without expressions, toLink with expressions, the expressions assigned to the reference object will be lost, and those of the base object will be used. The only way to restore these settings will be to use the Undo option.
- If the LinkSize property is set from False to True, values assigned to the reference object will be lost. The only way to restore these settings will be to use the Undo option.
- If a display containing a reference object is open, the reference object will update itself from the base objects when any of the following occurs:
- a LinkSize property is changed from False to True
- a LinkConnections property is changed from False to True
- a LinkAnimation property is changed toLink with expressionsorLink without expressions
- The default values for the properties of an object can be overridden in the Property Panel.
Provide Feedback