Page 1 of 1

Editor not works

Posted: 11 Jan 2010, 17:21
by Razzo
I have CADImportNET 7 ext libraies professional. I'm using the c# sample "EditorDemo"
I load the attacched file "palo.plt". When I try to draw a new object it becomes invisible (fig.1). If i choose the menu option "Fit to drawing window", it becomes visible (fig.2).
If i try to move a vertex of this rectange, all objects are moved (the same function of right click).
if I try to do the same thing with "ABViewer 7", there are no problems.
It is a bug?

Re: Editor not works

Posted: 11 Jan 2010, 18:02
by support
Hello.
Please specify the dll version you used.

Alexander.

Re: Editor not works

Posted: 12 Jan 2010, 11:12
by Razzo
Version: 7.2.2.19035

Re: Editor not works

Posted: 14 Jan 2010, 13:08
by support
Hello.
We will consider this problem.

Alexander.

Re: Editor not works

Posted: 15 Jan 2010, 12:06
by support
Hello.
Markers will work if you set Professional directive in Project options -> Build -> Condition compilation symbols. Please check it.

Alexander.

Re: Editor not works

Posted: 26 Jan 2010, 12:01
by Razzo
I try EditorDemo project. I have this Condition compilation symbols: "DWGModule; Export; UseCGM; DXF; HPGL;protect;"
If i add "Professional": "DWGModule; Export; UseCGM; DXF; HPGL;protect;Professional", it does not work, same results!!!
Please send me a working projet example. For try whit my compilator.
Also tell me time to release the export in PLT file. I need it for export to other application.

Best regards

Rudy.

Re: Editor not works

Posted: 28 Jan 2010, 12:59
by support
Hello.
We have compiled version 7.2.2.19035 too. The markers functional must work if Professional directive is included. The issue with file palo.plt occur if double buffering used in Editor application. We're not recommend use the double buffering in Editor because its features. To switch off double buffering please set cadImage.UseDoubleBuffering = false; within SetCADImageOptions method.
We plan to implement export to PLT as some other formats in one of the next versions soon. Now I can't give you more concrete information.

Alexander.