Skip to main content

Other Settings

Key templates.emf
Section se.solme.avix.configuration
Description A semicolon separated list with the templates that should be loaded on startup of the application. Both “:” and “\” needs to be escaped with a “\”. Example: C\:\\Program\\Solme AB\\AVIX4\\configuration\\ AVIX4DefaultTemplate_v409.avx4t;
Key DOCUMENT_DEFAULT_PATHS
Section se.solme.avix.io.ui
Description Controls the document default paths used in AVIX to generate relative paths to documents and movies. A list of paths separated with | characters. Example: Z:/Shared/AVIX/ProjectsRoot|S:/AVIX/ProjectsRoot
Key avix.allow.processes.disconnectFromLibrary
Section se.solme.avix.production
Possible values true
false
Default value true
Description

Controls if it should be possible to use the functionality that lets a user disconnect tasks from the process library


Added in AVIX 4.4.0

Key avix.allow.processes.disconnectAndRemoveFromLibrary
Section se.solme.avix.production
Possible values true
false
Default value true
Description

Controls if it should be possible to use the functionality that lets a user disconnect and remove tasks from the process library


Added in AVIX 4.4.0

Key avix.singleinstance.port
Section se.solme.avix.application.rcp
Possible values an integer
Default value 45517
Description

Controls the port used by the application for the single instance mechanism.
A port number inside the valid port range [1..65535] enables the mechanism on that port. (The port may still be in use by another process)
A value outside of the valid port range disables the mechanism.
Note that a program argument can also be used to disable this mechanism.


Added in AVIX 4.6.3