Search found 27 matches

by xavier
09 Oct 2017, 09:21
Forum: CADEditorX
Topic: How to modify by programming "display form'" -> "options"
Replies: 3
Views: 67335

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
by xavier
03 Oct 2017, 12:05
Forum: CADEditorX
Topic: How to modify by programming "display form'" -> "options"
Replies: 3
Views: 67335

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
by xavier
15 Sep 2016, 15:53
Forum: CADEditorX
Topic: How to transform the CADEditorX activeX to viewver ?
Replies: 1
Views: 18479

How to transform the CADEditorX activeX to viewver ?

Hello

I would like to transform CADEditorX to viewver.

The goal is that:
- The user has to use my interface (my buttons, my menus).
- The user can not change directly the dxf by the mouse and keyboard

How to do ?

best regards

xavier
by xavier
15 Sep 2016, 15:31
Forum: CADEditorX
Topic: How to do the CADView fonction "ScaleImage" with CADEditor ?
Replies: 1
Views: 19710

How to do the CADView fonction "ScaleImage" with CADEditor ?

Hello

Before, I used CADViewX.
I did, for a program, a class using the ActiveX CADViewX.

Today, I use CADeditorX.
I want to translate my class for CADViewX in a class for CADeditorX.

How does it function "scaleImage" in CADeditorX?

Thank you in advance

Xavier
by xavier
20 Mar 2014, 11:09
Forum: CADViewX
Topic: Find an entity with this handle
Replies: 5
Views: 59318

Re: Find an entity with this handle

hello

cadviewxpro.exe 9.2.5.1 , allows it to access entities by handles?

Xavier
by xavier
20 Mar 2014, 10:55
Forum: CADViewX
Topic: find if a file .DXF is in inches or millimeters
Replies: 1
Views: 25089

find if a file .DXF is in inches or millimeters

Hello I use cadviewxpro Version 8.2.0.3. I'm trying to determine if a file .DXF is in inch or millimeter. For this, I use ICADViewX.LoadFile Method to open the file .DXF then ICADViewX.Millimetres Property But whatever the file, whether it is in inch or millimeter in, ICADViewX.Millimetres Property ...
by xavier
03 Sep 2013, 18:50
Forum: CADViewX
Topic: Find an entity with this handle
Replies: 5
Views: 59318

Find an entity with this handle

Hello I know the handle of a entity. I would like to retrieve the corresponding entity. Is there a function like this? (Entity ^ CadHandleToEntity (Long CadHandle)) For now I'm with a loop but it is not optimal. Thank you in advance Regards Xavier ____________________________________________________...
by xavier
11 Apr 2013, 13:27
Forum: CADViewX
Topic: how to delete an Entity
Replies: 3
Views: 31140

Re: how to delete an Entity

Thank you

It works.

There's just one thing I do not understand.
The delete function is defined as "Function Delete () As Boolean '.
Delete deletes correctly and returns false. .... ???
by xavier
09 Apr 2013, 18:38
Forum: CADViewX
Topic: how to delete an Entity
Replies: 3
Views: 31140

how to delete an Entity

hello

when i want to add an entity , i use the AddEntity Method,
but how to delete an entity to a draw ?

xavier
by xavier
21 Jan 2013, 14:06
Forum: CADViewX
Topic: How to add a block in a CADImage ?
Replies: 8
Views: 58220

Re: How to add a block in a CADImage ?

thanks

it works.

good day
by xavier
16 Jan 2013, 11:58
Forum: CADViewX
Topic: How to add a block in a CADImage ?
Replies: 8
Views: 58220

Re: How to add a block in a CADImage ?

Hello I tested the code in c #. I thought the line of code "cxIns.Point CADViewX1.MkFPoint = (150, 150, 0);" allowed to indicate the coordinates of the block insertion. But whatever the chosen coordinates, the block always appears in the same place. I tested with (0,0,0) then I tested with (150,150,...
by xavier
14 Jan 2013, 20:35
Forum: CADViewX
Topic: How to add a block in a CADImage ?
Replies: 8
Views: 58220

Re: How to add a block in a CADImage ?

Thanks
by xavier
14 Jan 2013, 20:35
Forum: CADViewX
Topic: add a rectangle programmatically
Replies: 7
Views: 52542

Re: add a rectangle programmatically

Thanks
by xavier
08 Jan 2013, 16:34
Forum: CADViewX
Topic: How to recognize on which entity is clicked?
Replies: 11
Views: 77862

Re: How to recognize on which entity is clicked?

Thanks

it works
by xavier
03 Jan 2013, 13:56
Forum: CADViewX
Topic: How to recognize on which entity is clicked?
Replies: 11
Views: 77862

Re: How to recognize on which entity is clicked?

hello

an idea of ​​why "selected.count" is equal to zero when I select an entity?