Page 1 of 1
How to modify by programming "display form'" -> "options"
Posted: 03 Oct 2017, 12:05
by xavier
Hello
in the Demo program, it 's possible to modify "display form'" -> "options". (cf attachment)
what xml command can do this?
thanks
xavier
Re: How to modify by programming "display form'" -> "options
Posted: 04 Oct 2017, 13:53
by support
Hello Xavier,
Do you need to remove certain options from this dialog window?
Mikhail
Re: How to modify by programming "display form'" -> "options
Posted: 09 Oct 2017, 09:21
by xavier
hello
I need to be sure that:
- the "ribbon menu style" ("style de menu ruban" ) box is checked
- the "color scheme" ("schème de couleurs") is "office 2010 blue" ("office 2010 blue")
thanks
xavier
Re: How to modify by programming "display form'" -> "options
Posted: 09 Oct 2017, 13:26
by support
Hello Xavier,
The style settings can be modified through the file Settings.ini located in c:\Users\USER_NAME\AppData\Roaming\CADSoftTools\CADEditorX 12\ folder, as follows.
Ribbon menu style: sUseRibbon option in the Settings.ini file.
Checked - sUseRibbon=1
Unchecked - sUseRibbon=0
Color scheme: RibbonStyle option in the Settings.ini file.
Office 2010 Blue - RibbonStyle=0
Office 2010 Silver - RibbonStyle=1
Office 2010 Black - RibbonStyle=2
Mikhail