How to turn off the dialog box check boxes by default?

Tekla Structures CHECK BOX OFF
Not version-specific
Tekla Structures
Environment
Not environment-specific

Question:-
How to turn off the dialog box check boxes by default?
 

Image
Picture of properties dialog


Answer:-
XS_DIALOG_ENABLE_STATE

This advanced option can be set in initialization files as shown in the following example.

1. Open the macro ''Directory browser'' on Applications & components catalog.

2. Select User Settings (user.ini).

Image
Picture of directory browser content

3. Modify the file by adding a new line with the desired settings. Write on a new line: set XS_DIALOG_ENABLE_STATE=FALSE 

Image
picture of the user settings .ini

4. Save the file.

After you change the value of this advanced option, you must restart Tekla Structures for the change to take effect.


Set this advanced option to FALSE to remove selections from dialog box checkboxes. The default value is TRUE.
 

Image
Properties dialogs with different settings
Was this helpful?