Search found 6 matches

by QbProg
04 Mar 2009, 10:35
Forum: CAD VCL
Topic: Delphi 2009
Replies: 8
Views: 39930

Re: Delphi 2009

Any news?
by QbProg
02 Dec 2008, 13:35
Forum: CAD VCL
Topic: Delphi 2009
Replies: 8
Views: 39930

Re: Delphi 2009

Just to know, this schedule is still valid? :)
by QbProg
23 Sep 2008, 01:05
Forum: CAD VCL
Topic: Delphi 2009
Replies: 8
Views: 39930

Delphi 2009

Dear support,
may I ask you if you plan to port the code to delphi 2009 and when approximatedly this conversion will be done?

Thank you in advance,
QbProg
by QbProg
15 Jul 2008, 10:46
Forum: CAD VCL
Topic: Questions
Replies: 5
Views: 27599

Re: Questions

Hello, thank you for your support, I think I made some mistakes telling what I'm trying to do I'm not trying to write or create SVG paths. What I'd like to do is - Open an SVG file. I do that with TsgSVGImage - Read the entities inside the SVG files. I do that with the collection entities. - While r...
by QbProg
14 Jul 2008, 11:06
Forum: CAD VCL
Topic: Questions
Replies: 5
Views: 27599

Re: Questions

SVG file format has some traits and they cause that SVG data appears in CAD Import VCL as TsgSVGInsert or TsgDXFInsert very often. Tsg...Insert contains TsgDXFBlock which stores all the other entities. But sometimes TsgDXFBlock stores only TsgSVGInsert or TsgDXFInsert, which in their turn contain T...
by QbProg
11 Jul 2008, 10:46
Forum: CAD VCL
Topic: Questions
Replies: 5
Views: 27599

Questions

Hello there, I have written to the "support" email some time ago, and got no answer. I'm trying here :) I'm having troubles importing SVG files and accessing it's data. I don't know how to extract from sgPath , sgCurvePolygon , sgGradientPolygon, etcc... all the elementar entities of the objects. I'...