I am still having problems with changing entities.
Please see the test project that I have included. This is base mostly on your addEntityDemo project.
Please open the included dxf file and the press the button that is labeled green.
I have left out the CADImport.dll file because of size.
it's assembly version is 7.2.6.23364
This will change all entities to the color green.
Nothing is noticed until you zoom in ~1500-2000.
I am using VS2008 on XP computer.
problem realizing changes to entities
Moderators: SDS, support, admin
problem realizing changes to entities
- Attachments
-
- Test.zip
- (126.43 KiB) Downloaded 1217 times
Re: problem realizing changes to entities
Is this problem being looked at ?
Is there any support for this ?
Are you going to reply to this post ?
Is there any support for this ?
Are you going to reply to this post ?
Re: problem realizing changes to entities
Hello.
Currently we're looking for the problem cause in your project and will try to answer soon. A demo project (any) from package doesn't reveal such incorrectness.
Alexander.
Currently we're looking for the problem cause in your project and will try to answer soon. A demo project (any) from package doesn't reveal such incorrectness.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: problem realizing changes to entities
Hello.
The problem occur in your project because CADImage.UseDoubleBuffering state is true. This property specify using system Clipboard when drawing image. You need remove comment from initializing UseDoubleBuffering as false in SetCADImageOptions method or implement reading image from clipboard if you wish use it. The example can be found in ViewerDemo code. Please see GetFromClipboard method.
Alexander.
The problem occur in your project because CADImage.UseDoubleBuffering state is true. This property specify using system Clipboard when drawing image. You need remove comment from initializing UseDoubleBuffering as false in SetCADImageOptions method or implement reading image from clipboard if you wish use it. The example can be found in ViewerDemo code. Please see GetFromClipboard method.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support