Demo appplication do not show any texts?

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
Rigor69
Posts: 18
Joined: 05 Oct 2009, 18:31

Demo appplication do not show any texts?

Post by Rigor69 » 05 Oct 2009, 20:09

When I open the resulting dxf in Acad 2005
Why is that?
Best regards

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

Re: Demo appplication do not show any texts?

Post by support » 07 Oct 2009, 13:37

Hello.
Sorry, your question not fully understandable, please specify it. If some problems with file, please send it with problem description to support@cadsofttools.com.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Rigor69
Posts: 18
Joined: 05 Oct 2009, 18:31

Re: Demo appplication do not show any texts?

Post by Rigor69 » 07 Oct 2009, 17:40

Sorry for being unclear.

What I mean is:
When i Use the DXFexport.Net Demo application, The button "Form to DXF" produces a DXF file with all the graphic elements of the form, except the strings. They do not show at all when i open the DXF file in ACAD.
I have sent you the DXF file

Best Regards,

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

Re: Demo appplication do not show any texts?

Post by support » 08 Oct 2009, 12:26

Hello.
Thank you for your request. We will consider this problem and let you know when solution is ready.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Rigor69
Posts: 18
Joined: 05 Oct 2009, 18:31

Re: Demo appplication do not show any texts?

Post by Rigor69 » 13 Oct 2009, 21:37

Dear Support.

I have tested further in this subject. In my opinion there is a bug, either in DXFExport or Autocad.
when I do this:

Code: Select all

                    graphicsObj.DrawString("SETTINGSANDVALUE", font, Brushes.Blue, Pos.X + SizeRight, Pos.Y - 25);
                    graphicsObj.DrawString("SETTINGS", font, Brushes.Red, Pos.X + SizeRight, Pos.Y - 25);
                    graphicsObj.DrawString("VALUE", font, Brushes.Green, Pos.X + SizeRight, Pos.Y - 13);
Only the latter 2 texts are displayed when i open the dxf in Autocad.
What is your findings?

Rigor69
Posts: 18
Joined: 05 Oct 2009, 18:31

Re: Demo appplication do not show any texts?

Post by Rigor69 » 13 Oct 2009, 21:59

Hi agan,

If this can help u:
I found out that after adding some graphic object, the first text added does not display.

Awaiting your response.
Best Regards,
Rigor

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

Re: Demo appplication do not show any texts?

Post by support » 20 Oct 2009, 18:08

Hello.
Problem is in development.
...after adding some graphic object, the first text added does not display...
please specify which graphic objects causes text disappearing.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Rigor69
Posts: 18
Joined: 05 Oct 2009, 18:31

Re: Demo appplication do not show any texts?

Post by Rigor69 » 20 Oct 2009, 20:58

Lines and Arcs.. I'ts in your demo app DXFExport too.

Best Regard,

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

Re: Demo appplication do not show any texts?

Post by support » 02 Nov 2009, 15:38

Hello.
We have built the new version of DXF Export .NET. It can be downloaded via a link:
http://www.cadsofttools.com/download/be ... t_beta.zip

The bug with texts disappearing in AutoCAD is fixed.
Rigor69 wrote:I have tested further in this subject. In my opinion there is a bug, either in DXFExport or Autocad.
when I do this:

graphicsObj.DrawString("SETTINGSANDVALUE", font, Brushes.Blue, Pos.X + SizeRight, Pos.Y - 25);
graphicsObj.DrawString("SETTINGS", font, Brushes.Red, Pos.X + SizeRight, Pos.Y - 25);
graphicsObj.DrawString("VALUE", font, Brushes.Green, Pos.X + SizeRight, Pos.Y - 13);


Only the latter 2 texts are displayed when i open the dxf in Autocad.
What is your findings?
We didn't encountered this situation.

Please try this new version and let us know about the results.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Rigor69
Posts: 18
Joined: 05 Oct 2009, 18:31

Re: Demo appplication do not show any texts?

Post by Rigor69 » 15 Nov 2009, 20:15

Hello Support.

Your new build fixed the problem of disappearing text in autocad, but it causes other problems instead. Please see my other thread "text justification". I have explained it there.
Best Regards,

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

Re: Demo appplication do not show any texts?

Post by support » 17 Nov 2009, 17:32

Hello.
We will consider other problems. Please describe them on occur.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply