Page 1 of 1
Demo appplication do not show any texts?
Posted: 05 Oct 2009, 20:09
by Rigor69
When I open the resulting dxf in Acad 2005
Why is that?
Best regards
Re: Demo appplication do not show any texts?
Posted: 07 Oct 2009, 13:37
by support
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.
Re: Demo appplication do not show any texts?
Posted: 07 Oct 2009, 17:40
by Rigor69
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,
Re: Demo appplication do not show any texts?
Posted: 08 Oct 2009, 12:26
by support
Hello.
Thank you for your request. We will consider this problem and let you know when solution is ready.
Alexander.
Re: Demo appplication do not show any texts?
Posted: 13 Oct 2009, 21:37
by Rigor69
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?
Re: Demo appplication do not show any texts?
Posted: 13 Oct 2009, 21:59
by Rigor69
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
Re: Demo appplication do not show any texts?
Posted: 20 Oct 2009, 18:08
by support
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.
Re: Demo appplication do not show any texts?
Posted: 20 Oct 2009, 20:58
by Rigor69
Lines and Arcs.. I'ts in your demo app DXFExport too.
Best Regard,
Re: Demo appplication do not show any texts?
Posted: 02 Nov 2009, 15:38
by support
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.
Re: Demo appplication do not show any texts?
Posted: 15 Nov 2009, 20:15
by Rigor69
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,
Re: Demo appplication do not show any texts?
Posted: 17 Nov 2009, 17:32
by support
Hello.
We will consider other problems. Please describe them on occur.
Alexander.