Editor not works
Moderators: SDS, support, admin
Editor not works
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?
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?
- Attachments
-
- Files.zip
- (70.95 KiB) Downloaded 1320 times
Re: Editor not works
Hello.
Please specify the dll version you used.
Alexander.
Please specify the dll version you used.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: Editor not works
Version: 7.2.2.19035
Re: Editor not works
Hello.
We will consider this problem.
Alexander.
We will consider this problem.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: Editor not works
Hello.
Markers will work if you set Professional directive in Project options -> Build -> Condition compilation symbols. Please check it.
Alexander.
Markers will work if you set Professional directive in Project options -> Build -> Condition compilation symbols. Please check it.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: Editor not works
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.
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
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.
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.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support