How to modify by programming "display form'" -> "options"

Discuss and ask questions about CADEditorX and XML API.

Moderators: SDS, support, admin

Post Reply
xavier
Posts: 27
Joined: 04 Dec 2012, 14:58

How to modify by programming "display form'" -> "options"

Post by xavier » 03 Oct 2017, 12:05

Hello

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
Cadeditor-Option.png (30.45 KiB) Viewed 67321 times

support
Posts: 3253
Joined: 30 Mar 2005, 11:36
Contact:

Re: How to modify by programming "display form'" -> "options

Post by support » 04 Oct 2017, 13:53

Hello Xavier,

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

xavier
Posts: 27
Joined: 04 Dec 2012, 14:58

Re: How to modify by programming "display form'" -> "options

Post by xavier » 09 Oct 2017, 09:21

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

support
Posts: 3253
Joined: 30 Mar 2005, 11:36
Contact:

Re: How to modify by programming "display form'" -> "options

Post by support » 09 Oct 2017, 13:26

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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply