How to modify by programming "display form'" -> "options"
Moderators: SDS, support, admin
How to modify by programming "display form'" -> "options"
Hello
in the Demo program, it 's possible to modify "display form'" -> "options". (cf attachment)
what xml command can do this?
thanks
xavier
in the Demo program, it 's possible to modify "display form'" -> "options". (cf attachment)
what xml command can do this?
thanks
xavier
- Attachments
-
- Cadeditor-Option.png (30.45 KiB) Viewed 67669 times
Re: How to modify by programming "display form'" -> "options
Hello Xavier,
Do you need to remove certain options from this dialog window?
Mikhail
Do you need to remove certain options from this dialog window?
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: How to modify by programming "display form'" -> "options
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
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
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
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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support